Skip to content

clerk67/ffmpeg-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ffmpeg-completion

bash-completion script for FFmpeg

Requirements

  • FFmpeg
  • bash-completion

If you do not have bash-completion package installed, run following commands.

# for CentOS
$ sudo yum install epel-release
$ sudo yum install --enablerepo=epel bash-completion

# for Ubuntu
$ sudo apt-get install bash-completion

How to use

  1. Clone this repository

    $ git clone https://github.com/clerk67/ffmpeg-completion.git
  2. Source ffmpeg script.

    $ cd ffmpeg-completion
    $ source ffmpeg
  3. Enter ffmpeg -f to your terminal and hit the Tab key twice!

Automatic activation

  • Put ffmpeg script to /etc/bash_completion.d or /usr/share/bash-completion/completions . Scripts in these directories will be automatically sourced every time you start the shell.
  • Also, you can add source /path/to/ffmpeg-completion-script to your .bashrc instead of the first approach.

About

Bash-completion script for FFmpeg

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages