We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0092d commit ccaffd3Copy full SHA for ccaffd3
1 file changed
getnative.py
@@ -351,7 +351,7 @@ def _get_source_filter(args):
351
source_filter = _get_attr(core, 'ffms2.Source')
352
if source_filter:
353
print("Using ffms2 as source filter")
354
- return source_filter
+ return lambda input_file: source_filter(input_file, alpha=False)
355
source_filter = _get_attr(core, 'lsmas.LWLibavSource')
356
357
print("Using lsmas.LWLibavSource as source filter")
0 commit comments