Fixed ffmpeg writing issue

This commit is contained in:
Grant Sanderson
2018-01-08 12:40:36 -08:00
parent 2ee311870f
commit 1b0819ce97
4 changed files with 207 additions and 3 deletions

View File

@ -61,7 +61,7 @@ RIGHT_SIDE = SPACE_WIDTH*RIGHT
# Change this to point to where you want
# animation files to output
MOVIE_DIR = os.path.join(os.path.expanduser('~'), "Dropbox/3b1b_videos/animations/")
MOVIE_DIR = os.path.join(os.path.expanduser('~'), "Dropbox/3Blue1Brown Team Folder/animations")
STAGED_SCENES_DIR = os.path.join(MOVIE_DIR, "staged_scenes")
###
THIS_DIR = os.path.dirname(os.path.realpath(__file__))