Skip to content

Instantly share code, notes, and snippets.

@neuro-sys
Last active May 10, 2016 16:53
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 neuro-sys/09bdab432bbaf4e6b16c0a4d61465433 to your computer and use it in GitHub Desktop.
Save neuro-sys/09bdab432bbaf4e6b16c0a4d61465433 to your computer and use it in GitHub Desktop.
ffmpeg-ffv1-test.sh
#!/bin/bash
ffmpeg -i monkey/monkey_%04d.png -pix_fmt bgra -vcodec ffv1 monkey.mkv
ffmpeg \
-y \
-i small.mp4 \
-i monkey.mkv \
-filter_complex "[0:v][1:v]overlay=enable='between(t,1,5)'[out1]" \
-map '[out1]' \
output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment