Taperssection.com

Gear / Technical Help => Photo / Video Recording => Topic started by: BlueSky71 on April 16, 2023, 08:56:07 AM

Title: Looking for Freeware to strip audio, from a video file?
Post by: BlueSky71 on April 16, 2023, 08:56:07 AM
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
Title: Re: Looking for Freeware to strip audio, from a video file?
Post by: if_then_else on April 16, 2023, 10:28:10 AM
https://ffmpeg.org/download.html (https://ffmpeg.org/download.html)

Code: [Select]
ffmpeg -i C0026.MP4 -vn -acodec copy demuxed-audio.wav
Title: Re: Looking for Freeware to strip audio, from a video file?
Post by: BlueSky71 on April 16, 2023, 02:45:53 PM
https://ffmpeg.org/download.html (https://ffmpeg.org/download.html)

Code: [Select]
ffmpeg -i C0026.MP4 -vn -acodec copy demuxed-audio.wav

Thanks!
Title: Re: Looking for Freeware to strip audio, from a video file?
Post by: one8ung on May 11, 2023, 01:16:23 PM
MKVToolNix: https://mkvtoolnix.download/
Title: Re: Looking for Freeware to strip audio, from a video file?
Post by: lpmaskman on May 19, 2023, 11:45:01 AM
https://ffmpeg.org/download.html (https://ffmpeg.org/download.html)

Code: [Select]
ffmpeg -i C0026.MP4 -vn -acodec copy demuxed-audio.wav
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
Title: Re: Looking for Freeware to strip audio, from a video file?
Post by: kindms on May 20, 2023, 08:03:15 AM
audio out > to your taping rig ?

thats what i did when i took the dvd audio off the led zeppelin dvd many many years ago

dvd player > coax > hdp2
Title: Re: Looking for Freeware to strip audio, from a video file?
Post by: BlueSky71 on May 20, 2023, 09:13:52 AM
Thanks everyone, I actually played it from my PC>DAC>analog out>RCA>Mini stereo into my dr05. added a layer of analog to it, but noone would know and the recording was mediocre to start with.
Title: Re: Looking for Freeware to strip audio, from a video file?
Post by: EmRR on May 20, 2023, 10:11:03 AM
If Mac, Quicktime will do it.