[pp:ugoira] update (#6056)

- introduce '_ugoira_frame_index' metadata field
- store Ugoira file exts separately
- add 'skip' option
This commit is contained in:
Mike Fährmann
2024-09-05 18:43:06 +02:00
parent 32d2e686c2
commit 07bd967f59
3 changed files with 53 additions and 12 deletions

View File

@@ -5643,6 +5643,28 @@ Example
Description
Hash digests to compute.
For a list of available hash algorithms, run
.. code::
python -c "import hashlib; print('\n'.join(hashlib.algorithms_available))"
or see `python/hashlib <https://docs.python.org/3/library/hashlib.html>`__.
* If this is a ``string``,
it is parsed as a a comma-separated list of algorthm-fieldname pairs:
.. code::
[<hash algorithm> ":"] <field name> ["," ...]
When ``<hash algorithm>`` is omitted,
``<field name>`` is used as algorithm name.
* If this is an ``object``,
it is a ``<field name>`` to ``<algorithm name>`` mapping
for hash digests to compute.
metadata.mode
-------------
@@ -6259,6 +6281,16 @@ Description
to prevent it from only being displayed for a very short amount of time.
ugoira.skip
-----------
Type
``bool``
Default
``true``
Description
Do not convert frames if target file already exists.
zip.compression
---------------
Type
@@ -6270,6 +6302,7 @@ Description
Possible values are ``"store"``, ``"zip"``, ``"bzip2"``, ``"lzma"``.
zip.extension
-------------
Type