File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments