Included in this batch: https://nyaa.iss.one/view/1257283
No subs unfortunately. Short (26:45) edited dvd version of episode 100 ("Fighting Spirit Award Winners Special") + an (1hr 14min) Extra compilation of Fighting Spirit award winners from other episodes, and some skits.
These were together as one vob on the DVD.
"Fighting Spirit Award Winner" was a (100K Yen (~$1K)) prize given to contestants who either gave their best effort or were highly amusing. Episode 100 is people who earned it previously all being called back together for an episode. The Extra is random people winning the award (at least at the beginning?).
Episode: Takeshi’s Castle 100 + Extra
Air Date: 5th August 1988 (not including Extra)
Source: Takeshi's Castle Vol. 1 DVD 1
Encoder: 2ndfire
Codecs: AV1/Opus
CRF: 35
Resolution: 720x540
Framerate: 59.94 (QTGMC bobbed deinterlace)
Audio Bitrate: 64k
Subtitles: OCR'd Vobsub
Commands:
(Vapoursynth)
```
video = core.std.Crop(video,forgot settings)
video = core.fmtc.bitdepth (video, bits=16)
video = haf.QTGMC(video, Preset=‘Slower’, SourceMatch=1, Sharpness=0.2, TR2=3,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=1, 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 35 -cpu-used 2 -row-mt 0 -b:v 0 -auto-alt-ref 1 -an -strict -2 -pass 1 -f null /dev/null
```
```
ffmpeg -i infile -vcodec libaom-av1 -lag-in-frames 25 -g 900 -crf 35 -cpu-used 2 -row-mt 0 -b:v 0 -auto-alt-ref 1 -acodec libopus -b:a 64k -strict -2 -pass 2 outfile.mkv
```
Comments - 4
ninjacloud
urokugaeshi
2ndfire (uploader)
sameer