Takeshi's Castle 75 - College Girls Special (1988)

Category
Date
2020-06-05 18:06
Submitter
Seeders
5
Information
No information.
Leechers
0
File size
484.8 MiB
Completed
829
Info hash
bc13bf9c311b0690fa3e3ff6a970393edc47de49
Description

Episode: Takeshi’s Castle 75 Air Date: 15th January 1988 Source: MXC DVD Vol. 4 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,14,6,8,0)
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 75.mkv (484.8 MiB)
Comments — 12

How do you play this? I normally use MPC but it only plays the audio.

Thanks.

Update MPC. Updated versions of MPC-HC and MPC-BE can play this (with updated LAVFilters). (And VLC works too)

I am using the latest stable version.

thx again. if player suggestion is still needed, MPV can be tried. MPV has barebones GUI out of the box so you can try SMPlayer if more comfortable GUI is desired.

Yeah, and also the LAVFilters. Still no luck.

@sameer Thanks for the suggestion, but I would rather not have more than one player. The PC is new, and I have a bad experience with installing a lot of players. This is actually the first time I can't play a video with MPC so, even if I love Takeshi's castle, I don't think it's worth the risk.

I'm using the latest version of MPC-HC, with the latest version of LAVFilters and it works, as well as VLC.

Try VLC or even MPC-BE.

Use Graphedit to see where the filter chain setup is breaking.

mpv is portable, no installation needed everything self contained in single exe

smplayer also has a portable download available.

Thanks a lot, the MPV portable worked.

MPV works for me as well. MPC-HC didn't as others have said. thx