This is the entire Takeshi's Castle DVD Part 1 (風雲!たけし城 DVD其ノ壱) deinterlaced properly and encoded to AV1.
Included is:
Takeshi's Castle 100 - Fighting Spirit Award Winners
Takeshi's Castle - Compilation of Fighting Spirit Award Winners + Extra
Takeshi's Castle - Female College Student Tournament (Compilation of episodes 75,96,124)
Takeshi's Castle - Foreigner Tournament (Compilation of episodes 12,83,110)
Takeshi's Castle - Struggle of the Takeshi Guards
Takeshi's Castle 95 - Black Belt Rank Holder Tournament
Takeshi's Castle - Parent-Child Tournament (Compilation of 13,42,56,78)
Takeshi's Castle - Attraction Collection
Takeshi's Castle - Game Listing
Takeshi's Castle 17 - Takeshi Troops Greatest Military Strategy in History
More are available here: https://nyaa.iss.one/user/2ndfire?f=0&c=0_0&q=takeshi
This episode 100 torrent is included: https://nyaa.iss.one/view/1250157
Source: Takeshi’s Castle Vol. 1
Encoder: 2ndfire
Codecs: AV1/Opus
CRF: 35/38
Resolution: 720x540
Framerate: 59.94 (QTGMC bobbed deinterlace)
Audio Bitrate: 64k
Disc 1 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
```
Disc 2+3 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=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.Spline64(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 3 -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 3 -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
```
Comments - 4
2ndfire (uploader)
JasonALMS2010
JasonALMS2010
xtreme1