Log in

View Full Version : x264 (PSP) doesn't finish


vzmr82
17th October 2005, 02:50
I use the X264 PSP instructions, everything seems to work correctly until the 100% is reached but then it doesn't finish...

The x264 output is as follows:

E:\DOWNLO~1\DVD2DVD\x264\x264-psp>start /belownormal /b /w x264.exe --progress -
-bitrate 800 --analyse p8x8,b8x8,i4x4 --output video.264 psp.avs
avis [info]: 368x208 @ 29.97 fps (6235 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2 3DNow!
x264 [info]: slice I:35 Avg QP:15.97 size: 22094 PSNR Mean Y:48.65 U:48.69
V:49.23 Avg:48.51 Global:46.92
x264 [info]: slice P:6200 Avg QP:18.72 size: 3105 PSNR Mean Y:44.47 U:45.28
V:46.23 Avg:44.73 Global:43.20
x264 [info]: mb I I16..4: 25.9% 0.0% 74.1%
x264 [info]: mb P I16..4: 1.6% 0.0% 1.4% P16..4: 43.2% 12.7% 6.8% 0.0% 0
.0% skip:34.3%
x264 [info]: PSNR Mean Y:44.489 U:45.297 V:46.250 Avg:44.751 Global:43.211 kb/s:
770.03

encoded 6235 frames, 35.19 fps, 5407042.02 kb/s

I am trying to encode a DVD into MP4 AVC with subtitles and my AVS script is the following:

DirectShowSource("E:\DVDs\Panic Room movie only\MPEG_Video_0xE0.m2v")
LoadPlugin("VSFilter.dll")
TextSub("E:\DVDs\Panic Room movie only\Panic Room v1.2.srt")
Tweak(sat=1.2)
Trim(0,5200)
LanczosResize(368,208)
Sharpen(0.3)
ChangeFPS(29.97)
ConvertToYV12()

I can only continuing by killing the process. What is happening?

Thnks in advance

RS

Update: I recreated this thread in "X264 and Sony PSP?" thread...