This commit is contained in:
sixteenmillimeter 2021-03-29 22:02:06 -04:00 committed by GitHub
parent ccfdaa60b2
commit fda666dc64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.
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.