Advertisement
Chronoes

PMFconvert

Jun 9th, 2013
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Decoding, hardsubbing and encoding video and audio from PSP PMF files
  2.  
  3. Required tools: PSP Video-Extractor Converter OR mplayer/mencoder, [Celestial Being] AT3 Converter, Aegisub, VirtualDub, UMD Tools, XviD4PSP
  4.  
  5. Extract video
  6. 1) Open PSP Video-Extractor Converter
  7. 2) Select PMF Video
  8. 3) Save as AVI
  9.  
  10. Secondary option (more reliable, requires mplayer and mencoder in working folder or PATH environment variable)
  11. 1) Open cmd in the folder and run the following commands in succession
  12. 2) mplayer 'filename'.pmf -dumpvideo
  13. 3) mencoder.exe stream.dump -ovc raw -noskip -ofps 29.97 -o 'filename'.avi
  14.  
  15. Extract audio (requires PSP)
  16. 4) Copy [Celestial Being] AT3 Converter to ms0:/PSP/GAME
  17. 5) Copy original PMF to ms0:/PSP/VIDEO
  18. 6) Run PMF/AT3 Converter in PSP under Games
  19. 7) Select Video Files
  20. 8) Select the PMF file
  21. 9) Press SQUARE to convert
  22. 10) Copy the converted .wav from PSP/VIDEO to the working folder
  23.  
  24. Hardsubbing the video
  25. Optional: Aegisub may not recognize the video, so first load up VirtualDub and open the .avi and Save it as AVI with a different name.
  26. 11) Load .avi and .wav to Aegisub and do the subs
  27. 12) Edit .avs file to contain the intended .ass and .avi (the one not used in Aegisub)
  28. 13) Run VirtualDub and open the .avs file
  29. 14) File -> Save as AVI
  30.  
  31. Encoding the video
  32. 15) Open UMDStreamComposer
  33. 16) Create new project with Clip size 1MB and PSP Video format
  34. 17) Select Video Source and Audio Source with the respective files
  35. 18) Run -> Encode + Multiplex
  36. 19) Go to My Documents -> UmdStreamComposer -> MuxWork -> 'project name' -> 00001
  37. 20) Copy the .mps file to MPSTOPMF and run 'Gameboot Converter.bat'
  38.  
  39. Hardsubbed PMF video is now complete!
  40. To test the outcome, copy it to ms0:/PSP/VIDEO and launch the AT3 Converter again, press CIRCLE to play
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement