crush
13th January 2026, 07:28
Hi everyone,
I’ve been using FFmpeg for a while to encode video, and I’m now trying to dial in a workflow that balances quality, speed, and compatibility. My goal is:
Encode most of my library in HEVC (x265) with sensible file sizes.
Provide an AV1 fallback option for devices that support it.
Keep the process fast on a mid-range GPU (RTX 3060 level).
I’m particularly interested in recommendations for:
Preset and tune combinations that give a good balance of quality and encode time for HEVC using NVIDIA NVENC.
Equivalent setups for AV1 (SVT-AV1 / rav1e / GPU) — what codecs and settings are most practical right now?
Real-world examples of command lines you use — especially where you generate two outputs from the same source (HEVC + AV1) with minimal re-processing.
I’m aware of the bitrate ladder approach and CRF targets, but I’d love concrete examples and reasoning behind suggested settings. For instance, how you choose QP/CRF/bitrate targets for HEVC compared to AV1 for similar perceptual quality.
Thanks in advance — keen to see what the community uses as a workflow here.
Emily
I’ve been using FFmpeg for a while to encode video, and I’m now trying to dial in a workflow that balances quality, speed, and compatibility. My goal is:
Encode most of my library in HEVC (x265) with sensible file sizes.
Provide an AV1 fallback option for devices that support it.
Keep the process fast on a mid-range GPU (RTX 3060 level).
I’m particularly interested in recommendations for:
Preset and tune combinations that give a good balance of quality and encode time for HEVC using NVIDIA NVENC.
Equivalent setups for AV1 (SVT-AV1 / rav1e / GPU) — what codecs and settings are most practical right now?
Real-world examples of command lines you use — especially where you generate two outputs from the same source (HEVC + AV1) with minimal re-processing.
I’m aware of the bitrate ladder approach and CRF targets, but I’d love concrete examples and reasoning behind suggested settings. For instance, how you choose QP/CRF/bitrate targets for HEVC compared to AV1 for similar perceptual quality.
Thanks in advance — keen to see what the community uses as a workflow here.
Emily