Skip to content

Commit

Permalink
increased the nitrate for exporter again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed Jan 4, 2016
1 parent b2cffb8 commit e15f10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupil_src/shared_modules/av_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class AV_Writer(object):
We are creating a
"""

def __init__(self, file_loc,fps=30, video_stream={'codec':'mpeg4','bit_rate': 10000*10e3}, audio_stream=None,use_timestamps=False):
def __init__(self, file_loc,fps=30, video_stream={'codec':'mpeg4','bit_rate': 15000*10e3}, audio_stream=None,use_timestamps=False):
super(AV_Writer, self).__init__()
self.use_timestamps = use_timestamps
# the approximate capture rate.
Expand Down

0 comments on commit e15f10d

Please sign in to comment.