wqcr
24th April 2013, 06:49
Hello,
for the last 7 days I've been trying to convert 1080i MTS video to 720p@50fps using Avisynth+QTGMC. Everything works fine but the resulting clip sort of "lags" at the beginning and on the end. At first I thought it is caused by ffdshow, so I switched to CoreAVC, but the problem persisted, even with Skip deblocking is selected.
This is the script I use:
Directshowsource("00083.mts")
AssumeTFF
QTGMC( preset="very fast" )
Spline36Resize(1280, 720)
Converting procedure: load AVS into Virtualdub, select Fast Recompress, output codec Lagarith and Save AVI
As MT 2.6 QTGMC version is inefficient on my CPU, I try to run two instances of VDub with the source video splitted into two parts, so any kind of "lags" that would appear only on the beginning and on the end are now in the middle of the clip.
Is there any way how to fix those "lags"?
I've already tried DSS2, but with no reasonable results (VBR>CBR). Perhaps how to completely avoid DirectShowSource when loading MTS files to Avisynth?
Thanks!
PS: Link to the resulting clip (xvid mpeg4): link (https://dl.dropboxusercontent.com/u/3664253/photo/avs2.rar)
for the last 7 days I've been trying to convert 1080i MTS video to 720p@50fps using Avisynth+QTGMC. Everything works fine but the resulting clip sort of "lags" at the beginning and on the end. At first I thought it is caused by ffdshow, so I switched to CoreAVC, but the problem persisted, even with Skip deblocking is selected.
This is the script I use:
Directshowsource("00083.mts")
AssumeTFF
QTGMC( preset="very fast" )
Spline36Resize(1280, 720)
Converting procedure: load AVS into Virtualdub, select Fast Recompress, output codec Lagarith and Save AVI
As MT 2.6 QTGMC version is inefficient on my CPU, I try to run two instances of VDub with the source video splitted into two parts, so any kind of "lags" that would appear only on the beginning and on the end are now in the middle of the clip.
Is there any way how to fix those "lags"?
I've already tried DSS2, but with no reasonable results (VBR>CBR). Perhaps how to completely avoid DirectShowSource when loading MTS files to Avisynth?
Thanks!
PS: Link to the resulting clip (xvid mpeg4): link (https://dl.dropboxusercontent.com/u/3664253/photo/avs2.rar)