Hi Dave, On Thu, Mar 27, 2025 at 2:51 PM Dave Rice <[email protected]> wrote: > - Is there any workaround to force a frame rate of an input? For instance, > could I use a non-ffmpeg tool to identify the frame rate and force ffmpeg to > use a user-supplied one (such as 25 or 30000/1001) rather than the one is > detects (such as 60000/1 fps).
IIRC, you would just need to have the command line arg "-r 30000/1001" before the "-i" so it gets treated as an input arg. That should override whatever the detected framerate is for the input. Devin -- Devin Heitmueller, LTN Global Communications o: m: w: https://ltnglobal.com e: [email protected] _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
