Skip to content

Commit f93d73e

Browse files
authored
Update getnative.py
1 parent 7eb423b commit f93d73e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

getnative.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -353,12 +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("=========================================================================================")
357-
print("Danger! Danger! Danger! Only do this if you know what you are doing.")
358-
print("=========================================================================================")
359-
print("Using custom VapourSynth script as a source. Only do this if you know what you are doing.")
360-
print("=========================================================================================")
361-
input("Press Enter if you read this message> ")
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.")
362357
return _vpy_source_filter
363358
source_filter = _get_attr(core, 'ffms2.Source')
364359
if source_filter:

0 commit comments

Comments
 (0)