Skip to content

Commit f23cb9b

Browse files
committed
bump version
1 parent 7579e1d commit f23cb9b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

imageio_ffmpeg/_definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
import struct
33

4-
__version__ = "0.4.5"
4+
__version__ = "0.4.6"
55

66

77
def get_platform():

0 commit comments

Comments
 (0)