Dark Alex最新自制系统3.03OEB,支持全屏AVC!!!
改进:
-对系统进行补丁从而能播放480×272的全屏AVC
-修正了PSP游戏中pic0不显示的问题
-频率设置在设置之后不清空,这可能导致少数游戏的超频失效(翻译可能有误,原句: The speed functions were not dummied after setting the speed. This could cause the few games
that set the cpu speed not to run at the selected speed in the recovery menu.)
-改变了程序结构,如今在游戏中将有更多的可用内存
-PS游戏的说明书制作工具支持的图片支持到最多1000张!!!!
注意:全屏AVC的压制方法和以前的320x240的压制方法一样,只需要将分辨率调整到480x272即可。仍然不支持普通格式的AVC文件!!!
DA给的两个3gp的例子:
Example 1: For a 1-pass 768 kbps bitrate:
[ItemXX]
Title=AVC 480x272 768 kbps 1-pass
TitleE=AVC 480x272 768 kbps 1-pass
Command0=""\cores\ffmpeg" -y -i "" -title "" -timestamp "" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 480x272 -r 29.97 -b 768 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "MAQ.MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an "MAQ.THM""
Example 2: For a 2-pass 512 kbps bitrate
[ItemXX]
Title=AVC 480x272 512 kbps 2-pass
TitleE=AVC 480x272 512 kbps 2-pass
Command0=""\cores\ffmpeg" -y -i "" -title "" -timestamp "" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 480x272 -r 29.97 -b 512 -passlogfile "" -pass 1 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "MAQ.MP4""
Command1=""\cores\ffmpeg" -y -i "" -title "" -timestamp "" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 480x272 -r 29.97 -b 512 -passlogfile "" -pass 2 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "MAQ.MP4""
Command2="rm "-0.log""
Command3=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an "MAQ.THM""