Changes between Version 95 and Version 96 of HWAccelIntro
- Timestamp:
- Jul 17, 2024, 11:20:55 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HWAccelIntro
v95 v96 249 249 250 250 {{{ 251 ffmpeg -hwaccel_device 0 -hwaccel cuda - i input -vf scale_cuda=-1:720 -c:v h264_nvenc -preset slow output.mkv251 ffmpeg -hwaccel_device 0 -hwaccel cuda -hwaccel_output_format cuda -i input -vf scale_cuda=-1:720 -c:v h264_nvenc -preset slow output.mkv 252 252 }}} 253 253
