Skip to main content

Yuuno = Jupyter + VapourSynth

Project description

yuuno

__   __
\ \ / /
 \ V /   _ _   _ _ __   ___
  \ / | | | | | | '_ \ / _ \
  | | |_| | |_| | | | | (_) |
  \_/\__,_|\__,_|_| |_|\___/
https://img.shields.io/pypi/v/yuuno.svg https://img.shields.io/travis/stuxcrystal/yuuno.svg Updates

Yuuno = Jupyter + VapourSynth

Start your journey here:

Features

  • Automatic importing of a VapourSynth-core as well as the VapourSynth-module itself.

  • Inline-rendering of the first frame of a clip.

  • Encoding of VapourSynth-Clips from the Notebook/IPython-shell

  • Interactive Clip Introspection using IPython-magics (%preview, %diff, %compare and %inspect)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

Planned Releases

  • Yuuno 0.5.0 (1.0.0a1): 2017-06-25

  • Yuuno 0.6.0 (1.0.0b1): 2017-07-20

  • Yuuno 1.0.0rc1: 2017-10-09 (Feature freeze 2017-08-15)

  • Yuuno 1.0.0: 2017-10-12

0.5.0a0 (2017-06-18)

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.

  • There is a %render-magic now, which does everything %encode does but stores the output into a io.BytesIO.

  • 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.

0.4.0 (2017-05-18)

  • 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.0 (2017-03-20)

Changelog: * An ICCP-chunk is now sent along with the PNG. Currently the default is the 709-CSP ICC. Color-Managed browsers will honor this chunk. * The variables core (referencing the current VS-Core) and vs (as a referece to the vapoursynth) will now be pushed to the user-namespace on Yuuno activation. * %yuuno install is now the installation command * %yuuno version shows the current version of yuuno * %yuuno help shows the help for Yuuno. * %yuuno get and %yuuno set can be used for configuring Yuuno. * You have to use %load_ext yuuno for initiating yuuno now.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yuuno-0.6.0.zip (89.0 kB view hashes)

Uploaded Source

Built Distribution

yuuno-0.6.0-py2.py3-none-any.whl (49.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page