From 1fbb330163e6093075ec99de3a4565daffae1eff Mon Sep 17 00:00:00 2001 From: sixteenmillimeter Date: Mon, 29 Mar 2021 22:32:19 -0400 Subject: [PATCH] Added an example video --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 598c188..3f59d69 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ This command will take video `A.mp4` and `B.mp4` as image sources while using `m ![bipack examples](img/example.jpg?raw=true "Examples") +## Examples + +[![Bipack example 1](https://sixteenmillimeter.com/projects/bipack/img/clavilux_of_FL-1331705137052717060.jpg)](https://sixteenmillimeter.com/projects/bipack/img/clavilux_of_FL-1331705137052717060.mp4) + +Generously provided by Dave Rodriquez Twitter: [@clavilux_of_FL](https://twitter.com/clavilux_of_FL) Github: [@drodz11](https://github.com/drodz11) + ## Explanation This script started as a multi-command experiment that finally got reduced to a single command that leans heavily on ffmpeg's `maskmerge` filter: [Documentation](https://ffmpeg.org/ffmpeg-filters.html#maskedmerge)