[FFmpeg-user] Change fps to an avi video without reencoding with ffmpeg

phate89 phates89 at gmail.com
Tue Apr 24 02:16:29 CEST 2012


I have an avi xvid file at 23.976 fps and i need to change it to 25 fps
without reencoding... it is possible (vdub does it) because the framerate
it's only a value of the avi container... I found in ffmpeg the "-r"
function and i try to use it in this way:
ffmpeg -i input.avi -vcodec copy -an -r 25 "output.avi"

But the output still has the old framerate... Can i do it in some way with
ffmpeg?

--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Change-fps-to-an-avi-video-without-reencoding-with-ffmpeg-tp4582096p4582096.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list