Kai Hendry <kai.hendry <at> gmail.com> writes: > http://s.natalian.org/2015-09-13/MDalarm_20150911_121823.mkv
This input file really is vfr (variable frame rate), our mov muxer requires constant frame rate, so the default action is to do something stupid, but a warning is shown that something is wrong with the framerate, indicating you should either specify a framerate with "-r" or insert the fps filter. (The fps filter has its own shortcomings, I suggest using -r.) avconv silently drops and duplicates frames, I am not completely convinced that this is much better: If people disagree, I will open a ticket. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
