Video_Tools/multi-record/videorender.sh

3 lines
117 B
Bash
Executable File

#!/bin/bash
ffmpeg -y -vsync 0 -hwaccel cuda -hwaccel_output_format cuda -i "${1}" -c:a copy -c:v hevc_nvenc "${2}"