Skip to content

CLI tool to analyse and transcode media directories with CUDA compiled FFMPEG

License

Notifications You must be signed in to change notification settings

palzino/ZinoCoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI tool to analyse and transcode media directories with CUDA compiled FFMPEG

Resources

License

Stars

Watchers

Forks