Yuuno Versions Save

Yuuno = VapourSynth + Jupyter

1.2

5 years ago

0.8.0

6 years ago
  • 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

6 years ago

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.

0.5.0

6 years ago

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

v0.4.0

7 years ago

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.

0.3.4.2

7 years ago

Preparing twine release

0.3.3

7 years ago

Fixing bug with installation

0.3.0

7 years ago

This is the 0.3.0-Release of yuuno.