How to make 480x272 res videos for your 3.03 OE-B
I found this link for 3GP converter--it's freeware so...
http://www.videohelp.com/tools?tool=3GP_Converter
and you can follow my tutorial...
First
create a new .ini file in the default_setting directory
eg mine was
Desktop\3GP_Converter034\3GP_Converter034\default_ setting
but make sure it gets into the default_setting directory
add these lines to the .ini file (from DAX's readme):
[Item0]
Title=AVC 480x272 512 kbps 2-pass
TitleE=AVC 480x272 512 kbps 2-pass
Command0=""<AppPath>\cores\ffmpeg" -y -i "<InputFile>" -title "<Title>" -timestamp "<TimeStamp>" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 480x272 -r 29.97 -b 512 -passlogfile "<OutputFile>" -pass 1 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "<OutputPath>MAQ<RandomNumber5>.MP4""
Command1=""<AppPath>\cores\ffmpeg" -y -i "<InputFile>" -title "<Title>" -timestamp "<TimeStamp>" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 480x272 -r 29.97 -b 512 -passlogfile "<OutputFile>" -pass 2 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "<OutputPath>MAQ<RandomNumber5>.MP4""
Command2="rm "<OutputFile>-0.log""
Command3=""<AppPath>\cores\ffmpeg" -y -i "<InputFile>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<OutputPath>MAQ<RandomNumber5>.THM""
save the .ini as something like Transcoding_PSP-DAX-3.03_OE-B.ini
and then run the setup.exe and choose Transcoding_PSP-DAX-3.03_OE-B.ini
lauch the application and just drag and drop files and you're ready to go!