No description
Find a file
2025-05-12 03:48:44 +03:00
bin update script name 2025-05-12 03:48:44 +03:00
docs update 2025-05-12 02:50:58 +03:00
.gitignore update 2025-05-12 02:50:58 +03:00
convert-dirs.sh update script name 2025-05-12 03:48:44 +03:00
LICENSE add license and readme 2025-05-12 02:54:24 +03:00
README.md add license and readme 2025-05-12 02:54:24 +03:00

convert_dirs.sh

Converts video files in a directory to .mp4 using ffmpeg.

Supports:

  • Dry-run mode
  • Archiving originals
  • Custom CRF quality
  • Filter by source file types (e.g., .avi, .mkv)

Usage

```bash ./convert_dirs.sh --source ./tv --src-type avi --src-type mkv --quality 22 --dry-run ```

Requirements

  • bash
  • ffmpeg