On Mon, Dec 01, 2014 at 04:43:17PM +0100, Nicolas George wrote: > Fix non-monotonic output PTS when input PTS and duration > are set with compatible values. > > Signed-off-by: Nicolas George <geo...@nsup.org> > --- > libavfilter/vf_zoompan.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-)
with these 2 patches and the zoompan example from the docs ./ffmpeg -f lavfi -i testsrc -vf "zoompan=z='min(zoom+0.0015,1.5)':d=700:x='if(gte(zoom,1.5),x,x+1/a)':y='if(gte(zoom,1.5),y,y+1)':s=640x360" -qscale 1 test.avi i get frame= 729 fps= 69 q=1.0 Lsize= 2735kB time=00:00:29.16 bitrate= 768.5kbits/s dup=0 drop=19571 that is a pretty huge number of dropped frames is this intended ? [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I am the wisest man alive, for I know one thing, and that is that I know nothing. -- Socrates
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel