trying to convert media to mp4 with mencoder on psp

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

Moderators: cheriff, TyRaNiD

Locked
eyesonme
Posts: 11
Joined: Wed Aug 17, 2005 11:46 pm

trying to convert media to mp4 with mencoder on psp

Post by eyesonme »

I am chinese.My english was poor .So hope you can understand

my poor saying.^_^
The mencoder tool is pretty good.It can convert almost all

the media to avi with dvix and xvid.So you must be used to

know this tool before that.These links may be help:
http://gentoo-wiki.com/howto_mencoder_i ... tion_guide
http://web.njit.edu/all_topics/prog_lan ... mplayer/te
ch/encoding-tips.txt
:)
I just changed the .ini about the 3gp convert.So this is not

a good way!But it can convert the rmvb and rm without the avs

script! :)
And the time is faster than the old ini when converting the

rmvb via avs!
I think the image is also awesome!
Now I want to know howto convert mp4 on psp compati!
Second What function is the qt3gppflatten and atomchanger ?

How can 3gp do this only with this two utilities?I think it

changes the header about the mp4.
The following is :

Command0=""<%AppPath%>\cores\mencoder" -srate 24000 -vf

scale=320:240 -ofps 14.985 -oac mp3lame -lameopts

mode=0:cbr:br=64 -ovc lavc -ffourcc DX50 -lavcopts

vcodec=mpeg4:vbitrate=200 "<%InputFile%>" -o "<%

TemporaryFile%>.avi""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%TemporaryFile%

>.avi" -title "<%Title%>" -timestamp "<%TimeStamp%>" -

bitexact -vcodec xvid -s 320x240 -r 14.985 -b 200 -acodec aac

-ac 1 -ar 24000 -ab 48 -f 3gp "<%TemporaryFile%>.3gp""
Command2=""<%AppPath%>\cores\QT3GPPFlatten" "<%

TemporaryFile%>.3gp" "<%TemporaryFile%>_2.3gp" -c QT_3GPP

(MobileMP4)_QVGA_AAC.ini"
Command3="rm "<%TemporaryFile%>.3gp""
Command4=""<%AppPath%>\cores\ATOMChanger" "<%TemporaryFile%

>_2.3gp" "<%OutputPath%>M4V<%RandomNumber5%>.MP4"

"Camouflage_MP4_for_PSP.ini""
Command5="rm "<%TemporaryFile%>_2.3gp""
Command6=""<%AppPath%>\cores\ffmpeg" -y -i "<%TemporaryFile%

>.avi" -f singlejpeg -ss 5 -vframes 1 -s 160x120 -an "<%

OutputPath%>M4V<%RandomNumber5%>.THM""
Command7="rm "<%TemporaryFile%>.avi""
Last edited by eyesonme on Thu Aug 18, 2005 12:16 am, edited 2 times in total.
Nothing is Impossible!
eyesonme
Posts: 11
Joined: Wed Aug 17, 2005 11:46 pm

Post by eyesonme »

After time I can rip dvds via mencoder then converting to 3gp and last

to mp4 files.
Maybe I will try ,I think it is easy to use mencoder rip

dvds.
Nothing is Impossible!
eyesonme
Posts: 11
Joined: Wed Aug 17, 2005 11:46 pm

Post by eyesonme »

Does anyone encode the media via mencoder directly???
I love this forum because the many ambition tools attract me.One is psprez that can change scene size by myself .

The 3gp converter author was also express gratitude to this forum ,I read from his ini file^_^
That sounds great
&#65281;
Nothing is Impossible!
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

I'm sorry, but discussion on converting video is off-topic on these boards.
Locked