mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-25 12:22:50 +08:00
[downloader/external] pass external downloader args to FFmpegFD only if it's specified explicitly
This commit is contained in:
parent
442c4d361f
commit
0cbde7b908
@ -181,7 +181,8 @@ class FFmpegFD(ExternalFD):
|
||||
|
||||
args = [ffpp.executable, '-y']
|
||||
|
||||
args += self._configuration_args()
|
||||
if self.exe == self.get_basename():
|
||||
args += self._configuration_args()
|
||||
|
||||
# start_time = info_dict.get('start_time') or 0
|
||||
# if start_time:
|
||||
|
Loading…
Reference in New Issue
Block a user