scripts-fabq/scripts
Fabrice Quenneville c062b32dc6 feat: add video_autoreduce.py for automatic video resolution reduction
Added `video_autoreduce.py`, a Python script that scans directories for video files exceeding a specified resolution and prepares them for automatic resolution reduction using FFmpeg.

- Detects video files in a given directory.
- Determines their resolution using `ffprobe`.
- Identifies videos exceeding a maximum height threshold.
- Supports subtitle codec validation and ensures proper output handling.
- Includes utility functions for file management and logging.

This script will help streamline batch video processing while preserving essential metadata and subtitles.
2025-02-08 12:55:09 -05:00
..
video_autoreduce.py feat: add video_autoreduce.py for automatic video resolution reduction 2025-02-08 12:55:09 -05:00
video_remove_audio.py Add script to remove audio tracks from video files using ffmpeg 2024-10-23 10:10:22 -04:00