diff --git a/yt_dlp/postprocessor/ffmpeg.py b/yt_dlp/postprocessor/ffmpeg.py index 4f352a0795..2054fdc6c8 100644 --- a/yt_dlp/postprocessor/ffmpeg.py +++ b/yt_dlp/postprocessor/ffmpeg.py @@ -968,7 +968,7 @@ def run(self, info): sub_filenames = [] for lang, sub in subs.items(): if not os.path.exists(sub.get('filepath', '')): - self.report_warning(f'Skipping embedding {lang} subtitle because the file is missing') + self.report_warning(f'Skipping converting {lang} subtitle because the file is missing') continue ext = sub['ext'] if ext == new_ext: