Skip to content

Commit

Permalink
remove -same_quant (fixes #44)
Browse files Browse the repository at this point in the history
Fixes #44
  • Loading branch information
aspiers committed Oct 27, 2013
1 parent ce327eb commit 71bf999
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ly2video.py
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,6 @@ def callFfmpeg(ffmpeg, options, wavPath, outputFile):
"-r", fps,
"-i", titleFramePath,
"-i", silentAudio,
"-same_quant",
"-q:v", str(options.quality),
titlePath
]
Expand All @@ -1553,7 +1552,6 @@ def callFfmpeg(ffmpeg, options, wavPath, outputFile):
"-r", fps,
"-i", framePath,
"-i", wavPath,
"-same_quant",
"-q:v", str(options.quality),
notesPath
]
Expand Down

0 comments on commit 71bf999

Please sign in to comment.