I have an dvdrip (video_ts folder, ifo, bup, vob files..) that i tried to make a mkv out of using mkvtoolnix gui, but the result is interlaced, basically i want to deinterlace it without losing quality in the process, the source is 720x480 29.970 (checked using mediainfo), all the movie files in total give a size of 6,42 GB.
As i'm very new to working with encoding & all this stuff i'm not sure what software should i use, i tried looking up some guides for x264/x265 encoding with handbrake but i'm not sure if this will damage the quality in some way or if is there a better way to solve this problem.
Also, if encoding is the case (i was looking up some guides for x264 as there is more info easily available online) can "--qp 0" option increase the original file size or just preserve it? + are the advanced options in handbrake really needed for making quality encodings or it's more for fine tuning the desired size?
If anyone can help or point me in a guide, thanks in advance.
+ Reply to Thread
Results 1 to 25 of 25
-
-
Quality is always reduced when re-encoding and de-interlacing - although if you're careful, you can reduce
the damage.
To make an MKV out of the video_ts folder you should probably mount it in Windows then run MakeMKV
That way you keep the original quality, then allow it to be deinterlaced (or IVTC'd) during playback -
The thing is, i can't have it deinterlace on playback, for my purpose, i need to deinterlace it. I would like some insight on how to do so, while losing very little quality, for the case i need handbrake, does anyone have any tips? For example, which filter should i use (decomb, yadif) and with which preset (bob, etc..)
Couldn't figure out on how to use DGIndex so i used avidemux to cut it (i put the movie together with makemkv using the video_ts folder) -
-
Dave, your first image show Deinterlace off. Dopethrone wants the output to be deinterlaced.
Shouldn't the Deinterlace be set to on? -
-
Should i be worried with 'duplicate frames'? how do i know if the output will have that?
-
Detelecine + lowering the framerate down to 23.976 seems to get rid of the problem, does anyone know why is this the case? i have some other raw dvdrips that suffer from the same exact problem, now at least i know how to solve it.
The source i'm working on is 29.970 NTSC, will 23.976 + detelecine never produce any duplicate frames? just so i'm sure, because i've gone through some frames of the sample after encoding to check and didn't found any (but i didn't go through it's entirety though) -
Not if it was telecined properly in the first place. To check, open a VOB in VDub2. Scroll to a place with steady movement. Advance a frame at a time. If you see the telltale 3 progressive/2 interlaced in every 5-frame cycle, it's been telecined and can be IVTC'd. However there's not a chance I'd ever use Handbrake for anything at all. I'd suggest using the TIVTC filter within AviSynth.
-
I need a d2v file? sorry but what exactly is that and how do i get one so i can use the filter
-
First use DgIndex (included int the TIVTC package for AviSynth) to build the m2v file from your VOB file(s). Then use Mpeg2Source() in your script to load the video (as in the sample).
https://avisynth.nl/index.php/TIVTC
Is it only me or has the avisynth.nl site been down for the last few weeks?
I guess the ru site is still working:
http://avisynth.org.ru/docs/english/externalfilters/tivtc.htm -
Thanks. Neither works here. I get:
[Attachment 63458 - Click to enlarge]
I just checked with Firefox on my smartphone. It's working there. It must be something in all my Firefox/NoScript/UblockOrigin/hosts security/privacy settings. -
A slight correction:
First use DgIndex (included in the DGMPGDec package for AviSynth) to build the D2V file from your VOB file(s).
Read the docs included in that DGMPGDec package as they're among the best at explaining how to get started using AviSynth. And read the 'New To Avisynth' information on the main AviSynth page.Last edited by manono; 19th Feb 2022 at 15:11.
Similar Threads
-
Best way to reduce DVD artifacts while preserving details?
By GlitchBob in forum RestorationReplies: 12Last Post: 2nd Jun 2021, 01:18 -
Source quality vs output quality for MP4 conversions
By inlist in forum Video ConversionReplies: 14Last Post: 12th Nov 2019, 15:13 -
The output quality is worse than the source in Premiere
By DunnoNo in forum Newbie / General discussionsReplies: 12Last Post: 21st Dec 2018, 16:54 -
best quality playback and capture for preserving PAL Hi8 camcorder footage?
By HuBanfiT in forum Capturing and VCRReplies: 13Last Post: 29th Jul 2018, 22:24 -
Joining, deinterlacing, and encoding MOD source files to progressive h264
By nicholasserra in forum Video ConversionReplies: 45Last Post: 5th Dec 2017, 12:41