We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e0092d + ccaffd3 commit b951778Copy full SHA for b951778
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