So, I think the command should be similar to this ./ffmpeg -i ../fast_video.mp4 h264_nvenc -preset medium -movflags +faststart -c:a aac ../fast_video_conv.mp4
but that fails [NULL @ 0x558bd7fcadc0] Unable to find a suitable output format for 'h264_nvenc' h264_nvenc: Invalid argument Regards, Mahmood On Wed, Jan 23, 2019 at 10:06 PM Dennis Mungai <[email protected]> wrote: > > Hello there, > > You must select the nvenc encoders and optionally, a CUDA based filter, > such as scale_cuda, yadif_cuda, etc to utilize the GPU. > > For the encoders, see: > > ffmpeg -h encoder=h264_nvenc > > ffmpeg -h encoder=hevc_nvenc > > The scalers above will work with any CUDA capable GPU (supported by the > CUDA SDK), but for NVENC, you'll need to ensure that you have a supported > GPU. Typically Kepler and above. > > Regards, > > Dennis. > _______________________________________________ > 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". _______________________________________________ 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".
