[MPlayer-users] How to pass -strict -2 to ffmpeg hevc
Andy Furniss
adf.lists at gmail.com
Thu Oct 17 21:10:40 CEST 2013
Josh wrote:
> One way is to remove the experimental flag from hevc.c & recompile.
>
> ffmpeg/libavcodec/hevc.c
>
> .capabilities = CODEC_CAP_DR1 | CODEC_CAP_DELAY |
> CODEC_CAP_FRAME_THREADS | CODEC_CAP_EXPERIMENTAL,
>
> to
>
> .capabilities = CODEC_CAP_DR1 | CODEC_CAP_DELAY |
> CODEC_CAP_FRAME_THREADS,
Thanks, it's always handy to know where/how these things are set up for
future reference.
More information about the MPlayer-users
mailing list