JakFrost
16th February 2009, 21:16
MeGUI: 0.3.1.1014
I'd like to request a checkbox to disable the default AutoCrop feature in the One-Click Encoder.
The AutoCrop feature causes errors for me when I try to process my PAL 720x576 DVDs that have a little black space on each side of the video. I have the "Signal AR" checkbox Enabled to maintain original resolution.
Below is the resulting error along with the crop code that was automatically added to the AVS script.
error
--[Error] An error occurred: avis [error]: unsupported input format (DIB )
VTS_11_1.avs
crop( 10, 0, -8, 0)
VTS_11_1.log
---[Information] OneClick postprocessor
----[NoImage] Desired size: 350 MB
----[NoImage] Split size: null
----[NoImage] Autocrop values
-----[NoImage] left: 10
-----[NoImage] top: 0
-----[NoImage] right: 8
-----[NoImage] bottom: 0
----[NoImage] Auto-detect aspect ratio now: True
----[NoImage] Aspect ratio: 1.367521
----[NoImage] Output resolution: 640x528
----[NoImage] Automatic deinterlacing: True
----[NoImage] Deinterlacing used
-----[NoImage] Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
-----[NoImage] Yadif(order=1)
----[NoImage] Generated Avisynth script
-----[NoImage] global MeGUI_darx = 4
-----[NoImage] global MeGUI_dary = 3
-----[NoImage] DGDecode_mpeg2source("E:\VIDEO_TS\01.01.d2v")
-----[NoImage] Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
-----[NoImage] Yadif(order=1)
-----[NoImage] crop( 10, 0, -8, 0)
-----[NoImage] #resize
-----[NoImage] #denoise
I'd like to request a checkbox to disable the default AutoCrop feature in the One-Click Encoder.
The AutoCrop feature causes errors for me when I try to process my PAL 720x576 DVDs that have a little black space on each side of the video. I have the "Signal AR" checkbox Enabled to maintain original resolution.
Below is the resulting error along with the crop code that was automatically added to the AVS script.
error
--[Error] An error occurred: avis [error]: unsupported input format (DIB )
VTS_11_1.avs
crop( 10, 0, -8, 0)
VTS_11_1.log
---[Information] OneClick postprocessor
----[NoImage] Desired size: 350 MB
----[NoImage] Split size: null
----[NoImage] Autocrop values
-----[NoImage] left: 10
-----[NoImage] top: 0
-----[NoImage] right: 8
-----[NoImage] bottom: 0
----[NoImage] Auto-detect aspect ratio now: True
----[NoImage] Aspect ratio: 1.367521
----[NoImage] Output resolution: 640x528
----[NoImage] Automatic deinterlacing: True
----[NoImage] Deinterlacing used
-----[NoImage] Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
-----[NoImage] Yadif(order=1)
----[NoImage] Generated Avisynth script
-----[NoImage] global MeGUI_darx = 4
-----[NoImage] global MeGUI_dary = 3
-----[NoImage] DGDecode_mpeg2source("E:\VIDEO_TS\01.01.d2v")
-----[NoImage] Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
-----[NoImage] Yadif(order=1)
-----[NoImage] crop( 10, 0, -8, 0)
-----[NoImage] #resize
-----[NoImage] #denoise