Skip to content

Command Line Interface (CLI) tool made to quickly locate video files based on their duration.

License

Notifications You must be signed in to change notification settings

OminousLama/go-fvidl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


fvidl
Find Videos by Length

CLI tool made to quickly locate video files based on duration.

Demo

Getting started

Prerequisites

  • ffmpeg
# Fedora
sudo dnf install ffmpeg

# Debian
sudo apt install ffmpeg

Install / Download

Grab the latest release from the release page.

Usage

Use fvidl -help to show a list of available options.

Examples

fvidl -min 5 -max 30 -d /my/directory/ -ft mp4,mov -r

This command will search for video files...

  • (-d) ...in the directory /my/directory/
  • (-min) ...longer than or equal to 5 seconds
  • (-max) ...shorter or equal to 30 seconds
  • (-ft mp4,mov) ...of type mp4 or mov
  • (-r) ...recursively

Credits

This software uses the following open source packages:

License

GPL-3.0 license

About

Command Line Interface (CLI) tool made to quickly locate video files based on their duration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published