Log in

View Full Version : Resize exceeds max size of 2048 x 1088!


an3k
18th April 2013, 11:18
And this is the script:

LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindexnv\DGDecodeNV.dll")
DGSource("\\NAS\Multimedia\HappyGet\Downloads\CAUGHT ON CAMERA_ Fertilizer Plant Explosion Near Waco, Texas_1080P.dgi",fieldop=0,crop_t=4,crop_r=660,crop_b=12,crop_l=660,resize_w=720,resize_h=1280)
Info()

Resizing to eg. 360x640, 432x768, 540x960 or 576x1024 works.

Can DGDecode only handle videos with a maximum width / height (2048 / 1088) or is the amount of pixels (2,228,224) the limit? If it's the latter, it's a bug. First time I really hope its a bug :p

Guest
18th April 2013, 13:48
You use resize_w=720,resize_h=1280. Seems to me you have reversed the width and height.

an3k
18th April 2013, 14:28
You use resize_w=720,resize_h=1280. Seems to me you have reversed the width and height.

Nope. Someone created a portrait video so it's 9:16 :(

Guest
18th April 2013, 14:41
You'll have to resize on the CPU then using an Avisynth resizer.

an3k
18th April 2013, 15:50
So the limit is width / height and not the amount of pixels, right?

Guest
18th April 2013, 16:11
Yes, the width and height are limited.