xfr0ntier / ffmpeg-utils

ffmpeg scripts library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ffmpeg utilites

You will find some scripts here for convience regarding ffmpeg, just use --help (-h) for usage.

Dependencies

Requires ffmpeg

  • Debian or it's variants i.e. Ubuntu

    apt install ffmpeg
    
    # use sudo if not root
    
    sudo apt install ffmpeg
  • Arch

    pacman -S ffmpeg
  • For other distros consult the docs

About

ffmpeg scripts library

License:MIT License


Languages

Language:Shell 100.0%