View Single Post
Old 16th November 2010, 12:27   #6  |  Link
nm
Registered User
 
Join Date: Mar 2005
Location: Finland
Posts: 2,641
Quote:
Originally Posted by boykillsworld View Post
When I try to use mencoder with ac3 I get Failed to open audio demuxer. I did the same when I put the ac3 in an avi container by itself.
It works for me with r32396. Which MEncoder version or package did you try?


But actually, I meant encoding everything with MEncoder, which should work with pretty much any version:

Code:
mencoder -ovc lavc -oac lavc -channels 6 -lavdopts threads=8
-lavcopts vcodec=mpeg4:vqscale=3:vrc_maxrate=25000:vrc_buf_size=5000:acodec=ac3:abitrate=640 input.mkv -o out.avi
For fast H.264 decoding, get a MEncoder binary that has been linked against ffmpeg-mt.

Quote:
now just have to figure out how to hard code forced PGS subtitles and I should be off to the races with all my movies
With Mencoder: -slang eng -vf expand=::::1

If language selection fails, try with -demuxer lavf or use -sid SID (where SID is a numerical ID printed by mplayer -v). You'll need a recent MEncoder version since PGS support was added last summer.

Last edited by nm; 16th November 2010 at 12:30.
nm is offline   Reply With Quote