View Single Post
Old 9th December 2018, 03:02   #11  |  Link
asarian
Registered User
 
Join Date: May 2005
Posts: 1,462
Quote:
Originally Posted by videoh View Post
Please give nVidia card and driver details. Also, Vapoursynth and Python versions. DG version. Also give the complete script and your OS. Finally, a link to the stream. Thank you.

I'm using dgdecnv2053, VS R45, a GTX 1080 Ti, and Python 3.7. And 417.22 video drivers. And windows 10, 64-bit.

The script is pretty simple:

Code:
import vapoursynth as vs
import havsfunc as haf
import muvsfunc as muf

core = vs.get_core ()
core.max_cache_size = 16384

vid = core.dgdecodenv.DGSource ("i:/jobs/solo.dgi", resize_w=1920, resize_h=1080, fulldepth=False)

vid.set_output ()
__________________
Gorgeous, delicious, deculture!

Last edited by asarian; 9th December 2018 at 03:06. Reason: Copied the wrong version of the script
asarian is offline   Reply With Quote