mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[postprocessor/ffmpeg] Disable "Last message repeated" messages which cause non-zero exit status
This commit is contained in:
		| @@ -218,6 +218,7 @@ class FFmpegPostProcessor(PostProcessor): | |||||||
|                 encodeFilename(self._ffmpeg_filename_argument(path), True) |                 encodeFilename(self._ffmpeg_filename_argument(path), True) | ||||||
|             ]) |             ]) | ||||||
|         cmd = ([encodeFilename(self.executable, True), encodeArgument('-y')] + |         cmd = ([encodeFilename(self.executable, True), encodeArgument('-y')] + | ||||||
|  |                ['-loglevel', 'repeat+info'] + | ||||||
|                files_cmd + |                files_cmd + | ||||||
|                [encodeArgument(o) for o in opts] + |                [encodeArgument(o) for o in opts] + | ||||||
|                [encodeFilename(self._ffmpeg_filename_argument(out_path), True)]) |                [encodeFilename(self._ffmpeg_filename_argument(out_path), True)]) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Andrew Udvare
					Andrew Udvare