Go to file
Fabrice Quenneville 069db4061b Add script to remove audio tracks from video files using ffmpeg
- Published a Python script that removes specified audio tracks from video files.
- Supports individual files and recursive directory processing.
- Added argument parsing with options for specifying audio track, file, and directory.
- Implemented color-coded output for clearer feedback.
- Integrated argcomplete for command-line autocompletion.
2024-10-23 10:10:22 -04:00
docsource Initial commit 2024-07-07 00:26:42 -04:00
notes Add detailed Debian packaging notes 2024-10-23 10:01:00 -04:00
pages/errors Added default error pages 2024-07-07 01:59:53 -04:00
requests/errors Ajouté pages et requetes d'erreurs par défaut. 2024-07-30 22:25:07 -04:00
scripts Add script to remove audio tracks from video files using ffmpeg 2024-10-23 10:10:22 -04:00
.gitignore Initial commit 2024-07-07 00:26:42 -04:00
LICENSE Initial commit 2024-07-07 00:26:42 -04:00
README.md Initial commit 2024-07-07 00:26:42 -04:00
TODO.md Initial commit 2024-07-07 00:26:42 -04:00

scripts-fabq

scripts-fabq is a bash command line tool

Documentation

The documentation is available on the following link

Releases

Instalation instructions are found here.

Usage

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License