[FFmpeg-user] Increase video speed via framerate change?

thljcl jiachielee at live.com
Wed Nov 6 09:26:01 CET 2013


-r as an output option will duplicate or drop frames to achieve the target
frame rate without changing video length; there is still a change of video
length, despite could be very small, due to round-off error. -r as an input
option will tell ffmpeg to ignore the original frame rate stored in the
video container, thus changing the video playback speed as well as video
length.
Generally, -vf "fps=24" is favored over -r "24" as an output option because
of the predictability. For input option though, "-r" is still pretty useful.




--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Increase-video-speed-via-framerate-change-tp4662125p4662237.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list