Thread: DG NV tools
View Single Post
Old 24th January 2010, 01:37   #1102  |  Link
TheProfosist
Registered User
 
TheProfosist's Avatar
 
Join Date: Aug 2009
Posts: 136
Quote:
Originally Posted by sangwich View Post

everything works fine, however if I try to do resizing with DGDecode like this:

Code:
LoadPlugin("DGDecodeNV.dll")
DGSource("movie.dgi", fieldop=0, resize_w=1280, resize_h=720)
crop( 0, 96, 0, -96)
the processing gets stuck at 99.96% and hangs there indefinitely. Does anyone has same problem or is it just me?
to my knowledge the resize goes before the fieldop in the syntax
DGSource(str "dgi", bool i420, int deinterlace, bool use_top_field, bool use_pf, int resize_w, int resize_h, int fieldop)

idk if that would cause what you talking about though
TheProfosist is offline   Reply With Quote