"avc_get: sceMpegAvcDecode failed" error

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
V.I.S.
Posts: 1
Joined: Tue Jun 27, 2006 1:41 pm
Location: Russia

"avc_get: sceMpegAvcDecode failed" error

Post by V.I.S. »

HELLO, EVERYBODY!!!

I have one problem with coding to X264 for PSP!

Here is my options for coding:
x264 --progress --pass 1 --bitrate 1700 --stats "\x264.stats" --level 3
--no-fast-pskip --thread-input --filter -1:-1 --mixed-refs --me umh --no-psnr --aud --pictiming -A all --subme 7 -o "\out1.264" "c:\X264\in.avs"
x264 --progress --pass 2 --bitrate 1700 --stats "\x264.stats" --level 3
--no-fast-pskip --thread-input --filter -1:-1 --mixed-refs --me umh --no-psnr --aud --pictiming -A all --subme 7 -o "\out2.264" "c:\X264\in.avs"
x264 --progress --pass 3 --bitrate 1700 --stats "\x264.stats" --level 3
--no-fast-pskip --thread-input --filter -1:-1 --mixed-refs --me umh --no-psnr --aud --pictiming -A all --subme 7 -o "\out3.264" "c:\X264\in.avs"

Here is my AVIsynth script:
loadplugin("C:\X264\AviSynthPlugins\TemporalCleaner.dll")
loadplugin("C:\X264\AviSynthPlugins\MSharpen.dll")
loadplugin("C:\X264\AviSynthPlugins\MPEGDecoder.dll")
MPEGSource("E:\Video.m2v")
TemporalCleaner (ythresh=5, cthresh=10)
MSharpen(15,100,true,false,false)
Crop(0, 56, -0, -58)
Lanczos4Resize(480, 272)
-------------------------------------------------------
Video is 25FPS, no sound!
If i use bitrate > 1700, PMPMOD AVC Player say "avc_get: sceMpegAvcDecode failed"

Plese help!!!
Post Reply