Changes between Version 95 and Version 96 of HWAccelIntro


Ignore:
Timestamp:
Jul 17, 2024, 11:20:55 PM (2 years ago)
Author:
Marth64
Comment:

"another example" in NVENC was missing -hwaccel_output_format cuda ; example as-is was failing.

Legend:

Unmodified
Added
Removed
Modified
  • HWAccelIntro

    v95 v96  
    249249
    250250{{{
    251 ffmpeg -hwaccel_device 0 -hwaccel cuda -i input -vf scale_cuda=-1:720 -c:v h264_nvenc -preset slow output.mkv
     251ffmpeg -hwaccel_device 0 -hwaccel cuda -hwaccel_output_format cuda -i input -vf scale_cuda=-1:720 -c:v h264_nvenc -preset slow output.mkv
    252252}}}
    253253