Takeshi’s Castle 1 (1986)

Category:
Date:
2020-06-03 23:43 UTC
Submitter:
Seeders:
5
Information:
No information.
Leechers:
0
File size:
534.3 MiB
Completed:
589
Info hash:
1bfb5af9128a58e720cd6c3b775a13ecdb1c9b23
Episode: Takeshi’s Castle 1 Air Date: 2nd May 1986 Source: MXC DVD Vol. 3 Encoder: 2ndfire Codecs: AV1/Opus CRF: 38 Resolution: 720x540 Framerate: 59.94 (QTGMC bobbed deinterlace) Audio Bitrate: 64k Subtitles: OCR'd Vobsub Commands: (Vapoursynth) ``` video = core.std.Crop(video,[forgot]) video = core.fmtc.bitdepth (video, bits=16) video = haf.QTGMC(video, Preset=‘Slower’, SourceMatch=1, Sharpness=0.2, TR2=2,MatchPreset=‘Slower’,TFF=True,GrainRestore=0,NoiseRestore=0,NoiseTR=2) video = core.fmtc.bitdepth (video, bits=32) video = core.fmtc.resample (video, css=“444”) video = core.fmtc.matrix(video,mat=“601”,col_fam=vs.RGB) video = core.w2xnvk.Waifu2x(video, noise=0, scale=2, model=1, tile_size=180, precision=16) video = core.fmtc.matrix(video,mat=“601”,col_fam=vs.YUV) video = core.fmtc.resample (video, css=“420”) video = core.resize.Spline36(video,width=720,height=540) video = core.fmtc.bitdepth (video, bits=8) ``` ``` ffmpeg -i infile -vcodec libaom-av1 -lag-in-frames 25 -g 900 -crf 38 -cpu-used 2 -row-mt 0 -b:v 0 -auto-alt-ref 1 -vf atadenoise=0a=0.01:0b=0.02:1a=0.01:1b=0.02:2a=0.01:2b=0.02 -an -strict -2 -pass 1 -f null /dev/null ``` ``` ffmpeg -i infile -vcodec libaom-av1 -lag-in-frames 25 -g 900 -crf 38 -cpu-used 2 -row-mt 0 -b:v 0 -auto-alt-ref 1 -vf atadenoise=0a=0.01:0b=0.02:1a=0.01:1b=0.02:2a=0.01:2b=0.02 -acodec libopus -b:a 64k -strict -2 -pass 2 outfile.mkv ```

File list

  • Takeshi's Castle 1.mkv (534.3 MiB)
Thank you so much! Arigatou! I love Takeshi's Castle!

2ndfire (uploader)

User
The only other english subbed Takeshi's Castle episodes I have remaining are 67 and 75.
@2ndfire: Are there more episodes subbed? I have downloaded the few you have uploaded. Everything else is dubbed.

2ndfire (uploader)

User
I am not aware of any subbed episodes other than those subbed for the MXC dvds.
Thanks @2ndfire There is an English or Australian dub DVD of the show. It is different from MXC but it isn't quite to my taste. I am actually interested in what you are doing which is seeing the original show with subtitles. Thanks for your effort.

2ndfire (uploader)

User
Also I'd like to complain that most of the Takeshi's Castle (and MXC) episodes around online are 29.97fps, literally throwing half the frames away for some reason. (It's because properly de-interlacing most things is a black art)
>literally throwing half the frames away for some reason. lol no. that's not what happens.