Hi,

I'm new to Python. Can someone please guide me in writing a Python script that bulk processes audio files and image files to create an audiovisual or movie out of them.

Say we have 20 images and 20 audio files and want to create 20 video files out of a combination of a unique image and a unique audio file.

I would also need a guide if I want to have the lyrics scroll across or up to down on a plain background.

Thanks

Not sure how to do this but for handling the images, start with PIL (python image library). PyAudio is probably the goto package for handling audio in python and not sure about video.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.