From 221cea7b2043bd1f1943e424c834d7035350433e Mon Sep 17 00:00:00 2001 From: Martin Eesmaa Date: Thu, 11 May 2023 19:45:49 +1000 Subject: [PATCH] Note to VVC matroska muxing for experimental --- FFMPEGVVC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FFMPEGVVC.md b/FFMPEGVVC.md index f0fc003..7d50914 100644 --- a/FFMPEGVVC.md +++ b/FFMPEGVVC.md @@ -29,7 +29,8 @@ libvvenc (FFmpeg vvc version) works for: - Pixel format ⚠️ (only pixel format 10 bit) - 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/MKV Mux ✅ +- MP4/TS Mux ✅ +- Matroska mux ⚠️ (Only matroska mux has an experimental, causing problem of the video sync delay with audio and others for FFmpeg libvvdec. It is unofficial support) - Audio with encode VVC ✅ - Bitrates ✅ - Passes ⚠️ (you may need get passes using vvenc params on FFmpeg VVCEasy or use vvencapp)