[MPlayer-users] Pullup and ffmpeg glitches
D Richard Felker III
dalias at aerifal.cx
Wed Jan 19 16:53:41 CET 2005
On Tue, Jan 18, 2005 at 11:03:47PM -0800, RC wrote:
> On Tue, 18 Jan 2005 15:11:15 -0500
> D Richard Felker III <dalias at aerifal.cx> wrote:
>
> > there are two possible fixes: either disable direct rendering in
> > pullup, i.e. remove get_image (but this will make it much slower),
>
> A little slow-down in pullup isn't a very big deal to me, since
> it's only perhaps 0.1% of the CPU load when I am encoding.
Yes, hmm... Maybe I should make it an option to vf_pullup, whether to
use DR or not. It matters A LOT for realtime playback, but for
encoding, it's a tiny percentage of the whole process.
> > or else insert an extra filter before pullup to block direct
> > rendering (but this will mess up mixed hard/soft telecine since most
> > filters don't pass the soft telecine flags along).
>
> Hmm, interesting. "-vf softpulldown,pullup" seems to work (it was the
> obvious choice, since it certainly must pass the telecine flags
> along). I guess I've got my workaround, at least until I find some new
> nasty bug in softpulldown like I have in everything else I use...
Actually softpulldown doesn't pass along the flags; it converts soft
into hard telecine. :) But you're right, that is a good choice!
> > always works for me. have you submitted a proper bug report?
>
> Yes. And you and I discussed the issue at length. I guess if even you
> can't remember it, I'd better make a bugzilla entry so this bug isn't
> forgotten.
:)
> http://www1.mplayerhq.hu/pipermail/mplayer-users/2004-October/048911.html
> http://www1.mplayerhq.hu/pipermail/mplayer-users/2004-October/048997.html
> http://www1.mplayerhq.hu/pipermail/mplayer-users/2004-October/049016.html
> http://www1.mplayerhq.hu/pipermail/mplayer-users/2004-October/049021.html
ohhhh...that bug. why are you putting mpeg2 into avi and then trying
to encode from it afterwards? there's probably a better way to be
doing what you want. however, we should find a way to fix this too...
rich
More information about the MPlayer-users
mailing list