diff --git a/ffmpeg_jpg_to_mp4 b/ffmpeg_jpg_to_mp4 new file mode 100644 index 0000000..7ff96a2 --- /dev/null +++ b/ffmpeg_jpg_to_mp4 @@ -0,0 +1 @@ +cat 2023*.jpg | ffmpeg -framerate 25 -i - -c:v libx264 -crf 0 output.mp4 \ No newline at end of file