[FFmpeg-user] Change frame rate without dropping/adding frames

tim nicholson nichot20 at yahoo.com
Mon Sep 8 09:26:40 CEST 2014


On 07/09/14 15:01, Carl Eugen Hoyos wrote:
> Elliott Balsley <elliottbalsley <at> gmail.com> writes:
> 
>> I want to take a video at 60fps and convert it to 24fps, 
>> without adding or dropping frames.
> 
> Use the input option -r.
> 

which is ignored if using stream copy...
or was in my testing:-

ffmpeg -r 25 -i "FILE0307.mov"  -r 25  -vcodec copy  -acodec copy -y
"FILE0307-25-slow.mov"

turned:-

Stream #0.0(eng): Video: h264 (Main), yuv420p, 1920x1080p [PAR 1:1 DAR
16:9], 6051 kb/s, 29.97 fps

into:-

Stream #0.0(eng): Video: h264 (Main), yuv420p, 1920x1080p [PAR 1:1 DAR
16:9], 6051 kb/s, 30.03 fps

)

> Carl Eugen
> [..]

-- 
Tim.
Key Fingerprint 38CF DB09 3ED0 F607 8B67 6CED 0C0B FC44 8B0B FC83


More information about the ffmpeg-user mailing list