csparker247 / ffdropenc

A macOS utility for batch encoding video files.
GNU General Public License v3.0
6 stars 0 forks source link

(Feature) Non-continuous image sequences #39

Open csparker247 opened 3 years ago

csparker247 commented 3 years ago

From @hayashidalex:

ls *.png | sort --version-sort | xargs cat | ffmpeg -framerate 5 -f image2pipe -i - file.mp4