[MPlayer-users] Q: vob -> mencoder -> avi,ogg -> ???
Nico Sabbi
nsabbi at tiscali.it
Sun Sep 5 18:14:04 CEST 2004
Il dom, 2004-09-05 alle 17:16, Meino Christian Cramer ha scritto:
> Hi,
>
> I got stuck inside the encoding phase... :)
>
> I got a vob file on disk. This contains one video stream and two
> audio streams.
>
> I did a
> mencoder -ao pcm -aofile <vobfilename>.wav <vobfilename>.vob
>
> which gives me a pcm audio file <vobfilename>.wav and I still have
> the <vobfilename>.vob with all streams.
>
> Then I oggenced the wav.
>
> Now I have a <vobfilename>.ogg additionally.
>
> Next I did a similiar command to this:
>
> mencoder -o /dev/null -oac copy -ovc lavc \
> -lavcopts vcodec=mpeg4:vbitrate=1000:vhq:vqmin=2:\
> vlelim=-4:vcelim=9:lumi_mask=0.05:dark_mask=0.01:vpass=1 \
> -vf crop=716:572:2:2,scale=640:480 <vobfilename>.vob
>
> and
>
> mencoder -o <vobfilename>.avi -oac copy -ovc lavc \
> -lavcopts vcodec=mpeg4:vbitrate=1000:vhq:vqmin=2:\
> vlelim=-4:vcelim=9:lumi_mask=0.05:dark_mask=0.01:vpass=2 \
> -vf crop=716:572:2:2,scale=640:480 <vobfilename>.vob
>
> And finally I want to mkvmerge the <vobfilename>.ogg with the
> <vobfilename>.avi into a new videofile.
>
> BUT:
> The resulting avi from pass2 of the above mencoder command still
> contains audio....
>
mencoder -nosound ... will remove it
> How can I get rid of the audio part of the avi since I want to
> replace it by the ogg audio file?
>
> Or did I build a logical knot here ? :))
>
> What is wrong ?
>
> Thank you very much for any help in advance !
>
> Kind regards,
> Meino
>
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
More information about the MPlayer-users
mailing list