we are using Openshot-qt https://github.com/OpenShot/openshot-qt
git clone https://github.com/OpenShot/libopenshot-audio.git
git clone https://github.com/OpenShot/libopenshot.git
use openshot-qt folder from this repo
https://github.com/OpenShot/openshot-qt/wiki/Become-a-Developer
clone this repo and run the following commands
conda env create --name tool --file=tool.yml
conda activate tool
ngrok
./ngrok config add-authtoken <TOKEN>
./ngrok http 3000
python app.py
PYTHONPATH=libopenshot/build/bindings/python python3 openshot-qt/src/launch.py https://bccf-14-139-82-6.ngrok-free.app --no-sandbox
check Video_editor.pdf
For more details refer paper.pdf(Intelligent Video Editing: Incorporating Modern Talking Face
Generation Algorithms in a Video Editor)