Skip to content

Releases: Irrational-Encoding-Wizardry/yuuno

Make the preview better.

17 Jan 09:49
Compare
Choose a tag to compare

0.8.0 - Glastig Uaine

24 Jan 16:42
Compare
Choose a tag to compare
0.8.0 - Glastig Uaine Pre-release
Pre-release
  • 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

24 Jul 00:35
Compare
Choose a tag to compare
Pre-release

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

25 Jun 16:57
Compare
Choose a tag to compare
Yuuno 0.5.0 Pre-release
Pre-release

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

18 May 19:56
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

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.

07 Apr 18:14
Compare
Choose a tag to compare
Fixing things again. Pre-release
Pre-release

Preparing twine release

Bugfix Release

05 Apr 11:42
Compare
Choose a tag to compare
Bugfix Release Pre-release
Pre-release

Fixing bug with installation

Yuuno v0.3.0

20 Mar 22:24
Compare
Choose a tag to compare
Yuuno v0.3.0 Pre-release
Pre-release

This is the 0.3.0-Release of yuuno.