📜 ⬆️ ⬇️

"The Mystery of the Third Planet" with improved neural networks graphics

I noticed that Habr has an interest in the topic of improving graphics in old games.

I just made a mod graphics for the first gothic .

And recently, I decided by a similar method to improve the graphics in my favorite childhood cartoon -
" The Mystery of the Third Planet ".
')
There are comparison frames .

A lower result:


Tell me whether to do this. Does anyone need this? Or is it better not to touch the classics?

The following technologies were used:


And now a little about how this was done, because we are on} {abre.

We look at the available formats on YouTube

youtube-dl -F https://www.youtube.com/watch?v=

We download the necessary formats (audio and video)

youtube-dl -f 11 https://www.youtube.com/watch?v=

Check the frame rate of the file

ffprobe -v error -select_streams v -of default=noprint_wrappers=1:nokey=1 -show_entries stream=r_frame_rate input.mp4

Storyboard

ffmpeg -i "input.mp4" -start_number 0 -vf fps=25 "convert/capture-%002d.png"

Next, the standard procedure for increasing frames using a neural network.

Bonding from png + audio

Source: https://habr.com/ru/post/449024/


All Articles