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