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
- without permission
- ffmpeg -framerate 25 -i convert/capture-%002d.png -vb 20M -i audio.webm -vcodec mpeg4 -y "ffmpegtest.mp4"
- with the specified resolution
- ffmpeg -framerate 25 -s 900x720 -i convert/capture-%002d.png -vb 20M -i audio.webm -c:v libx264 -pix_fmt yuv420p -crf 23 -y "ffmpegtest3.mp4"