Releases: Irrational-Encoding-Wizardry/yuuno
Releases · Irrational-Encoding-Wizardry/yuuno
Make the preview better.
1.2 Bump!
0.8.0 - Glastig Uaine
- Now I name my releases because I feel like it.
- Fixed color profile not included in PNGs by default. Do so by emitting an sRGB-chunk.
- Completed first version of Comm-Protocol for Yuuno-Kernels.
- Added progressbar to %encode-magic.
- Added support for R41+ alpha clips. (Also with R43+ AlphaOutputTuple support: vapoursynth/#362)
- Use %show for IPython. It will convert the clip to a PIL image. (Can also work for Alpha-Tuples pre R41).
0.6.0 – Making minor adjustments
Changelog:
- [Feature] Adding a
%runvpy
-command to allow executing vpy-script and return their output dictionary. - [Feature] Adding configuration options to control vapoursynth core-attributes
- [Misc] Move VapourSynth-specific IPython-features to its own package.
Yuuno 0.5.0
Changes in 0.5.0
Rewrite of the yuuno codebase to prepare for Yuuno 1.0.0-release.
- You don't have to do
%yuuno install
anymore. - To configure settings while in your IPython-shell, use the
%config
-magic, which is available in any IPython installation. - The minimum Python-version of Yuuno is Python 3.6. Make sure you are running this version when upgrading.
- Using
%unload_ext yuuno
you can now completely deactivate Yuuno on your notebook. - The
%encode
-magic has become more robust now. - All interactive applications are now IPython-magics.
%preview
returns a Preview-object. By changing the clip-Attribute of these objects, you can change the clip without losing the frame number.%encode
defaults to raw output. Prepend--y4m
to the command (e.g.%encode clip --y4m <command>
) for YUV4MPEG output
Version 0.4.0
Yuuno 0.4.0 Changelog
- Allow
vapoursynth.VideoFrames
to be inline-rendered. - Fixed incorrect aspect-ratio on all ipywidget based features.
- Add f-string parsing inside %encode. (Will fallback to regular string.format
for Python < 3.6) [thanks for the idea @🎌eXmendiC] - Switched to Jinja2 Templates for Raw-HTML output
- Omit iCCP-chunk since apparently the csp has to be
set manually by the user on media players. Of course it can be changed back at any time.
Fixing things again.
Preparing twine release
Bugfix Release
Fixing bug with installation
Yuuno v0.3.0
This is the 0.3.0-Release of yuuno.