dutchMasta
20th July 2010, 05:41
Hi all,
Encoding noob here. Trying to encode this DVD I have. It's a 2-hour long football/soccer DVD and it's been ripped to my harddrive. Would like to create a 1.4GB x264 rip of it, mkv container. Used 0.3.5.0 up til now, but just changed to the 0.3.5.6 (haven't tested using that yet). Several issues I have:
1) De-interlacing. Did research on several methods and TempGaussMC seems to be the best, but every time I use it, I get really jerky video, and it ends up twice the framerate it's supposed to be. With other methods such as Yadif or LeakKernelDeint, I sometimes get artifacts, but it's smooth and 25fps as it's supposed to be. How do I use TempGaussMC properly, or what other methods are there, good for football?
2) Quality. Seems I always get these bad video artifacts, and comparing to other people's encodes with same or less bitrate, mine's clearly worse. Have tried "x264: DXVA-SD-Insane", "x264: HQ-Slowest" and "x264: Unrestricted 2pass Insane" presets so far, modifying only the encoding preset to placebo each time, and bitrate to around 1440kbps (according to bitrate calculator, with 96kbps ABR MP3). Is there another preset I should use, and if it's for football, what's good? If not presets, what values should I play around with?
Here's my AVS script:
LoadPlugin("E:\Program Files\megui\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\Downloads\1.d2v", info=3)
LoadPlugin("E:\Program Files\megui\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
Trim(44000,44200)
TempGaussMC_beta2(edimode="nnedi2")
#crop
BicubicResize(720,400,0.333,0.333) # Bicubic (Soft)
#denoise
Some samples (not sure about x264 presets):
Yadif - http://www.mediafire.com/download.php?q9h9ffuozbfww08
TempGaussMC - http://www.mediafire.com/download.php?04zhhgfjjd43w5p (incorrect AR)
Encoding noob here. Trying to encode this DVD I have. It's a 2-hour long football/soccer DVD and it's been ripped to my harddrive. Would like to create a 1.4GB x264 rip of it, mkv container. Used 0.3.5.0 up til now, but just changed to the 0.3.5.6 (haven't tested using that yet). Several issues I have:
1) De-interlacing. Did research on several methods and TempGaussMC seems to be the best, but every time I use it, I get really jerky video, and it ends up twice the framerate it's supposed to be. With other methods such as Yadif or LeakKernelDeint, I sometimes get artifacts, but it's smooth and 25fps as it's supposed to be. How do I use TempGaussMC properly, or what other methods are there, good for football?
2) Quality. Seems I always get these bad video artifacts, and comparing to other people's encodes with same or less bitrate, mine's clearly worse. Have tried "x264: DXVA-SD-Insane", "x264: HQ-Slowest" and "x264: Unrestricted 2pass Insane" presets so far, modifying only the encoding preset to placebo each time, and bitrate to around 1440kbps (according to bitrate calculator, with 96kbps ABR MP3). Is there another preset I should use, and if it's for football, what's good? If not presets, what values should I play around with?
Here's my AVS script:
LoadPlugin("E:\Program Files\megui\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\Downloads\1.d2v", info=3)
LoadPlugin("E:\Program Files\megui\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
Trim(44000,44200)
TempGaussMC_beta2(edimode="nnedi2")
#crop
BicubicResize(720,400,0.333,0.333) # Bicubic (Soft)
#denoise
Some samples (not sure about x264 presets):
Yadif - http://www.mediafire.com/download.php?q9h9ffuozbfww08
TempGaussMC - http://www.mediafire.com/download.php?04zhhgfjjd43w5p (incorrect AR)