File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,8 @@ def write_frames(
206
206
quality (float): A measure for quality between 0 and 10. Default 5.
207
207
Ignored if bitrate is given.
208
208
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.
210
211
macro_block_size (int): You probably want to align the size of frames
211
212
to this value to avoid image resizing. Default 16. Can be set
212
213
to 1 to avoid block alignment, though this is not recommended.
Original file line number Diff line number Diff line change 1
1
import sys
2
2
import struct
3
3
4
- __version__ = "0.4.5 "
4
+ __version__ = "0.4.6 "
5
5
6
6
7
7
def get_platform ():
You can’t perform that action at this time.
0 commit comments