[mythtv] [PATCH] process cutlist without transcoding (final)
Isaac Richards
ijr at po.cwru.edu
Mon Jul 14 14:03:08 EDT 2003
On Saturday 12 July 2003 08:14 pm, Geoffrey Hausheer wrote:
> Here is an updated version of the previous transcoder patch I sent
> previously. It fixes a critical bug which was corrupting transcoded
> files when there were too many dropped frames in the original.
Can you regenerate this with diff -u real quick? I like to be able to read
patches before applying them =)
> I also have a fix for a corner case for when the cut ends on a keyframe
> (without the fix nothing terrible happens, but we get an additional sync
> frame with it, which may give better audio sync right after a cut). The
> fix is to change DoFastForward and DoRewind (in nuppeldecoder) to use
> GetFrame (with video-only set), but I'm thinking maybe there's a reason
> why this wasn't done originally. I haven't included this patch, as it
> would affect all fastforward/rewind cases, and thus I need to be really
> sure it works correctly, but I thought I'd poll the developers as to
> whether there is a reason this wasn't originally done?
Mainly because the nuppeldecoder seeking stuff is really, really old, and I've
been meaning to make it just use GetFrame for the exact seeking stuff but
haven't quite gotten to it yet.
Isaac
More information about the mythtv-dev
mailing list