View Full Version : first pass gets stuck at 100% @_@
inurenegade
8th November 2005, 04:46
Im having an issue where the first pass seems to freeze at 100%
here is the avs script im using
LoadPlugin("C:\blah\2dcleanyuy2_25_dll_20021225\_2DCleanYUY2_for_25.dll")
LoadPlugin("C:\blah\VSFilter.dll")
LoadPlugin("C:\blah\Anime\FDecimate.dll")
AviSource("C:\blah\Anime\blah.avi")
converttoyuy2()
FDecimate(23.976)
TemporalSoften(4,4,8,15,2)
_2DCleanYUY2(0,5,2,2)
textsub("blah.ssa")
converttoyv12()
ok anyway on the AVC settings i tried automated 3 pass and first pass of 3 pass mode with all the basic settings 1211 bitrate
i tried it on revision 364A 4 times
then i found revision 365 tried that and still had same issue
also if i am missing any valuable info plz let me know cause im still a total newbie on here :)
Richard Berg
8th November 2005, 04:59
Post a log.
inurenegade
8th November 2005, 05:06
Next job job2 is a video job. encoder commandline:
"C:\Program Files\x264\x264.exe" --pass 1 --bitrate 1211 --stats "C:\blah\Anime\lamune.stats" --subme 1 --analyse none --me dia --threads 2 --progress --no-psnr --output NUL "C:\blah\Anime\lamune.avs"
successfully set up video encoder and callbacks for job job2
thats the only log i get cause the first pass never finishes it sticks at 100% so it doesnt show the completed log >__<
Doom9
8th November 2005, 10:50
start a commandprompt (start - run - type cmd and enter), then paste your commandline ("C:\Program Files\x264\x264.exe" --pass 1 --bitrate 1211 --stats "C:\blah\Anime\lamune.stats" --subme 1 --analyse none --me dia --threads 2 --progress --no-psnr --output NUL "C:\blah\Anime\lamune.avs"), let it run until it's done, and paste all output to a post here.
Also important to know: does x264.exe still run? and what is added to the log once you press abort.
inurenegade
8th November 2005, 13:19
Next job job2 is a video job. encoder commandline:
"C:\Program Files\x264\x264.exe" --pass 1 --bitrate 1211 --stats "C:\blah\Anime\lamune.stats" --subme 1 --analyse none --me dia --threads 2 --progress --no-psnr --output NUL "C:\blah\Anime\lamune.avs"
successfully set up video encoder and callbacks for job job2
Job aborted, deleting output file...Deletion failed.
----------------------------------------------------------------------------------------------------------
Log for job job2
avis [info]: 640x480 @ 23.98 fps (35121 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
x264 [info]: slice I:282 Avg QP:13.20 size: 47352
x264 [info]: slice P:34839 Avg QP:16.18 size: 6105
x264 [info]: mb I I16..4: 24.8% 0.0% 75.2%
x264 [info]: mb P I16..4: 4.2% 0.0% 0.0% P16..4: 48.6% 0.0% 0.0% 0.0% 0.0% skip:47.2%
x264 [info]: kb/s:1234.5
this is what came up when i pressed abort in megui
Doom9
8th November 2005, 19:31
what about the other two things I asked about?
inurenegade
8th November 2005, 23:55
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\kyle hajen>cd c:\Program Files\x264\
C:\Program Files\x264>("c:\Program Files\x264\x264.exe" --pass 1 --bitrate 1211
--stats "C:\blah\Anime\lamune.stats" --subme 1 --analyse none --me dia --threads
2 --progress --no-psnr --output NUL "C:\blah\Anime\lamune.avs")
avis [info]: 640x480 @ 23.98 fps (35121 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
x264 [info]: slice I:282 Avg QP:13.20 size: 473670:00:00
x264 [info]: slice P:34839 Avg QP:16.18 size: 6105
x264 [info]: mb I I16..4: 24.8% 0.0% 75.2%
x264 [info]: mb P I16..4: 4.2% 0.0% 0.0% P16..4: 48.5% 0.0% 0.0% 0.0% 0
.0% skip:47.2%
x264 [info]: kb/s:1234.5
x264.exe continues to run
Doom9
9th November 2005, 06:37
alright, I'll reactivate those trace switches in the next build so you can run debugview while encoding and log what is going on internally.
inurenegade
9th November 2005, 06:49
thank you
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.