On 23 May 2014, at 17:08, Info || Non-Lethal Applications <[email protected]> wrote:
> On 23 May 2014, at 17:06, Carl Eugen Hoyos <[email protected]> wrote: > >> Info || Non-Lethal Applications <info@...> writes: >> >>> I’m writing a ProRes encoder >> >> As in "two are not enough" or do I misunderstand? >> >>> av_dict_set(&kvDict, "profile", "lt", 0); >> >> Did you try "apcs" instead of "lt”? > > “apcs” also doesn’t work … but “0”, “1”, “2” and “3” does. > That’s kinda weird especially when looking at the options struct. > > But ok, works for me … > > Thanks! > > Flo I realized that the Pro Res encoder that’s used by default by ffmpeg is from proresenc_anatoliy.c. However, this variant of the encoder does not support the 4444 profile. The other Pro Res decoder proresenc_kostya.c does also support 4444. Is there an easy way to configure FFMPEG to use the other encoder or does this require other changes? Thanks, Flo _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
