samuel-flynn / ffmpeg-toolkit

Kotlin wrapper for some basic ffmpeg operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ffmpeg-toolkit

About

This is a set of utilities for doing some very basic video editing. These are basically elaborate shortcuts for:

  • Cropping
  • Trimming
  • Rescaling
  • Text addition
  • Export to GIF format

Installation

You will have to have installed:

  • A python runtime
  • ffmpeg apt-get install ffmpeg

You will also need to rename src/main/resources/example.config.ini to config.ini and make some changes: TODO

Usage

TODO

About

Kotlin wrapper for some basic ffmpeg operations


Languages

Language:Kotlin 100.0%