convert-dirs/docs/source/usage.rst
2025-05-12 02:50:58 +03:00

26 lines
553 B
ReStructuredText

Usage Guide
===========
Example:
.. code-block:: bash
./convert-dirs.sh --source ./tv \
--src-type avi \
--src-type mkv \
--quality 23 \
--dry-run
Options:
- ``--source``: Directory to scan (required)
- ``--archive``: Where to move originals
- ``--src-type``: File extension to include (repeatable)
- ``--quality``: CRF value for ffmpeg (18 = high, 28 = low)
- ``--dry-run``: Simulate actions
- ``--debug``: Show extra output
Requirements
- bash
- ffmpeg