Tuesday, June 19, 2007

ripping dvd commentary and using dual core with x264

wanted to rip a movie for my psp and have the audio commentary. found http://ubuntuforums.org/showthread.php?t=273635 which helped me remember one way to view what audio tracks are on a dvd:

mplayer dvd:// -v | grep "audio stream"


there's a way to do it w/o displaying the video too but heck, time is scarce these days and this did the trick.

then i just used the steps outlined in a previous post and specified the audio id instead of the audio lang (i also tried using multiple threads to see if it was still acceptable quality with a speed bump):

mencoder dvd://1 -dvd-device /dev/cdrom -aid 130 -oac lavc -ovc x264 -of lavf -x264encopts bitrate=384:bframes=0:global_header:level_idc=21:threads=auto -ffourcc x264 -lavcopts aglobal=1:acodec=aac:abitrate=92 -af volnorm=1:.99 -vf scale=420:287,harddup -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames -ofps 24000/1001 -o the_messengers_commentary.mp4

0 Comments:

Post a Comment

<< Home