Skip to content

Commit

Permalink
Update blur.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekRaoC committed Oct 25, 2019
1 parent 595908e commit 1d4e154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blur.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ def blurCoordinates(self, image):


def stitchImages(self, frameRate, resolution):
# Stitches all the images together and adds in the audio
stitchCommand = ("ffmpeg -r ", frameRate, "-s ", resolution, "-i images%04d.png -i videoSound.mp3 -vcodec libx264 -b 4M -vpre normal -acodec copy FinalVideo.mp4 ")
os.system(stitchCommand)

0 comments on commit 1d4e154

Please sign in to comment.