util
set_output(clip, name=None, frame_info=False, allow_comp=True, cache=None, **kwargs)
Outputs a clip. Less to type. Designed to be used with the good ol 'from vodesfunc import *' and the 'out' alias
Source code in vodesfunc/util.py
src(filePath, force_lsmas=False, delete_dgi_log=True, **kwargs)
Used dgindex as Source and requires dgindexnv in path to generate files if they don't exist.
Now deprecated in favour of the vsmuxtools implementation.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
filepath
|
Path to video or dgi file |
required | |
force_lsmas
|
bool
|
Skip dgsource entirely and use lsmas |
False
|
delete_dgi_log
|
bool
|
Delete the .log files dgindexnv creates |
True
|
Returns:
Type | Description |
---|---|
VideoNode
|
Video Node |