Мы можем создать новый обработчик кодировщика следующим образом:
< pre class="lang-cpp Prettyprint-override">
Код: Выделить всё
x264_param_t param{}; // fill with proper values
x264_t* handler = x264_encoder_open(¶m);
Подробнее здесь: https://stackoverflow.com/questions/793 ... ders-state
Мобильная версия