[MPlayer-users] Having mencoder read multiple *.vob files?

Arpi arpi at thot.banki.hu
Sun Nov 18 16:49:25 CET 2001


Hi,

> Is this also supposed to work for *.VDR Files ?
> 
> If i try cat 001.vdr | mencoder -divx4opts br=1050 -pp 0x20000 -pass 1 -
> 
> I get the following output:
> 
> Reading /root/.mplayer/codecs.conf: 18 audio & 39 video codecs
> Reading from stdin...
> success: format: 0  data: 0x0 - 0x0
> MPEG packet stats: p100: 262  p101: 255  PES: 2122
> MPEG packet stats: p100: 239  p101: 238  PES: 2117
> header block 1 size: 12
> ============= Sorry, this file format not recognized/supported
> ===============
> === If this file is an AVI, ASF or MPEG stream, please contact the author!
> ===
> Cannot open demuxer

> It seems as if mencoder refuses to read from stdin ?
hmm.
i think i know what is the problem: mpeg detection runs in 2 pass:
pass 1: search for mpeg PS packets.
pass 2: search for mpeg PES packets.
but as stdin isn't seekable, it can't seek back and run pass2 :(

i'll try to find a workaround.
i think i'll merge PS and PES demuxer code to avoid this.


A'rpi / Astral & ESP-team

--
mailto:arpi at thot.banki.hu
http://esp-team.scene.hu



More information about the MPlayer-users mailing list