Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

May 17, 2026

Convert multiple jpg images to mp4 video with ffmpeg command
  • input.txt
    file 'photo1.jpg'
    file 'photo2.jpg'
    file 'photo3.jpg'
  • with 3 seconds of duration
    ffmpeg -f concat -safe 0 -r 1 -i input.txt -c:v libx264 -r 30 -pix_fmt yuv420p output.mp4