Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Forum Support

    3. Suggestions

Is there a way to enhance a old movie like you can with old game's textures?


MrQuiche
 Share

Recommended Posts

Hi,

 

I would like to enhance the movie Police Story 1 released in 1985 (image quality wise, the current resolution is 720*400), is there a program or a way to do it?

Serious answers are greatly appreciated.

  • Like 2
Link to comment
Share on other sites

Not really, you can technically upscale it but don't expect any great results. It'd be easier just to get a Bluray version of the movie.

  • Like 2

74cXSsx.png

Link to comment
Share on other sites

The only way you can do that would be if you had the actual film that it was shot on. Since film has no pixels, it can be scanned to higher resolutions without quality loss. But that's not something an every day person is able to do. So short answer is no you can't do it.

Link to comment
Share on other sites

Night Machine

Just get it on Bluray, all the old movies I've gotten so far look fantastic in that format and are not much more than the DVD version.  If you have an XB1 or PS4 you can play them on there. 

Link to comment
Share on other sites

  • 3 weeks later...

I've never seen an old game whose textures have been truly enhanced, not even by the original developer.

 

On 5/9/2019 at 9:16 AM, Night Machine said:

Just get it on Bluray, all the old movies I've gotten so far look fantastic in that format and are not much more than the DVD version.

Yeah--over several years I picked up Blu-rays at Half Price Books or during sales online, with an average price per movie of ~$6.50 USD. One problem is the lack of availability of specific movies in Blu-ray format. I actually haven't checked in a while, but I was always surprised at how many relatively popular movies were still only available on DVD.

 

Of course, Star Wars is a "relatively popular" movie, and yet as of now, the only genuine, unadulterated, un-Lucased copy I have is VHS. Which I might actually watch if I had a VCR.

 

But no--there is no way to do what you ask in the way that you ask, as movies do not contain discrete elements that can be removed and replaced, like a game's textures.

Edited by Dryspace
Link to comment
Share on other sites

LazlowsucksiloveslutS

There is a program called Splash Pro. Its motion2 post processing makes old rhings look anew. I use it to watxh my childhood favorites such as Wa,ker Texas Ranger, Highlander and Renegade.

 

There is also a Smooth Video Project, SVP for short - worth trying out.

 

 

  • Like 2
Link to comment
Share on other sites

  • 2 weeks later...
BS_BlackScout
On 5/4/2019 at 2:30 PM, MrQuiche said:

Hi,

 

I would like to enhance the movie Police Story 1 released in 1985 (image quality wise, the current resolution is 720*400), is there a program or a way to do it?

Serious answers are greatly appreciated.

Whoever said no is wrong (in a way) and yes I am reviving a thread from May.
OK. I'll give you the brief but not so brief explanation because this could go on forever.

 

There are Neural Networks nowadays that are capable of upscaling game textures (and images) by hallucinating some details. I am fairly sure a lot of people have heard about them before.
So, the most used algorithm is ESRGAN. There are dozens of models based on ESRGAN that are capable of upscaling different sorts of images, not just game textures.

 

With that said, you should be able to use ESRGAN as a way to process the frames from this movie and improve the video quality *YMMV*.

 

The first step is to get the basic ESRGAN script running on your PC. (and the required libraries and programs (Python n some other stuff))
The second step is to join a subreddit called /r/gameupscale and their Discord. You'll find dozens of models and a wiki. In the discord there will be some programs, one being "Crop Upscale Merge" which immensely simplifies the task.
The third step is, with probably a little bit of effort or "asking around" find a way or a script that is capable of extracting all of the frames (and the audio track) from said movie. FFMpeg is capable of doing that but it doesn't have an UI (It's CLI, console line interface). You'll have to Google a bit to understand its syntax. (It has a help command too)

The fourth step is to process an example frame and find a model that seems to generally work well with that movie. You should also ask around to see if someone has tried anything similar.
The fifth step is to process all the frames you've extracted with the tools that seem the best or scripts or help that you've got. I've done this myself with Crop Upscale Merge to remove compression from a video-game intro.

