Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
29th October 2024, 22:42 | #122 | Link | |
Registered User
Join Date: Aug 2018
Location: Germany
Posts: 138
|
Version 2.3.0
Quote:
https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases |
|
8th December 2024, 22:07 | #124 | Link |
Registered User
Join Date: Aug 2018
Location: Germany
Posts: 138
|
This merge request has a comment about a AV1 spec bug.
https://gitlab.com/AOMediaCodec/SVT-...873cb8b_80_101 And a link to this bug https://aomedia.issues.chromium.org/issues/42302342 But I quite don't understand what this bug actually means for AV1 encoding. Will this interfere with encoding quality? Or performance? |
13th December 2024, 22:27 | #125 | Link | |
Registered Developer
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,372
|
Quote:
__________________
LAV Filters - open source ffmpeg based media splitter and decoders |
|
14th December 2024, 13:57 | #126 | Link | ||
Registered User
Join Date: Nov 2008
Posts: 91
|
Quote:
Quote:
|
||
23rd December 2024, 16:35 | #129 | Link | |
Registered User
Join Date: Nov 2008
Posts: 91
|
Quote:
|
|
5th January 2025, 10:00 | #131 | Link |
Registered User
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 67
|
Hi,
I'm experiencing an issue using svt-av1-psy with any different source files : on windows platform (windows 11 24H2), it seems encoding to 8 bits does not ending correctly within preset < 8 : svt-av1-psy 2.3.0-A 8 bits : Code:
E:\tools\svtav1psy>SvtAv1EncApp.exe -i "E:\Video\Raw.yuv" -w 1920 -h 1080 --input-depth 8 -n 1200 --fps-num 30000 --fps-denom 1001 --progress 3 --crf 30 --preset 4 -b "E:\Video\output.ivf" Svt[info]: ------------------------------------------- Svt[info]: SVT [version]: SVT-AV1-PSY Encoder Lib v2.3.0-A-5-gf560b40 Svt[info]: SVT [build] : Clang 18.1.8 64 bit Svt[info]: LIB Build date: Dec 30 2024 07:49:20 Svt[info]: ------------------------------------------- Svt[info]: Level of Parallelism: 5 Svt[info]: Number of PPCS 140 Svt[info]: [asm level on system : up to avx2] Svt[info]: [asm level selected : up to avx2] Svt[info]: ------------------------------------------- Svt[info]: SVT [config]: main profile tier (auto) level (auto) Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 1920 / 1080 / 30000 / 1001 Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420 Svt[info]: SVT [config]: preset / tune / pred struct : 4 / SSIM / random access Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 321 / 32 / key frame Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30.00 Svt[info]: SVT [config]: AQ mode / variance boost strength / octile / curve : 2 / 2 / 6 / regular Svt[info]: SVT [config]: Sharpness / QP scale compress strength / Frame low-luma bias : 1 / 1 / 0 Svt[info]: SVT [config]: Temporal Filtering Strength : 1 Svt[info]: SVT [config]: Keyframe TF Strength : 1 Svt[info]: ------------------------------------------- Encoding: 1/1200 Frames @ 23.60 fpm | 380.05 kb/s | Time: 0:00:03 [-0:00:19] | Size: 0.22 MB [1.90 MB] Code:
E:\tools\svtav1psy>SvtAv1EncApp.exe -i "E:\Video\Raw.yuv" -w 1920 -h 1080 --input-depth 10 -n 1200 - -fps-num 30000 --fps-denom 1001 --progress 3 --crf 30 --preset 4 -b "E:\Video\output.ivf" Svt[info]: ------------------------------------------- Svt[info]: SVT [version]: SVT-AV1-PSY Encoder Lib v2.3.0-A-5-gf560b40 Svt[info]: SVT [build] : Clang 18.1.8 64 bit Svt[info]: LIB Build date: Dec 30 2024 07:49:20 Svt[info]: ------------------------------------------- Svt[info]: Level of Parallelism: 5 Svt[info]: Number of PPCS 140 Svt[info]: [asm level on system : up to avx2] Svt[info]: [asm level selected : up to avx2] Svt[info]: ------------------------------------------- Svt[info]: SVT [config]: main profile tier (auto) level (auto) Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 1920 / 1080 / 30000 / 1001 Svt[info]: SVT [config]: bit-depth / color format : 10 / YUV420 Svt[info]: SVT [config]: preset / tune / pred struct : 4 / SSIM / random access Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 321 / 32 / key frame Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30.00 Svt[info]: SVT [config]: AQ mode / variance boost strength / octile / curve : 2 / 2 / 6 / regular Svt[info]: SVT [config]: Sharpness / QP scale compress strength / Frame low-luma bias : 1 / 1 / 0 Svt[info]: SVT [config]: Temporal Filtering Strength : 1 Svt[info]: SVT [config]: Keyframe TF Strength : 1 Svt[info]: ------------------------------------------- Encoding: 1200/1200 Frames @ 2.48 fps | 51442.81 kb/s | Time: 0:08:04 [-0:00:00] | Size: 257.47 MB [257.47 MB] SUMMARY --------------------------------- Channel 1 -------------------------------- Total Frames Frame Rate Byte Count Bitrate 1200 29.97 fps 257471283 51442.81 kbps Channel 1 Average Speed: 2.478 fps Total Encoding Time: 484198 ms Total Execution Time: 484534 ms Average Latency: 58361 ms Max Latency: 96320 ms Code:
E:\tools\svtav1psy>SvtAv1EncApp.exe -i "E:\Video\Raw.yuv" -w 1920 -h 1080 --input-depth 8 -n 1200 --fps-num 30000 --fps-denom 1001 --progress 3 --crf 30 --preset 4 -b "E:\Video\output.ivf" Svt[info]: ------------------------------------------- Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v2.3.0 Svt[info]: SVT [build] : Visual Studio 2022 64 bit Svt[info]: LIB Build date: Jan 5 2025 09:41:32 Svt[info]: ------------------------------------------- Svt[info]: Level of Parallelism: 5 Svt[info]: Number of PPCS 140 Svt[info]: [asm level on system : up to avx2] Svt[info]: [asm level selected : up to avx2] Svt[info]: ------------------------------------------- Svt[info]: SVT [config]: main profile tier (auto) level (auto) Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 1920 / 1080 / 30000 / 1001 Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420 Svt[info]: SVT [config]: preset / tune / pred struct : 4 / PSNR / random access Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 161 / 32 / key frame Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 30 Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0 Svt[info]: ------------------------------------------- Encoding 1200 SUMMARY --------------------------------- Channel 1 -------------------------------- Total Frames Frame Rate Byte Count Bitrate 1200 29.97 fps 11649088 2327.49 kbps Channel 1 Average Speed: 20.573 fps Total Encoding Time: 58328 ms Total Execution Time: 58618 ms Average Latency: 6539 ms Max Latency: 8242 ms Same story using also this library through ffmpeg... Last edited by Kurt.noise; 5th January 2025 at 10:18. |
5th January 2025, 11:32 | #133 | Link |
Registered User
Join Date: Nov 2008
Posts: 91
|
Check if your issue is already reported at https://github.com/psy-ex/svt-av1-psy/issues (maybe this: https://github.com/psy-ex/svt-av1-psy/issues/115), otherwise open a new issue so that they can fix it.
|
5th January 2025, 12:33 | #136 | Link |
Registered User
Join Date: Nov 2008
Posts: 91
|
Please discuss it at: https://github.com/psy-ex/svt-av1-psy/issues/115 where their developers are working. Posting the details here won't help to fix it...
|
6th January 2025, 06:26 | #138 | Link |
Registered User
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 67
|
A workaround has been found : https://github.com/psy-ex/svt-av1-psy/discussions/118
|
Thread Tools | Search this Thread |
Display Modes | |
|
|