View Single Post
Old 30th July 2007, 10:09   #74  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
Quote:
Originally Posted by buzzqw View Post
no.. i don't know (well haven't researched too much) how mencoder handle subs...
i am open to suggestions/hints/tips
MEncoder by default hardcodes subs. You have to select the sub you want with the -sid option where this option is a number. You can also alternatively choose the anti-aliasing method with the -spuaa option

if you want to dump subs, then use mencoder with the -vobsubout option, eg

mencoder dvd://1 -sid 5 -vobsubout subtitle_file_name

you have to use -sid with -vobsubout when dumping subs to select which one to dump

BTW, I checked the mencoder docs again, you were right, the harddup filter should be placed at the beginning, sorry for mistake, so use....

-vf harddup,scale=512:384,blablabla
microchip8 is offline   Reply With Quote