
$ ffmpeg -i /i/_wip/.2.0.Subs.Fr.Eng.mkv -c:v h264_nvenc -an -vf "fade,hwupload_cuda,scale_npp=304:120" -pix_fmt yuv420p -preset fast /i/_wip/test1_output_h264.mp4įfmpeg version N-98027-g89328022be-g6cd198860d+3 Copyright (c) 2000-2020 the FFmpeg developersīuilt with gcc 10.1.0 (Rev3, Built by MSYS2 project)Ĭonfiguration: -cc='ccache gcc' -cxx='ccache g++' -disable-autodetect -enable-bzlib -enable-cuda -enable-cuvid -enable-d3d11va -enable-dxva2 -enable-iconv -enable-lzma -enable-nvenc -enable-zlib -enable-sdl2 -Įnable-ffnvcodec -enable-nvdec -enable-cuda-llvm -enable-libmp3lame -enable-libopus -enable-libvorbis -enable-libvpx -enable-libx264 -enable-libx265 -enable-libdav1d -disable-debug -enable-fontconfig -enable-libass I'm trying on Win10 (through MinGW64) to convert (mixing mode) from x265 file (by CPU) to x264 (by GPU - NVidia) resizing the output using scale_npp.
