On Tue, Feb 20, 2018 at 6:48 AM, Valeriy Shtoma <shtomavale...@gmail.com>
wrote:

> Hi to all,
>
> Tell me, please, how to change libx264 profile and level? I tried:
>
> av_dict_set(&libx264opt, "profile", "high", 0);
> av_dict_set(&libx264opt, "level", "41", 0);



This looks like the correct option for libx264 according to its option list.

Are you passing the options into avcodec_open2 and avformat_write_header?

corey
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to