Gear / Technical Help > Photo / Video Recording

Looking for Freeware to strip audio, from a video file?

(1/2) > >>

BlueSky71:
Anyone? This will hopefully be a 1 time thing so not looking to invest in software. But I have a 60gb video file I just want the audio file from. TY

if_then_else:
https://ffmpeg.org/download.html


--- Code: ---ffmpeg -i C0026.MP4 -vn -acodec copy demuxed-audio.wav
--- End code ---

BlueSky71:

--- Quote from: if_then_else on April 16, 2023, 10:28:10 AM ---https://ffmpeg.org/download.html


--- Code: ---ffmpeg -i C0026.MP4 -vn -acodec copy demuxed-audio.wav
--- End code ---

--- End quote ---

Thanks!

one8ung:
MKVToolNix: https://mkvtoolnix.download/

lpmaskman:

--- Quote from: if_then_else on April 16, 2023, 10:28:10 AM ---https://ffmpeg.org/download.html


--- Code: ---ffmpeg -i C0026.MP4 -vn -acodec copy demuxed-audio.wav
--- End code ---

--- End quote ---
This is the best and easiest option. However you have to check the codec of audio and then change the extension by that. The most common ones: Dolby ->.ac3, AAC -> .aac, MP2 ->.mp2, MP3 ->.mp3, PCM -> .wav

Navigation

[0] Message Index

[#] Next page

Go to full version