x264 crashing on quad core system >> FORUM
Auto Forum

Auto Forum



SearchSearch   Users   Registration   Entrance
Today: 17.03.2026 - 06:55:19
Pages:  1  

x264 crashing on quad core system

MessageAuthor

--non-deterministic is the trigger. As for why it's at different times, see the option name. Same reason as I why I haven't found the bug yet. What the error message means in detail: Despite all the limitations to search range I put in place, motion estimation managed to return a motion vector pointing into a not-yet-encoded region of the reference frame. Rather than silently produce a video that decodes to something other than x264 thought it was encoding (i.e. containing artifacts), I opt to abort. And the reason for using assert rather than fixing the motion vector is that at that point x264 is in an inconsistent state and I don't know why, so anything I do would at best hide the problem.




djpfine

register users


Statistics:
Messages: 453
Registration: 04.19.2002
14.02.22 - 09:45:21
Message # 1
RE: x264 crashing on quad core system

My x264.exe keeps crashing during 2nd pass of encoding (VC1 directshow source as well), always at different point of the video. My encoder commandline: --pass 2 --bitrate 8423 --stats "Q:\PE2.stats" --ref 3 --bframes 3 --b-pyramid --weightb --direct auto --subme 6 --trellis 1 --analyse all --8x8dct --vbv-maxrate 25000 --me umh --merange 12 --threads auto --thread-input --cqmfile "W:\HDTV Encoding\eqm_avc_hr.cfg" --progress --no-psnr --no-ssim --output "Q:\PE2.mkv" "Q:\PE2.avs" My avs: directshowsource("q:\evovideo.mkv",audio=false,fps=23.976,seekzero=false,seek=true) crop(2,142,-2,-144) limitedsharpenfaster(strength=220) Spline36Resize(1920,800)


-------------------------------------
If it has wheels, race it!

burger

register users


Statistics:
Messages: 285
Registration: 09.18.2003
14.02.22 - 09:55:43
Message # 2
RE: x264 crashing on quad core system

smekoslav: That's not much of a bug report. See, pyrates' post contains an actual error message, and I know what that error means. Your post simply says "it doesn't work". How could anyone possibly help you? (for programs in general). (also applies to x264). Don't bother answering until you've read those in full.




JD 98 ///M3

register users


Statistics:
Messages: 121
Registration: 12.04.2002
14.02.22 - 10:02:00
Message # 3
RE: x264 crashing on quad core system

oops, I fixed the first link. The main point of the ffmpeg link is about gdb. If a program crashes, you build a debug version and run it in a debugger.




AMG

register users


Statistics:
Messages: 145
Registration: 12.17.2002
14.02.22 - 10:11:11
Message # 4
RE: x264 crashing on quad core system

No, what I described was the error message, not the option. --non-deterministic (erroneously) causes the situation that the assert checks for. The check runs regardless, and the fact that x264 threading normally doesn't crash means that normal encodes aren't corrupted in that manner.




Bryce M.

register users


Statistics:
Messages: 285
Registration: 09.21.2003
14.02.22 - 10:16:23
Message # 5
RE: x264 crashing on quad core system
Play: first note in score is cut off : Previous topicNext topic: Dropped frames using WME (newbie alert)
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants