Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- usage: creator.py [-h] [-n NAME] -v FILE [-i FILE] [-b FILE] [-l FILE]
- [-c HEXCOLOR] [-cm MENUENTRY] [-p] [-pc HEXCOLOR]
- [-mt TITLE] [-mc CREATOR] [-md DATE]
- Create a flash video/audio loop!
- optional arguments:
- -h, --help show this help message and exit
- -n NAME, --name NAME The base name of the flash. Defaults to the name of
- the video
- -v FILE, --video FILE
- Video file for the loop. Required.
- -i FILE, --intro FILE
- Video file for the intro.
- -b FILE, --buildup FILE
- Audio file for the buildup
- -l FILE, --loop FILE Audio file for the main loop. May be MP3 or FLV (with
- AAC audio)
- -c HEXCOLOR, --color HEXCOLOR
- Background color (hex #RRGGBB), defaults to white
- -cm MENUENTRY, --context-menu MENUENTRY
- Context menu entry in the form of TEXT=URL. -TEXT-
- will add a divider on the entry.
- -p, --preloader Include a preloader (defaults to false)
- -pc HEXCOLOR, --preloader-color HEXCOLOR
- Text color for the preloader
- -mt TITLE, --metadata-title TITLE
- Add title metadata
- -mc CREATOR, --metadata-creator CREATOR
- Add creator metadata
- -md DATE, --metadata-date DATE
- Add date metadata
Advertisement
Add Comment
Please, Sign In to add comment