On Sat, Sep 9, 2017 at 11:01 AM, Nitish Prabhu <[email protected]> wrote:
> > Won't altering the timebase for "96.out.mp4" make the "96.new.mp4" play > slower than it was recorded at? > When the timescale is changed here, ffmpeg will rescale the timestamps to maintain timing. There's a loss of precision since the temporal resolution is decreased ~2x but for a 30 fps video and a 10^4 timescale, it makes no difference. _______________________________________________ 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".
