Skip to content

Commit

Permalink
periods
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Aug 28, 2015
1 parent 5a1c4eb commit 9389d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkvtomp4.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ def generateOptions(self, inputfile, original=None):
self.log.info("Video level %0.1f." % info.video.video_level)
vcodec = self.video_codec[0]

self.log.debug("Video codec: %s" % vcodec)
self.log.debug("Video bitrate: %s" % vbitrate)
self.log.debug("Video codec: %s." % vcodec)
self.log.debug("Video bitrate: %s." % vbitrate)

#Audio streams
self.log.info("Reading audio streams.")
Expand Down

0 comments on commit 9389d8d

Please sign in to comment.