I'm trying to deinterlace a MKV file using QTGMC via AviSnyth and VirtualDub2 but none of the sources (DGDecode_mpeg2source, FFVideoSource, AviSource) work. What should I do?
+ Reply to Thread
Results 1 to 7 of 7
-
-
-
Here is the info for my video:
General
Unique ID : 258353246348045939569265620988127380324 (0xC25D067C7E97E681F2DFF58C715C8364)
Complete name : title00.mkv
Format : Matroska
Format version : Version 2
File size : 5.11 GiB
Duration : 23 min 53 s
Overall bit rate mode : Variable
Overall bit rate : 30.6 Mb/s
Encoded date : UTC 2017-12-12 05:26:37
Writing application : MakeMKV v1.10.8 win(x64-release)
Writing library : libmakemkv v1.10.8 (1.3.5/1.4.7) win(x64-release)
Original source medium : Blu-ray
Video
ID : 1
ID in the original source medi : 4113 (0x1011)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, RefFrames : 4 frames
Format settings, picture struc : Frame
Codec ID : V_MPEG4/ISO/AVC
Duration : 23 min 52 s
Bit rate mode : Variable
Bit rate : 28.3 Mb/s
Maximum bit rate : 40.0 Mb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 (30000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan type, store method : Interleaved fields
Scan order : Top Field First
Bits/(Pixel*Frame) : 0.456
Stream size : 4.72 GiB (92%)
Language : English
Default : No
Forced : No
Audio
ID : 2
ID in the original source medi : 4352 (0x1100)
Format : PCM
Codec ID : A_PCM/INT/LIT
Duration : 23 min 53 s
Bit rate mode : Constant
Bit rate : 2 304 kb/s
Channel(s) : 2 channels
Sampling rate : 48.0 kHz
Frame rate : 30.000 FPS (1600 SPF)
Bit depth : 24 bits
Stream size : 394 MiB (8%)
Title : Stereo
Language : Japanese
Default : Yes
Forced : No
Menu
00:00:00.000 : en:Chapter 01
00:03:11.891 : en:Chapter 02
00:06:54.046 : en:Chapter 03
00:09:25.665 : en:Chapter 04
00:12:03.956 : en:Chapter 05
00:15:20.519 : en:Chapter 06
00:17:06.158 : en:Chapter 07
00:18:30.542 : en:Chapter 08
00:19:04.009 : en:Chapter 09
00:21:43.201 : en:Chapter 10
00:23:51.997 : en:Chapter 11 -
Mpeg2Source and AviSource will not work with MKV files. ffVideoSource should work (unless you haven't installed the source filter). I find LSMASH to be the best option for most files. Download LSMASHSource and install it. Then use LWlibavVideoSource() to open the video, LWlibavAudioSource() to open the audio (if needed).
http://avisynth.nl/index.php/LSMASHSource -
Last edited by Jay123210599; 26th Oct 2023 at 15:17.
-
You can get it here:
http://avisynth.nl/index.php/FFmpegSource
Mpeg2 sources are best opened by DGMpegDec source:
https://www.videohelp.com/software/DGMPGDec
You can use ffmpegsource or lsmash for pretty much everything else. Usually both of those work equally well. Sometimes one or the other doesn't work quite right. The problem is usually quite obvious.
Similar Threads
-
Flickering after deinterlacing with QTGMC
By Sunk in forum Capturing and VCRReplies: 5Last Post: 24th Aug 2023, 11:48 -
file length doubled after deinterlacing with QTGMC
By cornholio1980 in forum DVD RippingReplies: 1Last Post: 18th Mar 2023, 17:34 -
Is there a GUI just for QTGMC deinterlacing that has a queue?
By LaserBones in forum Newbie / General discussionsReplies: 12Last Post: 2nd Jun 2021, 22:05 -
QTGMC motion artifacts/Deinterlacing help
By killerteengohan in forum RestorationReplies: 5Last Post: 2nd Apr 2020, 21:20 -
QTGMC deinterlacing
By Katherine1 in forum RestorationReplies: 2Last Post: 10th Feb 2019, 10:02