From 80fa143468eb7dbca223cfe357b2b34669ba1d3d Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Wed, 3 Jul 2024 18:18:45 +1000 Subject: [PATCH] Update FFmpeg libvvenc limitations information --- FFMPEGVVC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFMPEGVVC.md b/FFMPEGVVC.md index 1298bb4..82a083c 100644 --- a/FFMPEGVVC.md +++ b/FFMPEGVVC.md @@ -48,7 +48,7 @@ Before encode to VVC video codec, see the limitations below. libvvenc (FFmpeg vvc version) works for: -- Pixel format ⚠️ (only pixel format 10 bit is default, but you can still encode 8 bit by using `-bitdepth8 1`) +- Pixel format ⚠️ (only pixel format 10 bit is default, but you can still encode 8 bit by using vvenc params `-vvenc-params InternalBitDepth=8`) - Video size (auto detects, but it doesn't detect for SAR and DAR anamorphic is glitch and corrupts the video) ⚠️ (Better way to use vvencapp without FFmpeg) - Frame rate ✅ (auto detects) - MP4/TS Mux ✅ (only works for stable if it's encoded VVC with MP4 or TS on FFmpeg and mp4box for muxing still works)