тна Back to MegaDB Search

ThomasTheSpider | 114 points | Mar 10 2017 02:24:42

[TV] Samurai.Jack.S01.1080p.DVDRip.Waifu2x.x265-KFV | Megalinks MegaDB [TV] Samurai.Jack.S01.1080p.DVDRip.Waifu2x.x265-KFV

I have been working through a number of animated tv shows which are not available in HD using Waifu2x to upscale to 1080p from the original VOB files.

Here is Season 1 of Samurai Jack.

https://mega.nz/#F!ZV4WQLgK

Key: !_7D8QIGPYlSat-iIofbFYQ

Gfycat example: https://gfycat.com/WeakLawfulChicken

permalink


[-] [deleted] | 7 points | Mar 10 2017 04:03:01

[deleted]

permalink

[-] ThomasTheSpider | 18 points | Mar 10 2017 10:17:12

I am having ffmpeg create pngs of every frame via batch file then using gpu accelerated waifu2x to upscale to 1080. Then another batch file to convert the unscaled pngs to x265. I've also been working on Futurama and Boondocks which I will also upload.

permalink

[-] 0oomph | 1 points | Mar 10 2017 15:33:40

That sounds awesome thx for sharing

permalink

[-] gaycocksinmyass | 1 points | Mar 12 2017 05:30:08

Are you using the waifu2x-caffe method?

permalink

[-] ThomasTheSpider | 2 points | Mar 12 2017 05:34:16

Yes I am

permalink

[-] Xplic1T | 2 points | Mar 14 2017 03:00:23

no love for the openCL peeps ...

permalink

[-] LightNessITA | 1 points | Jun 04 2017 20:04:27

don't you lose quality upscaling it?

permalink

[-] ThomasTheSpider | 11 points | Mar 17 2017 02:01:25

Waifu2x Tutorial | Megalinks MegaDB Waifu2x Tutorial

Initial Setup

  1. Download waifu2x-caffe https://github.com/lltcggie/waifu2x-caffe/releases and extract.
  2. Download Nvidia Cuda Toolkit https://developer.nvidia.com/cuda-toolkit and install.
  3. Download Nvidia cuDNN (you will need to register an account to get this) https://developer.nvidia.com/cudnn and install, copy cudnn64_5.dll to Waifu2x-caffe folder.
  4. Download a recent copy of ffmpeg.exe https://sourceforge.net/projects/ffmpeg4windows/ put this in the same folder as where you'll be working.

Episode Conversion

  1. Extract each episode to an individual vob file, from DVDs or ISOs use DVD Decrypter in IFO mode. Depending on the source each episode may already be an individual VOB which can be copied directly.
  2. Extract pngs of each frame of the episodes, here is some example batch files:
    Non-Cropped NTSC Source

    for %%a in (.vob) do ffmpeg.exe -i %%a -an -sws_flags spline -vf "pullup,fps=24000/1001,scale=720:540" %~dp0png\%%a_out_%%05d.png to crop source add this before scale= and adjust as needed 'crop=708:480:7:0'*

  3. Convert audio to Opus (or other codec of your choice), depending on the order of the audio streams you will need to change the map number also if source is 5.1 I would suggest changing bitrate from 128000 to 224000:

    for %%a in (.vob) do ffmpeg.exe -i %%a -map 0:4 -acodec libopus -b:a 128000 "%%a.opus"
    for %%a in (
    .vob) do ffmpeg.exe -i %%a -map 0:5 -acodec libopus -b:a 80000 "%%a_commentary.opus"

  4. Run waifu2x-caffe.exe, select folder with source pngs created in Step 2. Personally I use Denoise Level 2 and Magnify of 2x http://imgur.com/a/EE7pA

  5. Output folder will contain the upscaled pngs, move each episodes pngs to it's own folder, move the audio files created in step 3 into this folder then use the following batch file to convert updating ep= to be the same as the start of the file names, if no commentary then remove the -i for that and the 3rd -map entry:

    SET ep=101
    ffmpeg.exe -framerate 24000/1001 -i %ep%.VOB_out_%%05d.png -i %ep%.VOB.opus -i %ep%.VOB_commentary.opus -map 0:v:0 -map 1:a:0 -map 2:a:0 -c:v libx265 -preset medium -crf 23 -pix_fmt yuv420p -c:a copy %ep%.mkv

permalink

[-] SSpecies8472 | 1 points | Mar 10 2017 19:58:17