The sixth step is to reassemble the video out of those frames, together with the audio track. (FFMpeg does that, or whatever script is out there that I am not aware of)

 

You'd be done. I know that was a very sh*tty explanation but it's totally possible. I've done it myself since I was playing around with those NNs for quite some time. Now that the community has gotten together and there are better tools it should be easier.

 

*Perhaps there is a script to do all the processing and extraction and reassembling that I'm just not aware of, but still.
 

Useful information for later:
If the source is too compressed, run the JPEG models on the frames before trying to upscale anything. It will help a f*ckton.

Edited by BlackScout
Link to comment
Share on other sites

13 hours ago, BlackScout said:

Whoever said no is wrong (in a way) and yes I am reviving a thread from May.

Don't worry--this thread was never dead to begin with! It's just a newborn, and was only sleeping. 👶

 

Do you have any examples of your results with this process? I admit that I wouldn't expect anything impressive from these methods, at least from what I know of them, but I am willing to change my mind. One thing to keep in mind, though, is that such processes can add information to an image, but they can never make an image more accurate. Regarding photography, they can potentially represent what one might have seen, but not what one would have seen.

Link to comment
Share on other sites

Dryspace speaks the truth.

 

Moreover, there are a myriad of factors which make generating a coherent texture image in this manner for a video game or photograph enormously different from doing so with a film.

 

For games, the neural network can use components of a 3D model, or the mip, normal, transparency, diffuse or bump maps to "learn" what an image "looks" like. That's what enables them to add predictive detail in an accurate way (though still creating a texture significantly worse than a well-versed skinner will be able to create manually).

 

Similarly, use of neural networks to create detailed or add detail to still images are definitely in their infancy and highly reliant on both the availability of comparable images to "learn" detail from, and a decently high-resolution still image to begin with. 

 

People have experimented with Pix2Pix and TensorFlow for this purpose. The output tends to be a bit...odd:

 

https://hackernoon.com/remastering-classic-films-in-tensorflow-with-pix2pix-f4d551fa0503

 

In these gifs (middle), the outer components of the image (IE the extension from 4:3 to 16:9) are rendered via a Neural Network. Top is original B+W 4:3, bottom is genuine professional 16:9 remaster.

 

1*YCGOolQbd8w7nKCHji57Vw.gif

1*2S4YLLRBWggl0g685v3WTA.gif

 

For it to work, the network needs to be trained on comparable source material too.

Untitled-1.jpg
AMD Ryzen 5900X (4.65GHz All-Core PBO2) | Gigabye X570S Pro | 32GB G-Skill Trident Z RGB 3600MHz CL16

EK-Quantum Reflection D5 | XSPC D5 PWM | TechN/Heatkiller Blocks | HardwareLabs GTS & GTX 360 Radiators
Corsair AX750 | Lian Li PC-O11 Dynamic XL | EVGA GeForce RTX2080 XC @2055MHz | Sabrant Rocket Plus 1TB
Sabrant Rocket 2TB | Samsung 970 Evo 1TB | 2x ASUS ROG Swift PG279Q | Q Acoustics 2010i | Sabaj A4

Link to comment
Share on other sites

  • 2 weeks later...
On 6/16/2019 at 8:28 AM, BlackScout said:

Whoever said no is wrong (in a way) and yes I am reviving a thread from May.
OK. I'll give you the brief but not so brief explanation because this could go on forever.

 

There are Neural Networks nowadays that are capable of upscaling game textures (and images) by hallucinating some details. I am fairly sure a lot of people have heard about them before.
So, the most used algorithm is ESRGAN. There are dozens of models based on ESRGAN that are capable of upscaling different sorts of images, not just game textures.

 

With that said, you should be able to use ESRGAN as a way to process the frames from this movie and improve the video quality *YMMV*.

 

