0.4.0-pre.5 • Published 2 years ago

videory v0.4.0-pre.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Videory

transcode all videos in a directory

#Environment Variables Variable|Description|Possible Values ---|---|--- LOG_DEBUG|Enable logger messages|videory:*

Arguments

  • -i, --in - Input directory transcode videos from
  • -o, --out - Output directory to transcode videos to
  • -a, --allow-versions - Create file versions if output files already exists
  • -m, --memory - Use in-memory database instead of a filesystem file
  • -w, --watch - Do not exit after initial run and watch input directory for changes

#Errors |ErrNo|Description| |---|---| |1|Couldn't initialize database| |2|Failed while initial files query| |3|Error while watching directory for changes|

Todo: