ZoraPy - The new modern library to deal with MP4

Introducing ZoraPy

ZoraPy is a simple and fast library to deal with mp4 for various audience bases.

Whether its new bies in programming world, data scientists , Dev content creators or ML enthusiasts every one deals with MP4 on a daily basis.

Its Main is simplicity and rich api.

But, why ZoraPy ?

There are dozens of libraries and tools out their in the web so what's the need of this library ?

The simple answer is:

You need to build a MP4 for your presentation and have all data gathered in a folder ?

Just run below code:


zora.source_as_img().music().video().exec()

That's all now pass the arguments and a MP4 will be generated and saved, that's all!

No need to write dozens of lines of code for the same.

Now want to build a Youtube shorts or Reels ?


zora.source_as_img().music().shorts().exec()

That's all.

Merge videos and build a reel

Tasks: Merge all vedios in a folder its duration should be 15 seconds.


zora = ZoraPy()
zora.source_as_video('folder_path').music('example.mp3').shorts(duration=15).exec(save_as='final.mp4')

The project is in development.

https://github.com/abhiprojectz/ZoraPy

Raise a issue if you want to be a team developer.