Skip to content

A python script to automatically encode media in a specified directory

License

Notifications You must be signed in to change notification settings

danielbreves/auto_encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoEncoder

A python script to automatically encode media in a specified directory.

Usage: python3 auto_encoder.py [-i <input_dir>] [-o <output_dir>] [--debug] [--dry] [--watch] [--delete-original]

Dependencies

Installation

  • brew install ffmpeg
  • pip install -r requirements.txt

Configuration

Change configuration constants in config.py.

Options

--debug

Encodes only the first 15 seconds of each file.

--dry

Logs the output of each encoding command without actually encoding.

--watch

Watches for changes in the input directory.

--delete-original

Deletes files from input_dir after encoding.

About

A python script to automatically encode media in a specified directory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages