Skip to content

Commit

Permalink
Fixed annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed May 1, 2024
1 parent 476ad04 commit 1d509f7
Show file tree
Hide file tree
Showing 24 changed files with 53 additions and 51 deletions.
6 changes: 3 additions & 3 deletions docs/sphinx/en/user_docs/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ Installing mrv2

On Debian (Ubuntu, etc) systems, you would install with::

sudo dpkg -i mrv2-v1.1.3-amd64.tar.gz
sudo dpkg -i mrv2-v1.1.4-amd64.tar.gz
On Red Hat (Rocky Linux, etc), you would install it with::

sudo rpm -i mrv2-v1.1.3-amd64.tar.gz
sudo rpm -i mrv2-v1.1.4-amd64.tar.gz

Once you install it, you can run mrv2 by just typing mrv2 in the shell, as a symlink to the executable is placed in /usr/bin. The installers will also associate file extensions and install an icon for easy starting up in the Desktop icon of the user that installed it. For running mrv2 with the icon, you need to select it and use the right mouse button to open the menu and choose Allow Launch.

If you lack sudo permissions in your organization, you should download the .tar.gz file and you can uncompress it with::

tar -xf mrv2-v1.1.3-amd64.tar.gz
tar -xf mrv2-v1.1.4-amd64.tar.gz
That will create a folder in the direcory you uncompress it from. You can then run mrv2 by using the bash script::

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/en/user_docs/interface/interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ The Timeline menu provides controls for modifying the timeline viewport at the b
.. topic:: Transitions

With this on, you can show audio and video transitions in .otio files.
(Currently not implemented in v1.1.3).
(Currently not implemented in v1.1.4).

.. topic:: Markers

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/en/user_docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mrv2 is an open source professional flipbook and review tool for the Visual Effe
mrv2 can handle collections of media sources quickly, loads specialised image formats and displays images with colour management. Users can quickly import, organise and group media into playlists and 'subsets', playing through and looping on media items and adding review notes and sketched annotations, allowing one to view the media in a highly interactive and collaborative way. This enables workflows that are essential for teams in VFX, animation and other post-production activities who need to see, on demand, the artwork that they and their colleagues are creating. For example one can jump between the viewed media source instantaneously, inspect pixels close-up, do frame-by-frame comparisons across multiple media sources, annotate the media with drawings and captions or add feedback notes to share.


Current Version: v1.1.3 - Overview
Current Version: v1.1.4 - Overview
**********************************

This version of the application is a robust and high performance playback and review solution. mrv2 has been deployed at multiple facilities and is used by multiple individuals daily since August 2022.
Expand Down
6 changes: 3 additions & 3 deletions docs/sphinx/es/user_docs/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Instalando mrv2

En Debian (Ubuntu, etc), lo instalaría con::

sudo dpkg -i mrv2-v1.1.3-amd64.tar.gz
sudo dpkg -i mrv2-v1.1.4-amd64.tar.gz
En Red Hat (Rocky Linux, etc), lo instalaría con::

sudo rpm -i mrv2-v1.1.3-amd64.tar.gz
sudo rpm -i mrv2-v1.1.4-amd64.tar.gz

Una vez que lo instala, puede correr mrv2 tipeando::

Expand All @@ -40,7 +40,7 @@ Para correr mrv2 con el ícono, necesita seleccionarlo y usar el botón derecho

Si no tiene permisos de super usuario en su organización, debería bajar el archivo .tar.gz y descomprimirlo con::

tar -xf mrv2-v1.1.3-amd64.tar.gz
tar -xf mrv2-v1.1.4-amd64.tar.gz
Eso creará una carpeta en el directorio desde donde lo descomprimió. Podrá correr mrv2 usando el script de bash::

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/es/user_docs/interface/interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ El menú de línea de tiempo provee controles para modificar la ventana gráfica

Con esto prendido, podés mostrar las transiciones de audio y vídeo en
archivos .otio.
(Actualmente no implementado en v1.1.3).
(Actualmente no implementado en v1.1.4).

.. topic:: Marcadores

Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/es/user_docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mrv2 es un flipbook profesional y herramienta de revisión de código abierto pa
mrv2 puede manejar colecciones de medios rápidamente, carga una multitud de formatos de imagen y video especializados y muestra la imágenes con manejo de color. Los usuarios pueden importar, organizar y agrupar medios en listas de reproducción de OTIO, reproduciendo items y agregando notas de revisiones y anotaciones dibujadas, permitiendo visualizar el contenido en forma interactiva y colaborativa. Esto permite el flujo que es esencial para los equipos de efectos visuales, animación y otras actividades de post-production que necesitan ver, en demanda, el arte que ellos y sus colegas están creando. Por ejemplo, uno puede cambiar de fuente de medios instantáneamente, inspeccionar pixels de cerca, hacer comparaciones cuadro a cuadro a través de multiple fuentes de medios, anotar los medios con dibujos y texto o agregar notas para compartir con otros.


Versión Actual: v1.1.3 - Descripción General
Versión Actual: v1.1.4 - Descripción General
********************************************

Esta versión de la aplicación es una solución de revisión sólida y robusta. mrv2 ha sido desplegado en múltiples estudios y es usado por múltiples individuos diariamente desde Augosto del 2022.
Expand Down
19 changes: 10 additions & 9 deletions mrv2/docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
v1.1.4
======
v1.1.4
=====

This is a major release with big speed improvements and fixes to the color pipeline.

- Simplified build scripts.
- Fixed macOS build issues (fixed in v1.1.3 re-release actually).
- Prevented a macOS python plug-in issue with Python 3.11.
- Fixed Wayland support on Ubuntu 22.04.3 LTS and later.
Still pending is how to support Clip dragging as Wayland does not support
speicifying window positions when showing them.
- Improved performance of OpenGL drawing a tad.
- Improved performance of OpenGL drawing between 20% and 150%. macOS has seen the most benefit going from playing videos at 4K at 15FPS to 60FPS.
- Added Preferences->OpenGL->Color Buffer Accuracy to select between automatic,
float or 8-bit buffers for speeding up movies or getting more accurate color
precision.
Expand All @@ -18,24 +20,23 @@ v1.1.4
%TMP%/mrv2.crash.log.
- Allowed pyFLTK be able to compile in Debug.
- Fixed floating values not respecting float values below 0 or higher than 1.
- Improved the performanc of OpenGL by avoiding OpenGL context switching when
- Improved the performance of OpenGL by avoiding OpenGL context switching when
not needed (you don't have a text input widget, nor a text annotations
showing).
- Added Linux's stack traces with line numbers by relying on libbacktrace.
- Improved performance of OpenGL dramatically, particularly on macOS.
- Improved performance of drawing OpenGL annotations (drawings).
- Renamed skipped frames as drop frames.
- Fixed drop frames incrementing due to lag when hiding the pixel bar.
- Beta builds now have a mrv2_Windows_v1.1.4_pdb_files.zip with the Windows
.pdb files to get useful stack traces. Note that you need a D: drive for it
and around 300Mb of disk space for it.
- Fixed Preview thumbnails above the Timeline crashing the viewer on all
platforms.
- Hide Preview thumbnails when going fullscreen or presentation.
- Fixed Playlist creation showing an empty view for the first clip loaded.
(regression of v1.1.2).
- Several fixes to Presentation Mode.

- On a re-release of v1.1.4 improved OpenGL performance as soon as a clip is
loaded and starts playing, when
Window->Preferences->Playback->Auto Playback and
Window->Preferences->Playback->Auto Hide Pixel Bar are active.

v1.1.3
======
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ Installing mrv2

On Debian (Ubuntu, etc) systems, you would install with::

sudo dpkg -i mrv2-v1.1.3-amd64.tar.gz
sudo dpkg -i mrv2-v1.1.4-amd64.tar.gz
On Red Hat (Rocky Linux, etc), you would install it with::

sudo rpm -i mrv2-v1.1.3-amd64.tar.gz
sudo rpm -i mrv2-v1.1.4-amd64.tar.gz

Once you install it, you can run mrv2 by just typing mrv2 in the shell, as a symlink to the executable is placed in /usr/bin. The installers will also associate file extensions and install an icon for easy starting up in the Desktop icon of the user that installed it. For running mrv2 with the icon, you need to select it and use the right mouse button to open the menu and choose Allow Launch.

If you lack sudo permissions in your organization, you should download the .tar.gz file and you can uncompress it with::

tar -xf mrv2-v1.1.3-amd64.tar.gz
tar -xf mrv2-v1.1.4-amd64.tar.gz
That will create a folder in the direcory you uncompress it from. You can then run mrv2 by using the bash script::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ The Timeline menu provides controls for modifying the timeline viewport at the b
.. topic:: Transitions

With this on, you can show audio and video transitions in .otio files.
(Currently not implemented in v1.1.3).
(Currently not implemented in v1.1.4).

.. topic:: Markers

Expand Down
2 changes: 1 addition & 1 deletion mrv2/docs/en/_sources/user_docs/overview.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mrv2 is an open source professional flipbook and review tool for the Visual Effe
mrv2 can handle collections of media sources quickly, loads specialised image formats and displays images with colour management. Users can quickly import, organise and group media into playlists and 'subsets', playing through and looping on media items and adding review notes and sketched annotations, allowing one to view the media in a highly interactive and collaborative way. This enables workflows that are essential for teams in VFX, animation and other post-production activities who need to see, on demand, the artwork that they and their colleagues are creating. For example one can jump between the viewed media source instantaneously, inspect pixels close-up, do frame-by-frame comparisons across multiple media sources, annotate the media with drawings and captions or add feedback notes to share.


