lol
This commit is contained in:
parent
ccfdaa60b2
commit
fda666dc64
|
@ -18,10 +18,10 @@ This command will take video `A.mp4` and `B.mp4` as image sources while using `m
|
|||
|
||||

|
||||
|
||||
## 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.
|
||||
|
|
Loading…
Reference in New Issue