Skip to content

Instantly share code, notes, and snippets.

@raspi
Created August 26, 2023 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raspi/f6691f7e6580b45e8dd92d339753f50f to your computer and use it in GitHub Desktop.
Save raspi/f6691f7e6580b45e8dd92d339753f50f to your computer and use it in GitHub Desktop.
#!/bin/bash
# source_*.png (source_1234.png) to mkv
find . -type f -iname "*.png" -printf "%f\n" | sort -n | xargs cat | ffmpeg -f image2pipe -i - output.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment