A command line utility for retrieving total video length in directory and its subdirectories and do more iguess🤔.
- List video files in the current directory and subdirectories
- Set the path to search for video files
- Show total duration of all video files in a directory and its subdirectories
- Show total duration of all video files in a directory - restricted
- Convert video files to different format
- Merge video files
FFmpeg is required for the program to work. You can install it by following the instructions on the official website. or can run
choco install ffmpeggit clone https://github.com/jiisanda/vidvortex.gitcd vidvortexSet source for vidvortex
source .bashrcBuild the project
vidvortexIf not using GitBash, you can run the following command to build the project and add the binary to your PATH.
cargo build --releaseexport PATH=$PATH:/path/to/vidvortex/target/releasevidvortex [FLAGS] [OPTIONS]Get list of all available arguments, flags and subcommands.
vidvortex --helpOutput will be something like this:
Options:
-h, --help list of all available arguments
-v, --version check version of vidvortex
-l, --list list video files in the current directory and
subdirectories
-p, --path PATH set the path to search for video files, default
Current directory
-t, --total show total duration of all video filesTry it out yourself! to view how it works.
This project is licensed under the MIT License - see the LICENSE file for details.