we don't need to run ffmpeg more times
This commit is contained in:
		
				
					committed by
					
						 Jaime Marquínez Ferrándiz
						Jaime Marquínez Ferrándiz
					
				
			
			
				
	
			
			
			
						parent
						
							39c68260c0
						
					
				
				
					commit
					784763c565
				
			| @@ -808,7 +808,8 @@ def _real_main(argv=None): | ||||
|         if opts.xattrs: | ||||
|             ydl.add_post_processor(XAttrMetadataPP()) | ||||
|         if opts.embedthumbnail: | ||||
|             ydl.add_post_processor(FFmpegAudioFixPP()) | ||||
|             if not opts.addmetadata: | ||||
|                 ydl.add_post_processor(FFmpegAudioFixPP()) | ||||
|             ydl.add_post_processor(AtomicParsleyPP()) | ||||
|  | ||||
|         # Update version | ||||
|   | ||||
		Reference in New Issue
	
	Block a user