Skip to content

BRAVE - batch work with video files via ffmpeg-wrapped script

License

Notifications You must be signed in to change notification settings

feel2code/brave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BRAVE

BRAVE is a simple command-line tool (script) for:

  • easily removing audio from multiple video files at once.
  • easily merge videos into one video file.

It's written in Bash shell scripting language, making it compatible with various Unix-like systems.

Table of Contents

Introduction

BRAVE (Batch Remove Audio from Video Easily) is designed to simplify the process of batch working with multiple video files.

Features

  • Batch removal of audio from multiple video files.
  • Merge several videos into one video.
  • Support for various video formats.
  • Lightweight and efficient, utilizing Bash scripting capabilities.
  • Easy-to-use command-line interface or just click on it in GUI mode.

Requirements

  • Bash (Bourne Again SHell)
  • FFmpeg (a multimedia framework to handle multimedia data)

Ensure you have both Bash and FFmpeg installed on your system before using BRAVE.

In most popular Linux distributes and macOS Bash already installed!

Installation

  1. Clone this repository or just save it via GitHub button:
    git clone https://github.com/feel2code/brave.git
    cd brave
    
  2. Make the brave script executable via terminal or via file properties:
    chmod +x brave
    

Usage

  1. Place BRAVE tool to the directory where the target videos exist
  2. Start the BRAVE tool by clicking on it in your favorite file manager or just in terminal:
    ./brave
  3. Select option that you need:
    1) Batch remove audio from videos
    2) Merge videos into one file
    3) Quit

Contributing

Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests on GitHub.

License

This project is licensed under the MIT License.