mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-06 21:17:06 +01:00
[postprocessor/ffmpeg] Use ffmpeg as prefix since it's used all over the places (Closes #7371)
This commit is contained in:
parent
92366d189e
commit
deb85c32bb
@ -272,7 +272,7 @@ def run(self, information):
|
|||||||
return [], information
|
return [], information
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self._downloader.to_screen('[' + self.basename + '] Destination: ' + new_path)
|
self._downloader.to_screen('[ffmpeg] Destination: ' + new_path)
|
||||||
self.run_ffmpeg(path, new_path, acodec, more_opts)
|
self.run_ffmpeg(path, new_path, acodec, more_opts)
|
||||||
except AudioConversionError as e:
|
except AudioConversionError as e:
|
||||||
raise PostProcessingError(
|
raise PostProcessingError(
|
||||||
|
Loading…
Reference in New Issue
Block a user