Created
June 30, 2015 17:04
-
-
Save gmcdev/d6b5e2497ebfe3595be5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -- USE THIS SCRIPT TO TEST MODEL and COMPOSITE SCRIPTS ---- | |
| # | |
| # Execute from terminal with arguments seperated by spaces | |
| # Arguments: | |
| # - site_id, currently 1 or 2 | |
| # - video_id, corresponds to key in model | |
| # - path to folder containing all the base-video folders | |
| # - path to write rendered video to | |
| # - location of the name-card image | |
| # - location of the vo-webcam video | |
| # Eg: | |
| # python composite_video_standalone.py | |
| # 2 | |
| # 22 | |
| # "/Volumes/Projects/Ads/Current Ad Projects/Nickelodeon_NYCC_2014/_RED Deliverables/videos/" | |
| # output/ | |
| # temp/ballio_janice_name_card.png | |
| # temp/vo_actor.flv | |
| # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment