Show all available effects
docker run --rm -v ~/video:/srv/video -e CMD="list-effects" -it vslugin/ffmpeg-glt:latest
Show example command
docker run --rm -v ~/video:/srv/video -e CMD="example" -it vslugin/ffmpeg-glt:latest
Run any ffmpeg command
docker run --rm -v ~/video:/srv/video -e CMD="ffmpeg -i video/1.mp4 -i video/2.mp4 -filter_complex "gltransition=duration=4:offset=1.5:source=09-InvertedPageCurl.glsl" -y video/out.mp4" -it vslugin/ffmpeg-glt:latest
In this example command concat files
1.mp4 and 2.mp4 with effect 09-InvertedPageCurl.glsl to file out.mp4
Content type
Image
Digest
Size
172.8 MB
Last updated
over 5 years ago
docker pull vslugin/ffmpeg-glt