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: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
Post Reply 


Messages In This Thread
RE: Any way to dump and replace video frames? - LunaMoo - 11-30-2017 07:39 AM

Forum Jump: