FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

danielbreves/auto_encoder: A python script to automatically encode media in a specified directory · GitHub

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL