Spyke
lemmy.world

With ffmpeg installed, you can extract just the audio. Here is a sample command usage:

ffmpeg -i video_file.mp4 audio_file.mp3

17

Certainly. ffprobe is also a good command to check what audio codec is in the video

3
IKnowYoureply
lemmy.world

I’m trying to download it, but my Chromebook is making the file register as “read only.” How do I fix that?

1

I don't think ffmpeg works on Chromebooks.

This online converter worked for me.I don't know if there's a size limit; if there is you may have to trim the video first.

If you search "extract audio from video" online you can find other similar options.

2

What movie making program are you using? You should be able to just put in the video and disable or delete the video track, only leaving the audio.

4

If you're comfortable with the command line, you could use a tool like ffmpeg to do this on your own computer. You might need to know the format of the video file and the format that you want to make the audio file, though.

2

The most user friendly way is to download Shutter Encoder and drag / drop your file into it and select MP3 / Wav from the drop down menu.

2

Use handbrake command line. References available on the web. Ffmpeg would also work

2

You reached the end

How do I extract audio from a video and turn it into an audio file? | Spyke