[MPlayer-dev-eng] [PATCH] Multiple problems with tfields filter

compn tempn at twmi.rr.com
Tue Feb 2 06:00:52 CET 2010


On Mon, 1 Feb 2010 22:55:02 +0000 (UTC), Carl Eugen Hoyos wrote:
>John Lindgren <john.lindgren <at> tds.net> writes:
>
>> Reimar Döffinger wrote:
>> > > (2) yadif is not compatible with OpenGL
>> > > output, so I have to use Xv, which does not have vsync on my machine,
>> > 
>> > Huh? yadif works just fine for me with -vo gl, what exactly is the problem?
>
>I would also like to read this message - where is it?
>
>> yadif apparently does not support non-planar formats, which MPlayer
>> converts DVD to in order to use OpenGL output.
>
>How can I reproduce this?

i have vf=eq,scale in config

F:\mplayer-test>mplayer unnamed-002.vob -nosound -vo gl -vf yadif
MPlayer SVN-r30226-3.4.5 (C) 2000-2009 MPlayer Team
142 audio & 338 video codecs

Playing unnamed-002.vob.
MPEG-PS file format detected.
VIDEO:  MPEG2  720x480  (aspect 2)  29.970 fps  9800.0 kbps (1225.0 kbyte/s)
dvdsublang...unnamed 002 en eng
dvdsublang...unnamed 002 en eng
[gl] using extended formats. Use -vo gl:nomanyfmts if playback fails.
Opening video filter: [yadif]
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
VDecoder init failed :(
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Unsupported PixelFormat -1
Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2)
==========================================================================
Audio: no sound
Starting playback...
Compiler did not align stack variables. Libavcodec has been miscompiled
and may be very slow or crash. This is not a bug in libavcodec,
but in the compiler. You may try recompiling using gcc >= 4.2.
Do not report crashes to FFmpeg developers.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.

FATAL: Could not initialize video filters (-vf) or video output (-vo).


this is why i wanted the scale filter inserted at the end of
the filter chain automatically. why do we output a series of unhelpful
messages?

mplayer unnamed-002.vob -nosound -vo gl -vf yadif,scale
seems to work.

-compn



More information about the MPlayer-dev-eng mailing list