Hi,
I'd like to extract the audio from several avi files in one batch, without converting them. I think I can do that with FFmpeg, but what would be the command line?
Thank you.
+ Reply to Thread
Results 1 to 7 of 7
-
-
try ...
Code:for %%a in ("*.avi") do ffmpeg -i %%a -vn -c:a copy -y %%~na.ac3
責任者-MDX -
Thanks, I've changed ac3 to mp3 (that's the audio format for all of them) but it doesn't work in both cases, it says "no such file or directory".
-
I get this for certain files though: "Audio packet of size 21153 (starting with 0000000...) is invalid, writing it anyway."
Similar Threads
-
FFMPEG: how to batch extract all audio streams into separate mono files?
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 14th Aug 2019, 15:21 -
Batch extract audio
By Aludin in forum Newbie / General discussionsReplies: 6Last Post: 3rd Jul 2019, 10:31 -
Batch combining multiple audio files with same picture to create mp4 files
By MD_89 in forum AudioReplies: 25Last Post: 1st Dec 2018, 22:29 -
Extract audio files and create gapless playlist
By kodec in forum DVD RippingReplies: 3Last Post: 10th Feb 2017, 05:49 -
(Help Needed with ffmpeg) how do i batch merge audio files to video files
By wander799 in forum Newbie / General discussionsReplies: 5Last Post: 20th Nov 2016, 14:40