Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Any way to dump and replace video frames?
11-30-2017, 07:07 AM
Post: #1
Video Any way to dump and replace video frames?
Hi! I've seen around the forum that it used to be possible to dump video frames, but that it was changed so that videos would be avoided. I've also seen that at some point, there used to be an option you could change in the texture.ini for the game to allow you to dump video frames (video = true) but I tested it (only with Persona 3 Portable) and it doesn't seem to work anymore. Sooo, as the title says, is there any way to replace video frames nowadays?

I'm working on a Persona 3 Portable HD Texture Pack, and I would like to try and upscale the opening video.

If the option is not available anymore, where and how can I request it?

Here? ...github.com/hrydgard/ppsspp/pull/8715 (Initial texture replacement support)

Persona 3 Portable HD Texture Pack:
http://forums.ppsspp.org/showthread.php?tid=23509
Find all posts by this user
Quote this message in a reply
11-30-2017, 07:39 AM
Post: #2
RE: Any way to dump and replace video frames?
Frames of some videos can be dumped, but it might not work as you think it would as it still just dumps textures which might not have any actual video frame graphics;p. You can try by adding "video = true" under options in your textures.ini.
Replacing such textures back would not work anyway at least not smoothly since PNG format can't be directly uploaded to GPU as it's image and not a texture and has to be converted first which has a small delay that get's noticeable with higher res.

Better "video replacement" might be problematic as explained by [Unknown] in here.

You can also look into "video aware" shaders, basically another uniform called "u_video" can be used to detect whenever video is playing or not and apply different effect to video than the rest of the game smoothing it out better or in more artistic way than all the other graphics / in-game, but this will also be problematic in some games as "video might be playing" as part of some tiny 2D effect in-game applying the video effect to everything;].

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
11-30-2017, 08:05 AM
Post: #3
RE: Any way to dump and replace video frames?
(11-30-2017 07:39 AM)LunaMoo Wrote:  Frames of some videos can be dumped, but it might not work as you think it would as it still just dumps textures which might not have any actual video frame graphics;p. You can try by adding "video = true" under options in your textures.ini.
Replacing such textures back would not work anyway at least not smoothly since PNG format can't be directly uploaded to GPU as it's image and not a texture and has to be converted first which has a small delay that get's noticeable with higher res.

Ohh, that's a shame Sad I tried to add that line for the intro of Persona 3 Portable before posting here and it didn't dump anything, so I guess it's just not going to be possible :/ And yeah, I guess it just wouldn't work very smoothly anyways :/ But who knows, maybe some day we'll be able to use dds textures, which would solve the lag Big Grin Right? XD

Thanks for the answer!

Persona 3 Portable HD Texture Pack:
http://forums.ppsspp.org/showthread.php?tid=23509
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: