+ Reply to Thread
Results 1 to 4 of 4
-
I guess you have read http://howto-pages.org/ffmpeg/#map ?
-
Yes I already read it yesterday. But none answer my questions. It's not states if there is or there isn't the possibility of transcoding both audios or not. This is not the most important question... I can transcode two audios separated. My doubts is how ffmpeg works with dual audio. Can mux or can not?
-
Make sure you have a recent version of ffmpeg - different versions of ffmpeg accept different parameters.
This works with FFmpeg version 0.9:
Code:ffmpeg -i input.vob -map 0:0 -map 0:1 -map 0:2 -map 0:3 -map 0:4 -vcodec libx264 -vb 2000k -acodec ac3 -ab 224k test.avi
Similar Threads
-
help - how to compile latest "nightly" ffmpeg for win32 (XP) with mingw
By hydra3333 in forum ProgrammingReplies: 32Last Post: 20th May 2017, 00:33 -
how we can implement "VirtualDub" or "FFmpeg" with my C# windows applicati
By dhemittal in forum ProgrammingReplies: 0Last Post: 8th Jun 2010, 07:17 -
"stretching" or "cramming" aspect ratio when I convert .avi to MP4
By Agent Bauer in forum ffmpegX general discussionReplies: 3Last Post: 21st Mar 2010, 10:30 -
[FFMPEG] Known problem with "Frame size must be a multiple of 2"
By yamyam in forum Newbie / General discussionsReplies: 2Last Post: 18th Nov 2009, 12:52 -
DVD Flick error message "ffmpeg.exe has stopped working"
By stewiegriffin711 in forum Authoring (DVD)Replies: 4Last Post: 17th Aug 2008, 07:20