Skip to content

Instantly share code, notes, and snippets.

@allanlei
Last active September 7, 2019 07:54
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 allanlei/92efb7cdbb661b5cd5f8033f0ebe5089 to your computer and use it in GitHub Desktop.
Save allanlei/92efb7cdbb661b5cd5f8033f0ebe5089 to your computer and use it in GitHub Desktop.
FFmpeg Filtergraph to fade in a video
ffmpeg -i source.mp4 -filter_complex \
"[0:v]fade=type=in:start_time=1:duration=8[fadein]" \
-map "[fadein]" fadein.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment