src/modules/avformat/producer_avformat.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-)
New commits: commit b17e3e9f4eadc0dc53ded8a14df2059bb642afb1 Author: Dan Dennedy <[email protected]> Date: Sun Apr 1 18:39:03 2012 -0700 make speed of editing AVCHD tolerable This only works for FFmpeg v0.9.1 or newer but not yet for libav. This uses the image scaling interpolation mode as a hint to perform less (nearest) or more (bilinear or bicubic) diligent seeking. Since most editors are using the SDL consumer with rescale=nearest, this makes scrubbing and cuts/transitions faster. Then, upon encoding, since the avformat consumer uses bilinear by default, it will use the slower, more accurate seeking to ensure the integrity of cuts with an in point. This change has some quirks: frame-stepping backwards sometimes does not update the image, and sometimes a big jump forward shows artifacts. ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
