>I believe if you want to use the cuda scaling filter you should also >use cuda decoding.
The original cuda compatible run is ./ffmpeg -hwaccel cuvid -c:v h264_cuvid -i ../4k_normal.mp4 -vf scale_npp=1280:720 -c:v h264_nvenc 720p1.mp4 I want to do that with multicore CPU. That command basically scales a video to 720p. So, that should be a normal job for CPU. Regards, Mahmood _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
