>
cheatref
tmux
ffmpeg
> ffmpeg
/
compression
/
hardware-accelerated-encoding-with-nvenc
Hardware-accelerated encoding with NVENC
compression
// shell
$
ffmpeg -i input.mp4 -c:v h264_nvenc -preset p7 -cq 23 output.mp4
// related commands
> compress-video-with-crf-quality-control
> two-pass-encoding-for-target-file-size
> hardware-accelerated-encoding-with-videotoolbox
> reduce-file-size-by-limiting-bitrate
> view all compression commands