William Lowry <wlowry77 <at> gmail.com> writes: > Hi, I'm attempting to make an FFV1/PCM preservation > copy from an H.263/AMR donated video.The original > video has variable frame rate and I am unable to > accurately reproduce this.
You can choose another container than mov (like avi, the FFmpeg mov muxer only support constant frame rate) but since no frames are dropped or duplicated, I am not sure if the output will be "better" in any way. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
