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.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 13th January 2025, 06:13   #201  |  Link
Kurt.noise
Registered User
 
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 67
Kurt.noise is offline   Reply With Quote
Old 14th January 2025, 11:40   #202  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 7,160
Quote:
Originally Posted by nechto View Post
found errors:
Error1: in x264 config if to choose Tune, Animation, system gets very weird error - it says it can't find file which exists.
No problem here, work without problems. Check if there are filenames with non-standard characters, rename it to simple characters and try again.

Quote:
Error2: SVT (AV1) codeck not working - causing fatal error
The last encoder not work for me, using the same avs to test the x264 encode:

Quote:
"C:\Portable\MeGUI66\tools\ffmpeg\ffmpeg.exe" -loglevel level+error -hide_banner -i "C:\tmp\test.avs" -strict -1 -f yuv4mpegpipe - | "C:\Portable\MeGUI66\tools\svtav1psy\SvtAv1EncApp.exe" --progress 3 -i - --frames 6529 --preset 10 -b "C:\tmp\test.ivf"
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1-PSY Encoder Lib v2.3.0
Svt[info]: SVT [build] : Visual Studio 2022 64 bit
Svt[info]: LIB Build date: Oct 31 2024 07:15:57
Svt[info]: -------------------------------------------
Input #0, avisynth, from 'C:\tmp\test.avs':
Duration: 00:03:37.85, start: 0.000000, bitrate: 0 kb/s
Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p(tv, bt709, progressive), 1280x720, 29.97 fps, 29.97 tbr, 29.97 tbn
Stream mapping:
Stream #0:0 -> #0:0 (rawvideo (native) -> wrapped_avframe (native))
Press [q] to stop, [?] for help
Output #0, yuv4mpegpipe, to 'pipe:':
Metadata:
encoder : Lavf61.5.101
Stream #0:0: Video: wrapped_avframe, yuv420p(tv, bt709, progressive), 1280x720, q=2-31, 200 kb/s, 29.97 fps, 29.97 tbn
Metadata:
encoder : Lavc61.11.100 wrapped_avframe
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
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 : 1280 / 720 / 30000 / 1001
Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / SSIM / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 161 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 35.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 : 0 / 1 / 0
Svt[info]: SVT [config]: Temporal Filtering Strength : 1
Svt[info]: SVT [config]: Keyframe TF Strength : 1
Svt[info]: -------------------------------------------
[vost#0:0/wrapped_avframe @ 000001809f725f40] Error submitting a packet to the muxer: Broken pipex speed=4.75x
Last message repeated 1 times
[out#0/yuv4mpegpipe @ 000001809f6ea2c0] Error muxing a packet
[out#0/yuv4mpegpipe @ 000001809f6ea2c0] Task finished with error code: -32 (Broken pipe)
[out#0/yuv4mpegpipe @ 000001809f6ea2c0] Terminating thread with return code -32 (Broken pipe)
[out#0/yuv4mpegpipe @ 000001809f6ea2c0] Error writing trailer: Broken pipe
[out#0/yuv4mpegpipe @ 000001809f6ea2c0] Error closing file: Broken pipe
[out#0/yuv4mpegpipe @ 000001809f6ea2c0] video:31KiB audio:0KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 309658.345070%
frame= 71 fps=0.4 q=-0.0 Lsize= 94500KiB time=00:00:02.63 bitrate=293686.6kbits/s speed=0.0141x
Conversion failed!
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 14th January 2025, 13:57   #203  |  Link
Kurt.noise
Registered User
 
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 67
8 bits sources encoding is broken with current svt-av1-psy windows builds. We have to convert input to 10bits or wait a bugfix.
Kurt.noise is offline   Reply With Quote
Old 14th January 2025, 22:56   #204  |  Link
nechto
Registered User
 
Join Date: Mar 2005
Posts: 19
Quote:
Originally Posted by tebasuna51 View Post
No problem here, work without problems. Check if there are filenames with non-standard characters, rename it to simple characters and try again.
You are right, but it is weird, without options it's working good = the same codeck
nechto is offline   Reply With Quote
Old 15th January 2025, 08:34   #205  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 7,160
Quote:
Originally Posted by Kurt.noise View Post
8 bits sources encoding is broken with current svt-av1-psy windows builds. We have to convert input to 10bits or wait a bugfix.
Using ConvertBits(10) in the .avs also crash:

Quote:
C:\tmp>C:\Portable\MeGUI66\tools\ffmpeg\ffmpeg.exe -loglevel level+error -hide_banner -i "C:\tmp\test.avs" -strict -1 -f yuv4mpegpipe - | "C:\Portable\MeGUI66\tools\svtav1psy\SvtAv1EncApp.exe" --progress 3 -i - --frames 6529 --preset 10 -b "C:\tmp\test.ivf"
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1-PSY Encoder Lib v2.3.0
Svt[info]: SVT [build] : Visual Studio 2022 64 bit
Svt[info]: LIB Build date: Oct 31 2024 07:15:57
Svt[info]: -------------------------------------------
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
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 : 10 / SSIM / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 161 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 35.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 : 0 / 1 / 0
Svt[info]: SVT [config]: Temporal Filtering Strength : 1
Svt[info]: SVT [config]: Keyframe TF Strength : 1
Svt[info]: -------------------------------------------
Encoding [vost#0:0/wrapped_avframe @ 00000220ff397300] [error] Error submitting a packet to the muxer: Broken pipe
[vost#0:0/wrapped_avframe @ 00000220ff397300] [error] Error submitting a packet to the muxer: Broken pipe
[out#0/yuv4mpegpipe @ 00000220fdc5eb00] [error] Error muxing a packet
[out#0/yuv4mpegpipe @ 00000220fdc5eb00] [error] Task finished with error code: -32 (Broken pipe)
[out#0/yuv4mpegpipe @ 00000220fdc5eb00] [error] Terminating thread with return code -32 (Broken pipe)
[out#0/yuv4mpegpipe @ 00000220fdc5eb00] [error] Error writing trailer: Broken pipe
[out#0/yuv4mpegpipe @ 00000220fdc5eb00] [error] Error closing file: Broken pipe
BTW using ffmpeg work fine:

Quote:
C:\tmp>C:\Portable\MeGUI66\tools\ffmpeg\ffmpeg.exe -i test.avs -c:v libsvtav1 -preset 10 -an -sn test_f.mkv
ffmpeg version n7.1-64-g80c050cd86-g3778b1f6f1+82 Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 14.2.0 (Rev2, Built by MSYS2 project)
Input #0, avisynth, from 'test.avs':
Duration: 00:03:37.85, start: 0.000000, bitrate: 0 kb/s
Stream #0:0: Video: rawvideo (Y3[11][10] / 0xA0B3359), yuv420p10le(tv, bt709, progressive), 1920x1080, 29.97 fps, 29.97 tbr, 29.97 tbn
Stream mapping:
Stream #0:0 -> #0:0 (rawvideo (native) -> av1 (libsvtav1))
Press [q] to stop, [?] for help
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v2.3.0-100-g783c3f1f
Svt[info]: SVT [build] : GCC 14.2.0 64 bit
Svt[info]: LIB Build date: Dec 25 2024 17:03:17

Svt[info]: -------------------------------------------
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
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 : 10 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 161 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 35
Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0
Svt[info]: -------------------------------------------
Output #0, matroska, to 'test_f.mkv':
Metadata:
encoder : Lavf61.7.100
Stream #0:0: Video: av1 (AV01 / 0x31305641), yuv420p10le(tv, bt709, progressive), 1920x1080, q=2-31, 29.97 fps, 1k tbn
Metadata:
encoder : Lavc61.19.101 libsvtav1
[out#0/matroska @ 000001aa5624ec40] video:52149KiB audio:0KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.061283%
frame= 6529 fps=102 q=26.0 Lsize= 52181KiB time=00:03:37.81 bitrate=1962.5kbits/s speed=3.41x
And the libsvtav1 inside ffmpeg seems more updated (december-october)
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 14:55.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.