/ffmeg-video-processor

This project involves video processing. It creates videos from images and audio files for different languages, applies some image zoom effect, adds captions, and finally joins this into one .mp4 video file per language. The video created also includes subtitles

Primary LanguageShell

Video Processing Script

This script processes a collection of books folders that container images and audio and caption files, it generates videos for each language using associated audio and image and caption files

Prerequisites

  • Python

Installation

  1. Clone the repository:

    git clone https://github.com/alimfree/video-scrip.git
    cd video-script
  2. Create a virtual environment and install dependencies:

    python3 process_folders.py

    You can use Makefile to run the script:

       make video