Skip to content

neiderruiz/adobe-premier-video-xml-generator

Repository files navigation

adobe-premier-video-xml-generator

Description

  • convert a video recorded with the following dimensions 3840 × 1080 and convert it into an xml configured for adobe premier

  • add a thumbnail layer to the right side of your video

image
  • adds a layer with the 1920 x 1080 screen display
image
  • Add another layer in which you see yourself in full screen
image

Windows | MacOs

View start Windows

Config miniature

Result adobe premier

how install Windows

  • clone project
git clone https://github.com/neiderruiz/adobe-premier-video-xml-generator.git
cd adobe-premier-video-xml-generator
  • make environment
python -m venv env
  • activate environment
env\Scripts\activate
  • Install requirements
pip install -r requirements.txt
  • run project
python main.py

make executable .exe

  • run command
 pyinstaller main.spec
  • A dist folder and another build folder will be created

  • Enter dist/main and you will find a main.exe file which you can run by clicking on the

how install MacOs

image image
git clone https://github.com/neiderruiz/adobe-premier-video-xml-generator.git
cd adobe-premier-video-xml-generator
  • Mac chip m1 | m2
brew uninstall tcl-tk
brew install tcl-tk
  • admin versions python
brew install pyenv
  • we will use python 3.10.6
pyenv install 3.10.6
  • create enviroment
python -m venv env
source env/bin/activate
  • install requirements
pip install -r requirements.txt
  • run project
python main.py

make executable

pyinstaller main.py

About

Se encarga de acelerar proceso de edicion de video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages