Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Apr 13, 2022
1 parent 7579e1d commit f23cb9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ def write_frames(
quality (float): A measure for quality between 0 and 10. Default 5.
Ignored if bitrate is given.
bitrate (str): The bitrate, e.g. "192k". The defaults are pretty good.
codec (str): The codec. Default "libx264" (or "msmpeg4" for .wmv).
codec (str): The codec. Default "libx264" for .mp4 (if available from
the ffmpeg executable) or "msmpeg4" for .wmv.
macro_block_size (int): You probably want to align the size of frames
to this value to avoid image resizing. Default 16. Can be set
to 1 to avoid block alignment, though this is not recommended.
Expand Down
2 changes: 1 addition & 1 deletion imageio_ffmpeg/_definitions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
import struct

__version__ = "0.4.5"
__version__ = "0.4.6"


def get_platform():
Expand Down

0 comments on commit f23cb9b

Please sign in to comment.