There is a waifu2x plugin for Avisynth, which is a video frameserver that uses scripts to edit/alter video. There is another plugin called nnedi3 that gives similar results. Unfortunately neither of these is GPU accelerated.

permalink

[-] LokenBerries | 6 points | Mar 10 2017 08:32:14

This is amazing! Please do the rest of the seasons :)

permalink

[-] ThomasTheSpider | 21 points | Mar 10 2017 10:13:55

I'm working on it, just takes awhile to make these - about 80 hours per season

permalink

[-] LokenBerries | 6 points | Mar 10 2017 10:28:29

You're fantastic - really appreciated :)

permalink

[-] iaxeuanswer | 3 points | Mar 10 2017 12:25:22

Appreciate your time

permalink

[-] danque | 2 points | Mar 10 2017 15:03:30

RemindMe! In 1 month about ThomasTheSpider

permalink

[-] PM_ME_CUTE_SNEKS | 1 points | Mar 14 2017 15:50:20

These are pretty awesome, definitely replacing my old Samurai Jack files with these new ones.

permalink

[-] kaloyn | 1 points | Apr 12 2017 15:41:55

Any updates on the second season? :)

permalink

[-] ThomasTheSpider | 2 points | Mar 17 2017 01:05:53

Season 2 episodes 1-7 are now in the above Mega link.

permalink

[-] LokenBerries | 1 points | Mar 17 2017 08:55:28

Top man - tyvm :)

permalink

[-] [deleted] | 5 points | Mar 10 2017 10:12:51

[deleted]

permalink

[-] MissionCo | 2 points | Mar 10 2017 15:04:50

I'll link /r/RemasteringATLA but it looks like they only have a torrent link now. I did see someone mention a Mega link, so it might be in there somewhere

permalink

[-] PricelessPersuader | 1 points | Mar 10 2017 20:06:26

https://www.reddit.com/r/megalinks/comments/5j0my0/tv/

permalink

[-] lulgate | 0 points | Mar 10 2017 12:47:26

[-] ThomasTheSpider | 4 points | May 20 2017 10:47:22

First 5 episodes of Season 3 are now up.

permalink

[-] RaynSideways | 1 points | May 21 2017 13:30:26

I notice you've also got season 5 up there. Are you planning to add episode 10 when it's available?

Just wanted to check. I live on university network and can't torrent, so your 1080p uploads are a godsend lol

permalink

[-] ThomasTheSpider | 2 points | May 21 2017 22:16:31

Yes once I have a 1080p of S05E10 I will upload it as I want this to eventually be a complete Samurai Jack 1080p pack.

permalink

[-] RaynSideways | 1 points | May 21 2017 23:36:38

Thank you! I've been downloading the older episodes as they pop up. They look fantastic.

permalink

[-] ultratehe | 1 points | May 25 2017 21:57:14

Firstly, youre a legend and we all thank you. Also, are you going to be posting season 4 anytime soon ?

permalink

[-] ThomasTheSpider | 1 points | May 25 2017 22:03:46

Season 4 will start going up today. Episodes 1 & 2 have just finished encoding.

permalink

[-] th3rick_c137 | 3 points | Mar 11 2017 14:20:50

Any chance of doing Daria?

permalink

[-] ThomasTheSpider | 3 points | Mar 27 2017 03:59:05

Season 2 is complete now, same link as above.

permalink

[-] basicfront | 2 points | Mar 28 2017 05:44:26

you seriously rock man

permalink

[-] blarg2003 | 1 points | Mar 31 2017 22:49:47

Thank you.

permalink

[-] StickmanSham | 1 points | Apr 09 2017 22:37:21

Any progress on season 3?

permalink

[-] ThomasTheSpider | 2 points | Apr 10 2017 00:13:23

My PSU died recently, I haven't started doing these upscales again until I confirm they didn't cause it so won't be back to full steam for at least another week.

permalink

[-] PowerBen10 | 3 points | Apr 25 2017 05:34:51

ThomasTheSpider Can you make He-Man and the Masters of The Universe (2002) into 1080p????

I've downloaded the DVDrip version while ago and It was in widescreen but not High-Definition!!! It will be Awesome if you make He-man (2002) into a Blu-ray quality !!!

permalink

[-] Heatermania | 2 points | Apr 30 2017 03:09:46

I absolutely second this. And the 80s Transformers, which I have just recently tracked down a VOB torrent of...

permalink

[-] IXIELCHINGONIXI | 2 points | Mar 10 2017 06:50:55

