From fda666dc642726435bea8b06c177fd94887ff665 Mon Sep 17 00:00:00 2001 From: sixteenmillimeter Date: Mon, 29 Mar 2021 22:02:06 -0400 Subject: [PATCH] lol --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fe21a7..598c188 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ This command will take video `A.mp4` and `B.mp4` as image sources while using `m ![bipack examples](img/example.jpg?raw=true "Examples") -## Explaination +## 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) Uses 1280x720 resolution and Apple ProRes 422 HQ as the output format, right now but change that easily in the script. -Videos at different framerates will cause "slippage" between the mattes and the images, so it's best to standardize those before running this script. The default rate is set to 24fps because it's been the lowest common denominator of the videos this was written for, but you should use a consistent framerate with all videos passed into this script. \ No newline at end of file +Videos at different framerates will cause "slippage" between the mattes and the images, so it's best to standardize those before running this script. The default rate is set to 24fps because it's been the lowest common denominator of the videos this was written for, but you should use a consistent framerate with all videos passed into this script.