Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 551 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 551 Bytes

Meetup utilities

Demo

video processing

Current utilities:

Video process unit:

  • Add preface to videos
  • Trim the videos.
  • Join the videos
  • Trim the audio
  • Overlay audio on video.

Requirements

  • Python3
  • ffmpeg

Running the script

  • pip3 install -r requirements.txt (If requirements not met)

  • python3 video-processing-utility.py

Credits:

Much help from this chennaipy-video-helpers