Hi we are facing issue while running multiple bitrate transcoding for FFmpeh with CUDA.
below is command we are using in command prompt.
please provid ethe command that runs in command prompt.
ffmpeg -y -vsync 0 -hwaccel cuda -hwaccel_output_format cuda -i Besharm.mp4
-vf scale_npp=1920:1080 -c:a copy -c:v h264_nvenc -b:v 5M output1.mp4
-vf scale_npp=1280:720 -c:a copy -c:v h264_nvenc -b:v 8M output2.mp4