Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 384 Bytes

Video-File-Analyser

A Linux based software tool written in golang, using FFProbe to scan video directories and store metadata for analysis.

To build the project use

make build OR go build -o cmd/main

To scan a directory:

cd cmd && ./main scan "/path/to/dir"

To analyse the data collected

./main analyse

To transcode

./main transcode