Hi all,

I have a GeForce GT 1030/PCIe/SSE2 that supports NVENC and I have ffmpeg compiled with nvenc support.

./ffmpeg -encoders 2>/dev/null | grep nvenc
 V..... h264_nvenc           NVIDIA NVENC H.264 encoder (codec h264)
 V..... nvenc                NVIDIA NVENC H.264 encoder (codec h264)
 V..... nvenc_h264           NVIDIA NVENC H.264 encoder (codec h264)
 V..... nvenc_hevc           NVIDIA NVENC hevc encoder (codec hevc)
 V..... hevc_nvenc           NVIDIA NVENC hevc encoder (codec hevc)

Am I correct that nvenc could never help accelerate the following command and that it can only help encode h264/h265?

ffmpeg -f rawvideo -pixel_format bgra -video_size $SIZE -framerate $2 -i - 
-vcodec utvideo $1.avi

Secondarily, is there any way to get h264/h265 to encode with transparency (or any way to get the nvenc encoder to encode a video with transparency at all)? Thanks!

Josh
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to