Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 723 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 723 Bytes

media tools

About

This is basically a set of wrapper scripts for ffmpeg that I use regularly, mostly to quickly edit dog photos and videos... no seriously.

Scripts:

  • sort-media
  • cut-video
  • resize-video
  • convert-video
  • make-gif
  • remove-audio
  • slow-motion-correct

All of these have --help flags which detail the usage.

Installation

Technically this is all portable Python but I only really care about Windows, therefore there's a simple build.bat script that will lint and install all of the scripts. It just assumes you have the default Python for Windows installation setup. Also assumes you have ffmpeg.exe and ffprobe.exe somewhere in your %PATH%.