hello_hello
27th March 2025, 10:17
I had a bit of time to kill so here's an improved version.
The clips can have different sample aspect ratios as long as they have a SAR in frame properties.
There's a description of the arguments at the top of the script.
Link for an updated version of the function in post #355 (https://forum.doom9.org/showthread.php?p=2019958#post2019958).
Creating three source clips from a 720p video.
Trim(5479,5479)
A = CropResize(720,576, OutSAR=16.0/15.0)
B = CropResize(720,436, OutSAR=16.0/15.0)
C = CropResize(720,576, OutSAR=64.0/45.0)
https://i.ibb.co/JRj5c5gV/0A.jpg
https://i.ibb.co/v4DXSZjj/0B.jpg
https://i.ibb.co/rf7NKPW7/0C.jpg
CombineClips([A,B,C])
https://i.ibb.co/DfxwhZrv/1A.jpg
https://i.ibb.co/zhjpBj6p/1B.jpg
https://i.ibb.co/4ndC8R8S/1C.jpg
CombineClips([A,B,C], Max=false)
https://i.ibb.co/JRj5c5gV/0A.jpg
https://i.ibb.co/b51HKzg1/2B.jpg
https://i.ibb.co/ynHvffXS/2C.jpg
Resizing for NTSC complaint video.
CombineClips([A,B,C], 720,480, OutSAR=10.0/11.0)
https://i.ibb.co/Y4yQVVZL/3A.jpg
https://i.ibb.co/XZ6jM51t/3B.jpg
https://i.ibb.co/NdCZH3Vx/3C.jpg
The clips can have different sample aspect ratios as long as they have a SAR in frame properties.
There's a description of the arguments at the top of the script.
Link for an updated version of the function in post #355 (https://forum.doom9.org/showthread.php?p=2019958#post2019958).
Creating three source clips from a 720p video.
Trim(5479,5479)
A = CropResize(720,576, OutSAR=16.0/15.0)
B = CropResize(720,436, OutSAR=16.0/15.0)
C = CropResize(720,576, OutSAR=64.0/45.0)
https://i.ibb.co/JRj5c5gV/0A.jpg
https://i.ibb.co/v4DXSZjj/0B.jpg
https://i.ibb.co/rf7NKPW7/0C.jpg
CombineClips([A,B,C])
https://i.ibb.co/DfxwhZrv/1A.jpg
https://i.ibb.co/zhjpBj6p/1B.jpg
https://i.ibb.co/4ndC8R8S/1C.jpg
CombineClips([A,B,C], Max=false)
https://i.ibb.co/JRj5c5gV/0A.jpg
https://i.ibb.co/b51HKzg1/2B.jpg
https://i.ibb.co/ynHvffXS/2C.jpg
Resizing for NTSC complaint video.
CombineClips([A,B,C], 720,480, OutSAR=10.0/11.0)
https://i.ibb.co/Y4yQVVZL/3A.jpg
https://i.ibb.co/XZ6jM51t/3B.jpg
https://i.ibb.co/NdCZH3Vx/3C.jpg