1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

[ffmpeg] Add aac_adtstoasc when merging if needed

Related: #1039
This commit is contained in:
pukkandan
2021-09-22 19:51:40 +05:30
parent a76e2e0f88
commit a21e0ab1a1
2 changed files with 4 additions and 1 deletions

View File

@@ -2798,6 +2798,7 @@ class YoutubeDL(object):
'f%s' % f['format_id'], new_info['ext'])
if not self._ensure_dir_exists(fname):
return
f['filepath'] = fname
downloaded.append(fname)
partial_success, real_download = self.dl(fname, new_info)
info_dict['__real_download'] = info_dict['__real_download'] or real_download