Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: last frame duplication heuristic

2015-04-03 Thread Michael Niedermayer
On Wed, Nov 19, 2014 at 01:18:41PM +0100, Michael Niedermayer wrote: > This improves the last frames duration with CFR and when the input durations > are inaccurate or missing > > Signed-off-by: Michael Niedermayer applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC78

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: last frame duplication heuristic

2015-04-03 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > This improves the last frames duration with CFR and > when the input durations are inaccurate or missing Ping. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: last frame duplication heuristic

2014-11-19 Thread Michael Niedermayer
On Wed, Nov 19, 2014 at 12:53:54PM +, Carl Eugen Hoyos wrote: [...] > > Why does this not work for the sample in ticket #3052? different issue ... fixed [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Breaking DRM is a little like attempting to break through

Re: [FFmpeg-devel] [PATCH 1/2] ffmpeg: last frame duplication heuristic

2014-11-19 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > This improves the last frames duration with CFR and > when the input durations are inaccurate or missing Please mention ticket #4119. Why does this not work for the sample in ticket #3052? Carl Eugen ___ ffmpeg

[FFmpeg-devel] [PATCH 1/2] ffmpeg: last frame duplication heuristic

2014-11-19 Thread Michael Niedermayer
This improves the last frames duration with CFR and when the input durations are inaccurate or missing Signed-off-by: Michael Niedermayer --- ffmpeg.c | 29 - ffmpeg.h |1 + 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c inde