On Fri, Dec 16, 2016 at 1:35 PM, Sumit Agarwal <sum...@nvidia.com> wrote:
> h264_cuvid (without hwaccel) + hwupload_cuda filter is currently broken. The 
> resample_sample_fmt in the input stream is not updated after h264_cuvid 
> decoder is initialized, due to this reconfiguration of the filter graph is 
> triggered after the decode. During reconfiguration, Scale filter is inserted 
> after hwupload_cuda filter and the filter configuration fails during format 
> merging.
>
> Try the following command line to observe the issue:
>
> ffmpeg -y -c:v h264_cuvid -i amazing.264 -vf hwupload_cuda -c:v h264_nvenc 
> out.264
>

Why would you use such a command with hwupload instead of just using
-hwaccel cuvid to solve all these issues? Thats what its for. The
change in ffmpeg looks a bit fishy.

- Hendrik
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to