On Tue, Aug 08, 2017 at 20:54:17 +0300, Daniel wrote: > i get the following error : "Unrecognized hwaccel: h264_cuvid. > Supported hwaccels: vdpau vaapi cuvid " same time if i request > "/usr/local/bin/ffmpeg -decoders |grep -i h264 " i get this result:
Well, since you are trying to use a hwaccel, you must query its existance not with "ffmpeg -decoders", but with "ffmpeg -hwaccels". Moritz _______________________________________________ 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".
