[mythtv] MPEG2-MPEG2 transcoding: Illegal video stream

Thomas Börkel thomas at boerkel.de
Thu Mar 2 18:25:39 UTC 2006


HI!

Geoffrey Hausheer wrote:

> Then to be sure:
> tcdemux -i test.mpg > test.m2va
> tcprobe -i test.m2va
> ---
> [tcprobe] MPEG program stream (PS)
> [tcprobe] summary for test.m2va, (*) = not default, 0 = not detected
> import frame size: -g 720x576 [720x576]
>      aspect ratio: 4:3 (*)
>        frame rate: -f 25.000 [25.000] frc=3
>                    PTS=0.2878, frame_time=40 ms, bitrate=8000 kbps
>    no audio track: use "null" import module for audio
> ---
> Looks the same.

It looks OK, according to tcprobe, when demuxed with tcdemux, but it is 
not. Try this:

tcdemux -i test.mpg > test.m2v
mpeg2desc -a0 < test.mpg > test.mp2
(so that we have an audio stream to mux with, don't now how to do this 
with tcdemux).

tcmplex -i test.m2v -p test.mp2 -m d -o test2.mpg

INFO: using reference profile (DVD)
INFO: profile type is (PAL)

ERROR: File test.m2v is not a 11172-2 or 13818-2 Video stream.

Thomas


More information about the mythtv-dev mailing list