Created
March 13, 2018 00:48
-
-
Save twobob/bc818fd1d6ae1fca04cf8b39fd13388a to your computer and use it in GitHub Desktop.
Simple-Music-Video-Generator example config file
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
[CONFIG] | |
INPUT_AUDIO = resources\guitars.mp3 | |
INPUT_VIDEO = resources\merged.mp4 | |
START_OFFSET = 60 | |
END_OFFSET = 60 | |
INTERVAL_MULTIPLIER = 3 | |
OUTPUT_PATH = resources\output.mp4 | |
SHUFFLE = True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment