On Fri, May 21, 2021 at 11:28 AM Tom Boshoven <tom at jwplayer.com> wrote: > + outlink->time_base = av_mul_q(outlink->time_base, (AVRational){2, 1}); > This should be {1, 2} . I'll fix this after I get some feedback.