[MPlayer-users] Best way to dump pcm to a wav and ogg, ogm support

Nicolas Velasquez spidyno at yahoo.es
Thu Mar 20 06:05:22 CET 2003



So now I've started to rip some dvd, here is what I do:

mplayer -dvd 1 -dumpstream
cp /dvd/video_ts/vts_01_0.ifo .

nice -+19 mencoder stream.dump -ovc frameno -o frameno.avi -oac pcm

mplayer -quiet -vc null -vo null -ao pcm frameno.avi
#THIS IS WAY TOO SLOW

nice -+19 oggenc -q 1 audiodump.wav
#do some math to set the video bitrate, I know I should do this with a script...


nice -+19 mencoder stream.dump -vop scale... -ovc lavc -oac copy -lavcopts vhq:v4mv:vlelim=-4:vcelim=9:lumi_mask=0.05:dark_mask=0.01:vpass=1 -o movie.avi

nice -+19 mencoder stream.dump -vop scale... -ovc lavc -oac copy -lavcopts vhq:v4mv:vlelim=-4:vcelim=9:lumi_mask=0.05:dark_mask=0.01:vpass=2 -o movie.avi

ogmmerge -A movie.avi audiodump.ogg -o Test.ogm

--end--

So here come the questions:
1. Will mencoder use oggenc, and will it be able to create ogm files???
2. Is there a faster way to dump to a wav the audio stream???


THE BEST MOVIE PLAYER IN HISTORY.
THANX, ATT NICOLAS.



More information about the MPlayer-users mailing list