forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

"avc_get: sceMpegAvcDecode failed" error

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
V.I.S.



Joined: 27 Jun 2006
Posts: 1
Location: Russia

PostPosted: Tue Jun 27, 2006 1:51 pm    Post subject: "avc_get: sceMpegAvcDecode failed" error Reply with quote

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!!!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group