Skip to main content

Featured

What is Neuralink chip ?

 Do you know about cyborgs. If anyone gives you a chance to become cyborg, will you?          In this blog, we're going to see what is Neuralink and how it's working. Neuralink, the Elon Musk company that Reuters reported on Monday is the target of a federal investigation over its animal trial program, has been trying to develop a brain chip that would enable the paralyzed to walk and the blind to see. How will the chip fix in brain?   It is a 30 minutes operation. A surgical robot implant the the chip in the brain. Before this  operation anesthesia will give to to the person. So he doesn't  feel any pain.         Neuralink  chip has the charging capability. Absolutely it is wireless charging. How it works in brain ?   Our brain Create  minute( tiny) electric  signal to command body parts. Neuralink chip caught the the signal and process If the blind person has camera. If he connects the camera with chip. The chip sends the visual recorded by the camera  to brain  and make

Video to audio using python

How to change video file to audio file

<Code >

import os

new = r"local.mp3"

old = r"local.MPG"

os.rename(old,new)

<Code>

First import the called os and create a two variables with any name you want enter the video name with extension in first variable and in second variable enter the name with ,what extension you might going to change.now type os.rename(first variable, second variable).


NOTE:
   The given video file name should enter with apostrophe and after r.
  r  means rename

Comments

Post a Comment

Popular Posts