Current Version: v1.1.3 - Overview
Current Version: v1.1.4 - Overview
**********************************

This version of the application is a robust and high performance playback and review solution. mrv2 has been deployed at multiple facilities and is used by multiple individuals daily since August 2022.
Expand Down
2 changes: 1 addition & 1 deletion mrv2/docs/en/searchindex.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions mrv2/docs/en/user_docs/getting_started/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,16 @@ <h2>Installing mrv2<a class="headerlink" href="#installing-mrv2" title="Link to
<li><p>On Linux, in order to install the .rpm or .deb packages requires your user to have sudo permissions.</p></li>
</ul>
<p>On Debian (Ubuntu, etc) systems, you would install with:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">dpkg</span> <span class="o">-</span><span class="n">i</span> <span class="n">mrv2</span><span class="o">-</span><span class="n">v1</span><span class="mf">.1.3</span><span class="o">-</span><span class="n">amd64</span><span class="o">.</span><span class="n">tar</span><span class="o">.</span><span class="n">gz</span>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">dpkg</span> <span class="o">-</span><span class="n">i</span> <span class="n">mrv2</span><span class="o">-</span><span class="n">v1</span><span class="mf">.1.4</span><span class="o">-</span><span class="n">amd64</span><span class="o">.</span><span class="n">tar</span><span class="o">.</span><span class="n">gz</span>
</pre></div>
</div>
<p>On Red Hat (Rocky Linux, etc), you would install it with:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">rpm</span> <span class="o">-</span><span class="n">i</span> <span class="n">mrv2</span><span class="o">-</span><span class="n">v1</span><span class="mf">.1.3</span><span class="o">-</span><span class="n">amd64</span><span class="o">.</span><span class="n">tar</span><span class="o">.</span><span class="n">gz</span>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">rpm</span> <span class="o">-</span><span class="n">i</span> <span class="n">mrv2</span><span class="o">-</span><span class="n">v1</span><span class="mf">.1.4</span><span class="o">-</span><span class="n">amd64</span><span class="o">.</span><span class="n">tar</span><span class="o">.</span><span class="n">gz</span>
</pre></div>
</div>
<p>Once you install it, you can run mrv2 by just typing mrv2 in the shell, as a symlink to the executable is placed in /usr/bin. The installers will also associate file extensions and install an icon for easy starting up in the Desktop icon of the user that installed it. For running mrv2 with the icon, you need to select it and use the right mouse button to open the menu and choose Allow Launch.</p>
<p>If you lack sudo permissions in your organization, you should download the .tar.gz file and you can uncompress it with:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">tar</span> <span class="o">-</span><span class="n">xf</span> <span class="n">mrv2</span><span class="o">-</span><span class="n">v1</span><span class="mf">.1.3</span><span class="o">-</span><span class="n">amd64</span><span class="o">.</span><span class="n">tar</span><span class="o">.</span><span class="n">gz</span>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">tar</span> <span class="o">-</span><span class="n">xf</span> <span class="n">mrv2</span><span class="o">-</span><span class="n">v1</span><span class="mf">.1.4</span><span class="o">-</span><span class="n">amd64</span><span class="o">.</span><span class="n">tar</span><span class="o">.</span><span class="n">gz</span>
</pre></div>
</div>
<p>That will create a folder in the direcory you uncompress it from. You can then run mrv2 by using the bash script:</p>
Expand Down
2 changes: 1 addition & 1 deletion mrv2/docs/en/user_docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="overview.html">Introduction</a><ul>
<li class="toctree-l2"><a class="reference internal" href="overview.html#what-is-mrv2">What is mrv2 ?</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview.html#current-version-v1-1-3-overview">Current Version: v1.1.3 - Overview</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview.html#current-version-v1-1-4-overview">Current Version: v1.1.4 - Overview</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="getting_started/getting_started.html">Getting Started</a><ul>
Expand Down
2 changes: 1 addition & 1 deletion mrv2/docs/en/user_docs/interface/interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h2>Timeline Menu<a class="headerlink" href="#timeline-menu" title="Link to this
<aside class="topic">
<p class="topic-title">Transitions</p>
<p>With this on, you can show audio and video transitions in .otio files.
(Currently not implemented in v1.1.3).</p>
(Currently not implemented in v1.1.4).</p>
</aside>
<aside class="topic">
<p class="topic-title">Markers</p>
Expand Down
6 changes: 3 additions & 3 deletions mrv2/docs/en/user_docs/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<li class="toctree-l1 current"><a class="reference internal" href="index.html">mrv2 User Guide</a><ul class="current">
<li class="toctree-l2 current"><a class="current reference internal" href="#">Introduction</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#what-is-mrv2">What is mrv2 ?</a></li>
<li class="toctree-l3"><a class="reference internal" href="#current-version-v1-1-3-overview">Current Version: v1.1.3 - Overview</a></li>
<li class="toctree-l3"><a class="reference internal" href="#current-version-v1-1-4-overview">Current Version: v1.1.4 - Overview</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="getting_started/getting_started.html">Getting Started</a></li>
Expand Down Expand Up @@ -102,8 +102,8 @@ <h2>What is mrv2 ?<a class="headerlink" href="#what-is-mrv2" title="Link to this
<p>mrv2 is an open source professional flipbook and review tool for the Visual Effects, Animation and Computer Graphics Industries. mrv2 is focused on providing an intuitive, easy to use interface with the highest performance playback engine available at its code and a Python API for pipeline integration and customisation for total flexibility.</p>
<p>mrv2 can handle collections of media sources quickly, loads specialised image formats and displays images with colour management. Users can quickly import, organise and group media into playlists and ‘subsets’, playing through and looping on media items and adding review notes and sketched annotations, allowing one to view the media in a highly interactive and collaborative way. This enables workflows that are essential for teams in VFX, animation and other post-production activities who need to see, on demand, the artwork that they and their colleagues are creating. For example one can jump between the viewed media source instantaneously, inspect pixels close-up, do frame-by-frame comparisons across multiple media sources, annotate the media with drawings and captions or add feedback notes to share.</p>
</section>
<section id="current-version-v1-1-3-overview">
<h2>Current Version: v1.1.3 - Overview<a class="headerlink" href="#current-version-v1-1-3-overview" title="Link to this heading"></a></h2>
<section id="current-version-v1-1-4-overview">
<h2>Current Version: v1.1.4 - Overview<a class="headerlink" href="#current-version-v1-1-4-overview" title="Link to this heading"></a></h2>
<p>This version of the application is a robust and high performance playback and review solution. mrv2 has been deployed at multiple facilities and is used by multiple individuals daily since August 2022.</p>
<p>Here are some key features:</p>
<p><strong>Loading Media</strong></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Instalando mrv2

