Serban Costandache

Results 1 comments of Serban Costandache

Here's an example of how I do the things: ```python import ffmpeg input_args = { "hwaccel": "nvdec", "vcodec": "h264_cuvid", "c:v": "h264_cuvid" } output_args = { "vcodec": "hevc_nvenc", "c:v": "hevc_nvenc", "preset":...