On Sat, Apr 23, 2016 at 6:27 PM, Carl Eugen Hoyos <[email protected]> wrote: > Rick Kern <kernrj <at> gmail.com> writes: > >> Add an entropy setting to choose between CAVLC and CABAC. > > Am I correct that it is impossible to do this similar to > libx264? >
libx264 in avcodec uses "coder" with values "cabac"/"ac" or "cavlc"/"vlc", using the same option names might be beneficial. - Hendrik _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
