Metadata-Version: 2.0
Name: yuuno
Version: 0.5.0.dev0
Summary: Yuuno = Jupyter + VapourSynth
Home-page: https://github.com/stuxcrystal/yuuno
Author: stuxcrystal
Author-email: stuxcrystal@encode.moe
License: MIT license
Keywords: yuuno
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Display
Classifier: Topic :: Multimedia :: Video :: Non-Linear Editor
Requires-Dist: ipywidgets
Requires-Dist: jinja2
Requires-Dist: jupyter
Requires-Dist: pillow
Requires-Dist: traitlets

=====
yuuno
=====


.. image:: https://img.shields.io/pypi/v/yuuno.svg
        :target: https://pypi.python.org/pypi/yuuno

.. image:: https://img.shields.io/travis/stuxcrystal/yuuno.svg
        :target: https://travis-ci.org/stuxcrystal/yuuno

.. image:: https://pyup.io/repos/github/stuxcrystal/yuuno/shield.svg
     :target: https://pyup.io/repos/github/stuxcrystal/yuuno/
     :alt: Updates


Yuuno = Jupyter + VapourSynth

* Free software: MIT license
* Documentation: https://yuuno.encode.moe/


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.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



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


