Skip to content

Commit

Permalink
Update bake.py
Browse files Browse the repository at this point in the history
  • Loading branch information
itsKaspar committed Feb 12, 2018
1 parent 2614333 commit 0cc23db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bake.py
Expand Up @@ -10,6 +10,6 @@


os.system("mencoder " + filein + " -o temp.mov -ovc x264")
os.system("ffmpeg -i temp.mov -c:v libx264 baked-" + filein + "")
os.system("ffmpeg -i temp.mov -c:v libx264 -crf 0 -preset ultrafast baked-" + filein + "")
os.system("del temp.mov")

0 comments on commit 0cc23db

Please sign in to comment.