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

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to