Skip to content
/ bifgen Public

Generate BIF files for Roku devices natively in Python

License

Notifications You must be signed in to change notification settings

entrez/bifgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

bifgen

generate bif files for roku devices in python without piping out to shell commands.

usage:

bifgen [-h] [-i | --interval N] [-O | --offset N] [-o | --out FILE] [--sd] [-s | --silent] sourcevid

positional arguments

argument description
sourcevid video file to process

optional arguments

argument description
-h, --help show this help message and exit
-i N, --interval N interval between images in seconds (10 by default)
-O N, --offset N offset to first image in seconds (0 by default)
-o FILE, --out FILE destination path/file where result will be saved
--sd resulting bif file will be sd instead of hd
-s, --silent do not print progress or diagnostic information to stdout

About

Generate BIF files for Roku devices natively in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages