On Fri, Mar 17, 2017 at 12:29 AM, Hardik Kanakia <[email protected]> wrote:
> Hi All, > > I am currently facing a problem for while converting the content from 24 to > 25 without change in duration. > When i tried converting the content, the duration changes which is not what > is required > > Can you please help with the code > > > Regards, > > Hardik Kanakia > Not sure what method you may be using, but if you add "-r 25" to your transcode it will output your 24fps video at 25fps by doubling one frame per second. Duration will not change. Bonus trivia: FFMPEG doubled the 12th frame in each second when tested. *William Caulfield *| *ContentBridge Systems* _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
