[postprocessor/embedthumbnail] Use run_ffmpeg_multiple_files
This commit is contained in:
		
							parent
							
								
									8e59539752
								
							
						
					
					
						commit
						bb8ca1d112
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -36,12 +36,12 @@ class EmbedThumbnailPP(FFmpegPostProcessor):
 | 
			
		|||
 | 
			
		||||
        if info['ext'] == 'mp3':
 | 
			
		||||
            options = [
 | 
			
		||||
                '-i', thumbnail_filename, '-c', 'copy', '-map', '0', '-map', '1',
 | 
			
		||||
                '-c', 'copy', '-map', '0', '-map', '1',
 | 
			
		||||
                '-metadata:s:v', 'title="Album cover"', '-metadata:s:v', 'comment="Cover (Front)"']
 | 
			
		||||
 | 
			
		||||
            self._downloader.to_screen('[ffmpeg] Adding thumbnail to "%s"' % filename)
 | 
			
		||||
 | 
			
		||||
            self.run_ffmpeg(filename, temp_filename, options)
 | 
			
		||||
            self.run_ffmpeg_multiple_files([filename, thumbnail_filename], temp_filename, options)
 | 
			
		||||
 | 
			
		||||
            if not self._already_have_thumbnail:
 | 
			
		||||
                os.remove(encodeFilename(thumbnail_filename))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue