Skip to content

Commit 13fbd31

Browse files
authored
Update getnative.py
1 parent f93d73e commit 13fbd31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

getnative.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def _get_source_filter(args):
353353
print("Using imwri as source filter")
354354
return imwri.Read
355355
if ext in {".py", ".pyw", ".vpy"}:
356-
print("Using custom VapourSynth script as a source. Only do this if you know what you are doing. No support given if using this method.")
356+
print("Using custom VapourSynth script as a source. This may cause garbage results. Only do this if you know what you are doing.")
357357
return _vpy_source_filter
358358
source_filter = _get_attr(core, 'ffms2.Source')
359359
if source_filter:

0 commit comments

Comments
 (0)