Skip to content

A small set of FFMPEG scripts for trimming movies and GIFs

Notifications You must be signed in to change notification settings

samuel-flynn/ffmpeg-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg-tools

About

This is a set of python scripts for doing some very basic video editing. These are basically elaborite 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

References

Packaging

https://github.com/pypa/sampleproject - pip packaging details

Dependencies

https://pypi.python.org/pypi/docopt - Argument parsing library

About

A small set of FFMPEG scripts for trimming movies and GIFs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages