05-18-2021, 10:22 AM
Not a tutorial. Some notes on using Openshot video editor for transitions. Openshot has lots of various effects but it is not really made for producing small frame sizes suitable for Gimp. It is possible.
You need to make your own 'output profile'. There is guidance in the Openshot documentation. As an example for a 200x200 animation. Set your own width / height to suit your project. It is a simple text file and goes in the Openshot profile ~/.openshot_qt/profiles folder.
Video demo: https://youtu.be/EeE-7-E1dyE duration 7 minutes.
Bonus Tacked a bit on the end for a MathMap animated transition.
You need to make your own 'output profile'. There is guidance in the Openshot documentation. As an example for a 200x200 animation. Set your own width / height to suit your project. It is a simple text file and goes in the Openshot profile ~/.openshot_qt/profiles folder.
Code:
description=200x200
frame_rate_num=10000
frame_rate_den=1001
width=200
height=200
progressive=1
sample_aspect_num=10
sample_aspect_den=10
display_aspect_num=10
display_aspect_den=10
Video demo: https://youtu.be/EeE-7-E1dyE duration 7 minutes.
Bonus Tacked a bit on the end for a MathMap animated transition.