The first step is to get the basic ESRGAN script running on your PC. (and the required libraries and programs (Python n some other stuff))
The second step is to join a subreddit called /r/gameupscale and their Discord. You'll find dozens of models and a wiki. In the discord there will be some programs, one being "Crop Upscale Merge" which immensely simplifies the task.
The third step is, with probably a little bit of effort or "asking around" find a way or a script that is capable of extracting all of the frames (and the audio track) from said movie. FFMpeg is capable of doing that but it doesn't have an UI (It's CLI, console line interface). You'll have to Google a bit to understand its syntax. (It has a help command too)

The fourth step is to process an example frame and find a model that seems to generally work well with that movie. You should also ask around to see if someone has tried anything similar.
The fifth step is to process all the frames you've extracted with the tools that seem the best or scripts or help that you've got. I've done this myself with Crop Upscale Merge to remove compression from a video-game intro.

The sixth step is to reassemble the video out of those frames, together with the audio track. (FFMpeg does that, or whatever script is out there that I am not aware of)

 

You'd be done. I know that was a very sh*tty explanation but it's totally possible. I've done it myself since I was playing around with those NNs for quite some time. Now that the community has gotten together and there are better tools it should be easier.

 

*Perhaps there is a script to do all the processing and extraction and reassembling that I'm just not aware of, but still.
 

Useful information for later:
If the source is too compressed, run the JPEG models on the frames before trying to upscale anything. It will help a f*ckton.

I think I have been reading that in old movies they used two kind of film rolls and one of them didn't got relased (the best one) Is that correct? My memory aren't the best 😂.. I hope you get my explanation aswell. 

 

Btw, another question. 

Why is AI required improve picture better? (I don't know the tech behind) I mean in Photoshop there are alot of other things that seems as powefull. Dosen't it work to fill the pixels and smoothen them? 

(like I said don't know the tech about picturs and PS etc) 

Or does it depends on that the reslut won't get great enough? 
 

Edited by yoječ
Sorry for the post messed up. But dosen't work to remove spoiler on phone and not even be able to write in my post any more after edit ....
Link to comment
Share on other sites

In answering the OP question though, it's $30 in Walmart right now for 1 and 2 on Blu Ray, much simpler.

Link to comment
Share on other sites

On 6/25/2019 at 12:56 PM, Syrens said:

In answering the OP question though, it's $30 in Walmart right now for 1 and 2 on Blu Ray, much simpler.

I know but it's an edition with new french voices (lost some of the best lines) and with added scenes that were cut. I tried to put the audio track on the remaster video track but it's way too hard and i don't have the time to cut all the scenes that were added.

Link to comment
Share on other sites

That reminds me, I was really disappointed that the Blu-ray release of Hellboy was the Director's Cut version only. It was the original cut on DVD that I fell in love with, and the Blu-ray version has a lot of extra scenes that do nothing for the story.

 

As a musician, I've done a lot of work with non-linear editing software. Is there a free video/movie editing program that would allow me to edit the Blu-ray myself? I wouldn't want to spend a lot of money for just a single project. Of course, I would have to purchase a Blu-ray drive so that I could rip it in the first place.....I've never done that before... *sigh* It's probably not worth messing with, lol

Edited by Dryspace
Link to comment
Share on other sites

On 6/29/2019 at 3:35 PM, MrQuiche said:

I know but it's an edition with new french voices (lost some of the best lines) and with added scenes that were cut. I tried to put the audio track on the remaster video track but it's way too hard and i don't have the time to cut all the scenes that were added.

Well no offence, but if you don't have the time to put the audio over the new remaster, then I doubt you've got the time to "Hi Def" the OG video.  I would say cut your losses and have the original or get the remastered blu ray and accept some's changed dude.

Link to comment
Share on other sites

On 6/25/2019 at 12:49 AM, Davve95 said:

Why is AI required improve picture better? (I don't know the tech behind) I mean in Photoshop there are alot of other things that seems as powefull. Dosen't it work to fill the pixels and smoothen them? 

Because even with Photoshop, there are a lot of things that just aren't done automatically, but are rather done by a human with Photoshop as a tool.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.