From bdc0726a889ffd9b64cf1b7999f405a2f622c108 Mon Sep 17 00:00:00 2001 From: MartinEesmaa Date: Wed, 4 Dec 2024 20:01:53 +1100 Subject: [PATCH] VVC binaries of iOS can only use for library By building VVC binaries of cross compiling iOS on macOS, the library can handle when migrating to app. Binary may cannot execute which normally Apple doesn't introduce terminal app on iOS systems of iPhone and iPad. Also updated words. - Martin Eesmaa --- VVC.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/VVC.md b/VVC.md index 0a5f3b7..11b6b52 100644 --- a/VVC.md +++ b/VVC.md @@ -9,10 +9,10 @@ Versatile Video Codec binaries has available two tools for you to choose. Fraunhofer HHI VVC binaries is just standard easy tool, which allows to encode & decode with arguments and also encodes good quality for slow preset, but it may be slow... * C++14 programming language -* Supports Windows, macOS, Linux, BSD, Android, iOS & WebAssembly. +* Supports Windows, macOS, Linux, BSD, Android, iOS (library only with new app) & WebAssembly. * SIMDE: SCALAR, SSE4.1, SSE4.2, AVX, AVX2, AVX512 (unsupported yet), NEON (arm only) and WASM (Web browsers only). -* Faster speeding up for newer computer machine of CPUs. -* Preset can be used from faster to slower. +* Faster depends speeding up for newer computer machine of CPUs. +* Presets can be used from faster to slower. * Includes advanced tool of encode (vvencFFapp) * Two-pass control of bitrate is only allowed. * Default encoding pixel format is 10-bit. @@ -35,12 +35,12 @@ Linux: uvg266 is only scalable encoder which helps to make it faster for older & newer computers, but still a bit good quality than vvenc, seems okay. * C99 programming language -* Supports Windows, macOS, Linux, BSD, Android & iOS. +* Supports Windows, macOS, Linux, BSD, Android & iOS (library only with new app). * SIMDE: MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, NEON & AltiVec (PowerPC only). * Can only encode 8-bit VVC output for rest operating system supported, but for 10-bit needs compiled with definition, this only works for Android users. * Faster encoding scalable of old & new computers than vvenc. * Supports presets from ultrafast to placebo like x264 presets, however it is recommended to use from faster to slower to avoid VVC decoding fail issue. -* Lossless encoding, but not recommended due decoding fail. +* Lossless encoding is not recommended due decoding fail. ### Downloads