-
Notifications
You must be signed in to change notification settings - Fork 260
Open
Description
NVENC is NVidia's hardware encoder that supports H264 and HEVC. It would be neat if ffmpeg was built with --enable-nvenc
option so that this encoder can be used in the resulting build.
I already made attempts to enable this and in its current status ffmpeg does compile with --enable-nvenc
, the nvenc_hevc
and nvenc_h264
encoders are available, but if you try to use them in the static build it results in a segmentation fault. The encoders work fine when the --static
ldexeflag is removed, but then the build is dynamic.
turbomettwurst and ivo95v
Metadata
Metadata
Assignees
Labels
No labels