[FFmpeg-user] Pattern_Type Glob *.JPG wildcard input file support for Windows 10?

Michael Koch astroelectronic at t-online.de
Tue Jul 13 12:08:14 EEST 2021


Am 13.07.2021 um 10:32 schrieb yaofahua--- via ffmpeg-user:
> This command may be helpful.
> cat *.jpg | ffmpeg -framerate 1/2 -pattern_type -f image2pipe -i - -filter_complex "scale=1280:720:force_original_aspect_ratio=decrease,pad=1280:720:-1:-1:color=black,format=yuv420p" -r 30 -movflags +faststart output-1280-720.mp4

This looks like a UNIX command line. The question was for Windows 10.

By the way, -f image2pipe is missing in the documentation ffmpeg-all.html

Michael



More information about the ffmpeg-user mailing list