A collection of Unmanic plugins for media transcoding, stream selection, and file management.
Hardware-accelerated video transcoding using Intel QSV (Quick Sync Video) with hevc_qsv encoder.
- Rate Control: CQP (Constant Quality) or VBR (Bitrate) mode
- Hardware Decoding: Toggle
-hwaccel qsvwith GPU filter chain (vpp_qsv) - Video Filters: Denoise, scale, framerate, crop (CPU and GPU filter chains)
- Audio: Copy or AAC encode with optional audio filter (
-af) - Copy Video: Option to skip video encoding entirely
Hardware-accelerated video transcoding using NVIDIA NVENC with hevc_nvenc encoder.
- Rate Control: VBR with constant quality (
-cq) - Hardware Decoding: Toggle CUDA hardware decoding with GPU filter chain
- Video Filters: Denoise (
bilateral_cuda/hqdn3d), scale, FPS, crop - Audio: Copy or AAC encode with optional audio filter
- Copy Video: Option to skip video encoding entirely
Selectively include or exclude streams (video/audio/subtitle) based on codec, language, or title keywords.
- Filter streams by codec name (e.g.
hevc,h264) - Filter by language or title tag keywords
- Copy all / copy selected / copy none per stream type
Basic file move and rename operations within the Unmanic pipeline.
View ffprobe output for files passing through the pipeline.
https://raw.githubusercontent.com/Yirios/unmanic-plugins/repo/repo.json
Follow the Unmanic documentation to add this repository.
GPL v3. See CONTRIBUTING.md for contribution guidelines.