Is there a guide on what you do? I really want to upscale the Goofy Movie.

permalink

[-] ThomasTheSpider | 1 points | Mar 17 2017 02:01:41

https://www.reddit.com/r/megalinks/comments/5yjiid/tv_samuraijacks011080pdvdripwaifu2xx265kfv/df194gg/

permalink

[-] tehboogieman | 1 points | Mar 10 2017 03:44:51

Wow, that looks gorgeous!

permalink

[-] KamiNo0toko | 1 points | Mar 10 2017 03:46:24

Yes!!!! You sir! Are a saint!!!!!!

permalink

[-] MJtheMC | 1 points | Mar 10 2017 04:48:00

This is great! More seasons? Maybe Hey Arnold in 1080p? ;p

permalink

[-] iaxeuanswer | 1 points | Mar 10 2017 05:55:03

More pls

permalink

[-] basicfront | 1 points | Mar 10 2017 08:59:40

nice! hoping that since the new season starts saturday maybe theyll eventually release nice "hd remastered" versions of the first 4 seasons

permalink

[-] kittywar | 1 points | Mar 10 2017 09:34:27

Could you please please upload also the x264 version?? Please?? Thanks anyway!!

permalink

[-] ahmed-ar | 1 points | Mar 10 2017 13:47:01

wow that's amazing

can't wait for the rest thanks :)

permalink

[-] decipha7721 | 1 points | Mar 10 2017 15:27:22

Thanks man.

permalink

[-] asim_riz | 1 points | Mar 10 2017 19:22:40

Thank you Sir !

permalink

[-] CesiumRain | 1 points | Mar 10 2017 22:33:16

Is it just me or are episodes 2 and 3 of season 1 missing? Great upload BTW.

edit: never mind, didn't realize they were all stitched together.

permalink

[-] ThomasTheSpider | 6 points | Mar 12 2017 05:36:29

I used the movie source for the first 3 episodes as it has 5.1 sound unlike the season 1 DVDs so yes they are stitched together

permalink

[-] Avalor2 | 1 points | Mar 18 2017 13:49:42

anyone know how i can convert this to play the audio? trying to watch it on my TV

permalink

[-] B-Legit | 1 points | Mar 19 2017 09:12:53

This is amazing! Just when I wanted to rewatch the original four seasons before diving into the new season 5.

permalink

[-] blarg2003 | 1 points | Mar 22 2017 18:07:35

Hope you do some more episodes. Thanks.

permalink

[-] AB1908 | 1 points | Mar 31 2017 22:38:10

Uh, use upscaling playback filters instead of upscaling the video itself? Saves space? I don't really see what there is to gain simply by upscaling.

permalink

[-] TheFoxEyedMan | 1 points | Apr 05 2017 12:45:36

How much longer do you think it will take? I'm waiting for this project to be done before I watch season 5.

permalink

[-] Jhyxe | 1 points | Apr 24 2017 21:31:50

waoh this is awesome...

permalink

[-] 12mo | 1 points | May 07 2017 12:37:55

Hey, can you release a clean DVDrip, no upscaling?

permalink

[-] doominabox1 | 1 points | May 07 2017 19:21:38

Do you happen to have seasons 3 and 4?

permalink

[-] Sirwoofish | 1 points | May 09 2017 02:59:24

The first episode has no volume? anyone else experiencing the same thing?

permalink

[-] seifus | 1 points | May 23 2017 03:38:57

Amazing!!

Are you planning on doing Season 4 as well?

permalink

[-] ThomasTheSpider | 3 points | May 26 2017 06:14:34

Yes the first couple of episodes are up now.

permalink

[-] seifus | 2 points | May 28 2017 16:22:48

Amazing. Thanks again for all your hard work!

permalink

[-] paulo77 | 1 points | May 26 2017 13:53:51

where can i find the season 3 episodes that are already up?

permalink

[-] ThomasTheSpider | 2 points | May 26 2017 21:15:28

From the original post link with the other episodes

permalink

[-] DeathByKoopa | 1 points | Jun 20 2017 02:13:31

Whenever I download the first three episodes (The Premiere Movie), the video has no sound? All the other episodes work though. I've tried it as a standard download and a zip

permalink

[-] XP1 | 1 points | Jul 13 2017 01:46:38

Did you know that someone else did this too? Or are you the same person?

https://www.reddit.com/r/RemasterSamuraiJack/comments/6c66i6/samurai_jack_seasons_14_in_1080p/

permalink