mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[postprocessor/ffmpeg] Use ffmpeg as prefix since it's used all over the places (Closes #7371)
This commit is contained in:
		| @@ -272,7 +272,7 @@ class FFmpegExtractAudioPP(FFmpegPostProcessor): | ||||
|             return [], information | ||||
|  | ||||
|         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) | ||||
|         except AudioConversionError as e: | ||||
|             raise PostProcessingError( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user