Lathe
3rd November 2016, 06:45
Short and sweet... Is MeGUI good to use for analyzing video to determine how it is encoded? (Telecine, Interlace, etc...)
Here is the one I'm working on: http://lathe-of-heaven.com/rmn.mkv
Here is the analysis by MeGUI:
http://lathe-of-heaven.com/megui.gif
So, with that 'PARTIALLY FILM' flagged, I'm guessing this is yet another one of these weird encodes. So, is it right; should I use it to decide or at least as a guide as to what script to use to process it?
It LOOKS like it is saying that it needs TIVTC interlacing. Of course I can look that up and see how it applies. But, if it is 'Partially Film', then is just straight deinterlacing going to be correct?
MediaInfo also says that it is interlaced and BFF. But, it also says that about DVDs that just need straight IVTC, so....?
Here is the script that it is suggesting:
LoadPlugin("D:\EXECUTABLES\MeGUI_2624_x86\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("C:\x\Remember My Name\00000.mkv")
LoadPlugin("D:\EXECUTABLES\MeGUI_2624_x86\tools\avisynth_plugin\TIVTC.dll")
tfm(order=0).tdecimate(hybrid=1)
#crop
LanczosResize(656,480) # Lanczos (Sharp)
#denoise
One thing that SEEMS nice, is that all the Avisynth script, plugins, etc. are internal to this program. So, I don't have to spend what is left of my Golden Years frigg'n trying to piece together all these moving parts that are SUPPOSED to work. So, from that standpoint, at least as a starting place and guide, that sure SOUNDS a hell of a lot easier...
Oh, BTW, I have NO bloody idea what LSMASH is, but after I clicked on it, it began processing the video; I have absolutely NO clue as to what it is doing... I don't understand the Resize either. Why is it even necessary to resize it? When I processed the file and had to render them to BDMV folders, I did have to add borders and/or resize it (to 720) The parameters don't seem to make sense. It says 'crop', but I don't see any cropping in the script.
Anyway, I can look up all the MeGUI stuff and figure it out, but I just wanted to know if the interface should be used as an analysis guide primarly as to what kind of encode it is...
I WILL say that I clicked on the 'Preview' button and I don't know if it is showing me what it will look like after applying that script, but it looks pretty dang good! A LOT better than the other files that I was messing around with and this one looked REALLY soft to start with. Is that how it will turn out then? WOW! I'm stepping through frame by frame and EVERY one looks really sharp and great. That is NOT how the frames look on the raw footage though, I'll tell you.
Here is the one I'm working on: http://lathe-of-heaven.com/rmn.mkv
Here is the analysis by MeGUI:
http://lathe-of-heaven.com/megui.gif
So, with that 'PARTIALLY FILM' flagged, I'm guessing this is yet another one of these weird encodes. So, is it right; should I use it to decide or at least as a guide as to what script to use to process it?
It LOOKS like it is saying that it needs TIVTC interlacing. Of course I can look that up and see how it applies. But, if it is 'Partially Film', then is just straight deinterlacing going to be correct?
MediaInfo also says that it is interlaced and BFF. But, it also says that about DVDs that just need straight IVTC, so....?
Here is the script that it is suggesting:
LoadPlugin("D:\EXECUTABLES\MeGUI_2624_x86\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("C:\x\Remember My Name\00000.mkv")
LoadPlugin("D:\EXECUTABLES\MeGUI_2624_x86\tools\avisynth_plugin\TIVTC.dll")
tfm(order=0).tdecimate(hybrid=1)
#crop
LanczosResize(656,480) # Lanczos (Sharp)
#denoise
One thing that SEEMS nice, is that all the Avisynth script, plugins, etc. are internal to this program. So, I don't have to spend what is left of my Golden Years frigg'n trying to piece together all these moving parts that are SUPPOSED to work. So, from that standpoint, at least as a starting place and guide, that sure SOUNDS a hell of a lot easier...
Oh, BTW, I have NO bloody idea what LSMASH is, but after I clicked on it, it began processing the video; I have absolutely NO clue as to what it is doing... I don't understand the Resize either. Why is it even necessary to resize it? When I processed the file and had to render them to BDMV folders, I did have to add borders and/or resize it (to 720) The parameters don't seem to make sense. It says 'crop', but I don't see any cropping in the script.
Anyway, I can look up all the MeGUI stuff and figure it out, but I just wanted to know if the interface should be used as an analysis guide primarly as to what kind of encode it is...
I WILL say that I clicked on the 'Preview' button and I don't know if it is showing me what it will look like after applying that script, but it looks pretty dang good! A LOT better than the other files that I was messing around with and this one looked REALLY soft to start with. Is that how it will turn out then? WOW! I'm stepping through frame by frame and EVERY one looks really sharp and great. That is NOT how the frames look on the raw footage though, I'll tell you.