File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,8 @@ def write_frames(
206206 quality (float): A measure for quality between 0 and 10. Default 5.
207207 Ignored if bitrate is given.
208208 bitrate (str): The bitrate, e.g. "192k". The defaults are pretty good.
209- codec (str): The codec. Default "libx264" (or "msmpeg4" for .wmv).
209+ codec (str): The codec. Default "libx264" for .mp4 (if available from
210+ the ffmpeg executable) or "msmpeg4" for .wmv.
210211 macro_block_size (int): You probably want to align the size of frames
211212 to this value to avoid image resizing. Default 16. Can be set
212213 to 1 to avoid block alignment, though this is not recommended.
Original file line number Diff line number Diff line change 11import sys
22import struct
33
4- __version__ = "0.4.5 "
4+ __version__ = "0.4.6 "
55
66
77def get_platform ():
You can’t perform that action at this time.
0 commit comments