PR #21030 opened by Ayose C. (ayosec)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21030
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21030.patch
This pull-request is an alternative to #21008.
The test `fate-filter-drawvg-video` is failing on Windows when `SRC_PATH`
contains the ch
PR #20898 opened by Ayose C. (ayosec)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20898
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20898.patch
### Problem
FFmpeg can be used with no inputs. For example, the command
```bash
$ ffmpeg -filter_complex color=blue:d=1 /tmp/blue.mp4
`