[MPlayer-users] 2 titles in 1 film
Yura
inf at nerdshack.com
Tue Aug 23 04:19:57 CEST 2005
Sat, Aug 20, 2005 at 11:58:17AM -0400, Rich Felker написал:
>On Fri, Aug 19, 2005 at 10:26:21PM -0500, Kichigai Mentat wrote:
>> On Aug 18, 2005, at 19.53, Yura wrote:
>> >Tue, Aug 16, 2005 at 09:00:28AM -0500, Kichigai Mentat ??????????????:
>> >>On Aug 15, 2005, at 22.27, ?????? wrote:
>> >>
>> >>>Good time to all .
>> >>>I wonder , how to rip 2 titles in 1 film ?
>> >>>
>> >>I assume you mean how to rip two DVD titles into one file. I
>> >>suppose the easiest way to do that would be to use the avimerge
>> >>program from the avifile collection.
>> >
>> >Thanks , how i couldn't guess ? And bitrate of target size
>> >calculate from
>> >the common length , i suppose .
>> >Thanks one more .
>> I'm guessing you're not sure how to go about doing this? First, you
>> would have MEncoder encode each title into a single file, using the
>> same video codec, resolution, and bitrate. Then download and install
>> avifile, and use the avimerge program. The man page should tell you
>> everything.
>
>This is not a good method, since the twopass vbr won't get distributed
>across the two halves. MEncoder is perfectly capable of encoding from
>two source files. Just use:
>
>mencoder [all options here] dvd://1 dvd://2
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
++
it returns :
-----------------
MEncoder 1.0pre7-3.3.5 (C) 2000-2005 MPlayer Team
CPU: Intel Celeron 2/Pentium III Tualatin (Family: 6, Stepping: 1)
...
Too many audio packets in the buffer: (4096 in 8257533 bytes).
Maybe you are playing a non-interleaved stream/file or the codec failed?
For AVI files, try to force non-interleaved mode with the -ni option.
MPEG: Missing video stream!? Contact the author, it may be a bug :(
RAWDV file format detected.
VIDEO: [DVSD] 720x576 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:22 fourcc:0x44535644 size:720x576 fps:25.00 ftime:=0.0400
No video encoder (-ovc) selected. Select one (see -ovc help).
Exiting...
------------------
Now i do this :
mencoder -ovc copy -oac copy -o "home/l/1.vob" dvd://1 -dvd-device $1 dvd://2
-dvd-device $1
mplayer -ao pcm:file=a.wav -aid 128 -vc dummy -vo null 1.vob
Maybe there is a better way ?
--
With best regards , Yura .
More information about the MPlayer-users
mailing list