psp pmf to avi

A forum for assistance with capturing or ripping footage from various media sources.
chenci
Joined: Fri Apr 04, 2008 6:25 pm
Org Profile

Post by chenci » Fri Apr 04, 2008 6:29 pm

great tutorial it worked really nice with de first FMV (the opening) but i just cant work it out with the rest of the FMV. I try the FMV2 and i check at least 10 times the header that i copied which is this one

Code: Select all

fmv2
50534D463030313400000800028F8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004E000000015F900000011E9200000061A800015F90020100000034000000015F900000011E92000001000000220002E000217500000000000000001E110000BD0020040000000000000000000002020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
and then i attached to the fmv just like you said sayde, but the memcoder still gives the error
sorry

sayde
Joined: Mon Feb 09, 2004 4:04 pm
Org Profile

Post by sayde » Sat Apr 05, 2008 6:10 pm

I just tried the header myself and it worked fine. I even used the same exact header you pasted in your post just to make sure.

so the only things I can tell you are the following.

1.) Make sure you're attempting to convert the dumped stream you were supposed to create w/ mplayer's "-dumpvideo" command.

2.) Try using a different command. I personally use

-noskip -o output.avi -of avi \ -ovc raw

paste that^^ into the command line and make 100% sure that the filenames are correct. For example, if the dumped stream is called "stream.dump"then make sure to type the correct location and file name into the commandline. (I like to drag the file into the commandline window just to play it safe.)

In fact my exact method for dealing with command prompt is

1.) drag mencoder.exe into the commandline window
2.) press the spacebar
3.) drag the dumped video stream into the commandline window
4.) press the spacebar
5.) paste the above command (-noskip -o output.avi -of avi \ -ovc raw) into the commandline window
6.) press enter

it should convert so long as you're attempting to convert the dumped video stream and not the .pmf you created straight from winhex. For some reason, mencoder can't convert the video stream when the audio and video to the file are merged together.

teet
Joined: Fri Oct 10, 2003 9:02 pm
Org Profile

Post by teet » Sun Apr 13, 2008 1:40 pm

after dragging the 1st.mpg into winhex the second pt. was to go to file then new,but what i want to know do u hav to type anything in the box that comes up about the size u want the new hex file to be :?:

sayde
Joined: Mon Feb 09, 2004 4:04 pm
Org Profile

Post by sayde » Sun Apr 13, 2008 1:47 pm

type "1" so that the new file consists of only 2 zeros.

teet
Joined: Fri Oct 10, 2003 9:02 pm
Org Profile

Post by teet » Sun Apr 13, 2008 3:10 pm

is it bytes, kb, mb, gb & how big the file the new hex should be when u save.

sayde
Joined: Mon Feb 09, 2004 4:04 pm
Org Profile

Post by sayde » Sun Apr 13, 2008 7:35 pm

it's bytes. (1 byte = 2 zeros)

File sizes depend on how large the fmv is. The new file should be a few bytes larger than the original ripped fmv you're trying to convert.

teet
Joined: Fri Oct 10, 2003 9:02 pm
Org Profile

Post by teet » Tue Apr 15, 2008 4:41 am

now i'm getting an error saying it can't demux or something like that.hey chenci waz this a problem you was getting trying to convert the second fmv.

Hollow Naruto
Joined: Tue Jul 31, 2007 10:16 am
Org Profile

Does anybody know how to rip UMD's on a mac

Post by Hollow Naruto » Wed Apr 30, 2008 4:33 am

Times like this I really wish that i didn't leave my pc back home, anyways i want to rip final fantasy 7 crisis core. I downloaded the .iso file ( since i didnt know how to rip my game) I just dont know how a) the names of the files with the FMV and b) how to rip them using a mac. any help would be greatly appreciated.

pijame_23f
Joined: Thu Sep 06, 2007 3:30 am
Location: norway
Contact:
Org Profile

Post by pijame_23f » Mon May 12, 2008 2:59 am

easy solution for every psp and its fully works.
pmf: video= H264, audio= ATRAC 3 PLUS:

1. with nova extractor2.5, select only mpg(mpg=pmf!) and search iso.
2. extract big mpg files (the small files is not pmf).
3. video decoder H264 is here: http://www.psp-hacks.com/file/536.
4. install video decoder H264.
5. playing in windows media player
6. lanepmfplayer convert mpf to avi.

(i test this metod to all psp game like ffviicc)
but pmf audio is ATRAC3PLUS and i not found this in web.
you found this plugins plz tell me.
Hymn of the Fayth:
Pray, saviour
Dream, Child of Prayer
Forever and ever
Bring us peace

Locked

Return to “Capturing / Ripping Help”