79794133

Date: 2025-10-19 07:10:50
Score: 0.5
Natty:
Report link

Create a list of files:

(for %i in (images_*.jpg) do @echo file '%i') > list.txt

Convert list to video:

ffmpeg -nostdin -y -f concat -safe 0 -i list.txt -framerate 25 -c:v libx264 -pix_fmt yuv420p video.mp4
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Thomas