Skip to content

Instantly share code, notes, and snippets.

@zimonitrome
Created July 18, 2020 18:49
Show Gist options
  • Save zimonitrome/0eb32e74b16930a82a64b08213166548 to your computer and use it in GitHub Desktop.
Save zimonitrome/0eb32e74b16930a82a64b08213166548 to your computer and use it in GitHub Desktop.
Combine frames from render
ffmpeg -r 60 -i {{{FOLDER/FILE}}}_%05d.png -i {{{MUSIC_PATH}}} -c:v libx264 -c:a aac -b:a 1536k -shortest -loglevel error -stats {{{OUTPUT.FILE}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment