Skip to content

Instantly share code, notes, and snippets.

@NISH1001
Last active December 10, 2018 16:50
Show Gist options
  • Save NISH1001/7db6cea89fb3987638c575646620163b to your computer and use it in GitHub Desktop.
Save NISH1001/7db6cea89fb3987638c575646620163b to your computer and use it in GitHub Desktop.
Convert sequence of image files into video.

Convert sequence of image files into video.
The image filepaths are inside "files.txt" with each line representing.

mencoder -nosound -noskip -oac copy -ovc copy -o output.avi -mf fps=6 'mf://@files.txt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment