#6476: NVENC: "InitializeEncoder failed" error occurs when level 5.2 is specified -------------------------------------+----------------------------------- Reporter: alexpigment | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: nvenc | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+-----------------------------------
Comment (by heleppkes): specifying level only adds constraints, it does not lift them. So if you don't specify a level, it'll use the highest required for your content. That means that if you want to encode 5.2, there is no need to specify a level, since it'll automatically pick one. The only reason to specify a level is if you want to constraint yourself to a specific level and not accidentally go over it. The lack of th 5.2 level in nvenc_h264 should still be fixed, but its not necessarily required to specify it. -- Ticket URL: <https://trac.ffmpeg.org/ticket/6476#comment:7> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker _______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".