[MPlayer-users] 2 titles in 1 film
Rich Felker
dalias at aerifal.cx
Tue Aug 23 06:31:35 CEST 2005
On Tue, Aug 23, 2005 at 06:19:57AM +0400, Yura wrote:
> Thank you , but how i can dump audio in 1 file (I rip with ogg encoding in
> matroska format )?
> When i try :
> **
> mplayer -ao pcm:file=a.wav -aid 128 -vc dummy -vo null dvd://1 -dvd-device
> $1
> dvd://2 -dvd-device $1
> **
>
> files are overwriting , and with this :
> ++
> mencoder -novideo -oac copy -o "home/l/a.ac3" dvd://1 -dvd-device $1 dvd://2
> -dvd-device $1
> ++
I see the problem. Try this..
When encoding the video with mencoder, use -oac copy or -oac pcm to
copy the original audio into your output avi file. Then use that as
the source for encoding vorbis, and finally mux it.
Rich
More information about the MPlayer-users
mailing list