This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

x264 encoding error.
#12
Good news, sort of.. 

I did not have time to test on another hardware yet but I did some more tests with the current one, based on the hypothesis of crash happening at around the x264 lookahead value, so when input material is ending. Here are my results, all repeatable at least 3/3 times:

--sync-lookahead 200 --rc-lookahead 200
Crash at 456/858 (402 frames left) --> About double of the lookahead values. Note bobbed deint.

--sync-lookahead 10 --rc-lookahead 10
Crash at 814/858 (44 frames left) --> Noticeably smaller than the previous setting.

--sync-lookahead 10 --rc-lookahead 200
Crash at 646/858 frames (212 frames left). --> Again mirroring the order of magnitude change in the lookahead values.

--sync-lookahead 200 --rc-lookahead 10
Crash at 624/858 frames (234 frames left). --> Very similar to the above.

Example of all the encode arguments:
tool: C:\Program Files\Hybrid\64bit\x264.exe
argumentString(1): --preset veryslow --crf 14.50 --profile high --level 5.1 --sync-lookahead 10 --rc-lookahead 200 --no-fast-pskip --vbv-maxrate 300000 --vbv-bufsize 300000 --deadzone-inter 6 --deadzone-intra 6 --threads 4 --sar 16:15 --non-deterministic --range tv --colormatrix bt470bg --demuxer y4m --input-range tv --fps 50/1 --output-depth 8 --output "C:\Users\hjatsu\Desktop\vhs\temp\2024-08-18@10_49_41_8510_06.264" -


Then I proceed to test if OpenCL is to be blamed, so tried this:
# Deinterlacing using QTGMC
clip = havsfunc.QTGMC(Input=clip, Preset="Very Slow", TFF=True) # new fps: 50
...instead of this:
# Deinterlacing using QTGMC
clip = havsfunc.QTGMC(Input=clip, Preset="Very Slow", TFF=True, opencl=True, device=1) # new fps: 50

And the result was that the test jobs FINISHED successfully 6/6. So using CPU for everything seems to be the trick?!


Decided to also test with the iGPU, so modified the OpenCL jobs a little by pointing the device param to my Intel Iris Xe instead of Nvidia RTX 3500:
# Deinterlacing using QTGMC
clip = havsfunc.QTGMC(Input=clip, Preset="Very Slow", TFF=True, opencl=True, device=0) # new fps: 50
And the result was exactly the same as with GPU, crashes happening at exactly the same frames.


So my take from this is that the issue must be either:
- Vapoursynth/QTGMC OpenCL implementation
- GPU drivers (unlikely because iGPU crashes too)
- Something in my system interfering with all GPU operations (no idea if even possible and what this could be)

This finding does not fully explain the crashes I observed with the initial jobs, when I was using the latest stable version that was unable to recognize my RTX 3500. But based on this test session, my only option is to just use CPU for everything I guess...?
Reply


Messages In This Thread
x264 encoding error. - by StormMaster - 20.12.2022, 04:11
RE: x264 encoding error. - by Selur - 20.12.2022, 06:27
RE: x264 encoding error. - by hjatsu - 16.08.2024, 13:59
RE: x264 encoding error. - by Selur - 16.08.2024, 14:25
RE: x264 encoding error. - by hjatsu - 16.08.2024, 23:45
RE: x264 encoding error. - by Selur - 17.08.2024, 05:49
RE: x264 encoding error. - by hjatsu - 17.08.2024, 17:33
RE: x264 encoding error. - by Selur - 17.08.2024, 17:39
RE: x264 encoding error. - by hjatsu - 18.08.2024, 10:19
RE: x264 encoding error. - by Selur - 18.08.2024, 11:04
RE: x264 encoding error. - by hjatsu - 18.08.2024, 21:02
RE: x264 encoding error. - by hjatsu - 19.08.2024, 21:37
RE: x264 encoding error. - by Selur - 20.08.2024, 04:48
RE: x264 encoding error. - by hjatsu - 20.08.2024, 08:04

Forum Jump:


Users browsing this thread: 1 Guest(s)