win: fix patch-tester - #1099
Conversation
updates ffmpeg command as per documentation
|
On systems with multiple cuda capable GPUs it's possible that Additionally the Also |
Replaces testsrc with testsrc2 for correct pixel format for latest ffmpeg Fixes position of duration parameter `-t` Adds cuda:0 to explicitly select the first CUDA device
Uses the duration(d) parameter for the source instead of generic option '-t' Changes source's duration to 150s (2:30 minutes) so that encoding output is shown longer
|
Tested Changed to duration for the source input instead of general duration. Last commit can be dropped it it's unwanted. |
Current command doesn't work. This error is always returned:
Updated ffmpeg command as per documentation ffmpeg.org hwaccel -init_hw_device.
Fixes #892, fixes #1070