En Debian (Ubuntu, etc), lo instalaría con::

sudo dpkg -i mrv2-v1.1.3-amd64.tar.gz
sudo dpkg -i mrv2-v1.1.4-amd64.tar.gz
En Red Hat (Rocky Linux, etc), lo instalaría con::

sudo rpm -i mrv2-v1.1.3-amd64.tar.gz
sudo rpm -i mrv2-v1.1.4-amd64.tar.gz

Una vez que lo instala, puede correr mrv2 tipeando::

Expand All @@ -40,7 +40,7 @@ Para correr mrv2 con el ícono, necesita seleccionarlo y usar el botón derecho

Si no tiene permisos de super usuario en su organización, debería bajar el archivo .tar.gz y descomprimirlo con::

tar -xf mrv2-v1.1.3-amd64.tar.gz
tar -xf mrv2-v1.1.4-amd64.tar.gz
Eso creará una carpeta en el directorio desde donde lo descomprimió. Podrá correr mrv2 usando el script de bash::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ El menú de línea de tiempo provee controles para modificar la ventana gráfica

Con esto prendido, podés mostrar las transiciones de audio y vídeo en
archivos .otio.
(Actualmente no implementado en v1.1.3).
(Actualmente no implementado en v1.1.4).

.. topic:: Marcadores

Expand Down
2 changes: 1 addition & 1 deletion mrv2/docs/es/_sources/user_docs/overview.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mrv2 es un flipbook profesional y herramienta de revisión de código abierto pa
mrv2 puede manejar colecciones de medios rápidamente, carga una multitud de formatos de imagen y video especializados y muestra la imágenes con manejo de color. Los usuarios pueden importar, organizar y agrupar medios en listas de reproducción de OTIO, reproduciendo items y agregando notas de revisiones y anotaciones dibujadas, permitiendo visualizar el contenido en forma interactiva y colaborativa. Esto permite el flujo que es esencial para los equipos de efectos visuales, animación y otras actividades de post-production que necesitan ver, en demanda, el arte que ellos y sus colegas están creando. Por ejemplo, uno puede cambiar de fuente de medios instantáneamente, inspeccionar pixels de cerca, hacer comparaciones cuadro a cuadro a través de multiple fuentes de medios, anotar los medios con dibujos y texto o agregar notas para compartir con otros.


Versión Actual: v1.1.3 - Descripción General
Versión Actual: v1.1.4 - Descripción General
********************************************

Esta versión de la aplicación es una solución de revisión sólida y robusta. mrv2 ha sido desplegado en múltiples estudios y es usado por múltiples individuos diariamente desde Augosto del 2022.
Expand Down
2 changes: 1 addition & 1 deletion mrv2/docs/es/searchindex.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1d509f7

Please sign in to comment.