clofus / ffmpeg-gl

ffmpeg docker container with some extra goodies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ffmpeg with built in GL transitions

Build Docker Image

Step: 1

Build Docker image with ffmpeg

docker build . -f base_ffmpeg_dockerfile -t clofus/ffmpeg:base

Step: 2

Build Docker image with ffmpeg + gl tranistion

docker build . -f gl_dockerfile -t clofus/ffmpeg:gl

Based on these two projects:

Examples

sh example.sh

SPLIT: https://trac.ffmpeg.org/wiki/Creating%20multiple%20outputs TRIM: https://ffmpeg.org/ffmpeg-filters.html#trim SETPTS: https://ffmpeg.org/ffmpeg-filters.html#setpts_002c-asetpts

Available transitions

  • crosswarp
  • cube
  • Butterflywavescrawler
  • circlecrop
  • circle
  • simplezoom
  • InvertedPageCurl
  • Dreamy
  • Mosaic
  • DreamyZoom
  • doorway
  • fadecolor
  • rotate_scale_fade
  • swap

Remaining not tested yet...

About

ffmpeg docker container with some extra goodies.


Languages

Language:GLSL 80.2%Language:C 17.5%Language:Shell 2.2%