sdk-ameba-v4.0c_180328/component/common/example/media_time_lapse/lapse.bat

3 lines
149 B
Batchfile
Raw Normal View History

2019-04-02 08:34:25 +00:00
c:\ffmpeg.exe -i img%%d.JPEG -f image2 final%%d.png
c:\ffmpeg.exe -framerate 30 -i final%%d.png -vf fps=30 -pix_fmt yuv420p output.mp4
del /s *.png