mirror of
				https://github.com/Wan-Video/Wan2.1.git
				synced 2025-11-04 06:15:17 +00:00 
			
		
		
		
	Remove unnecessary 'No attachment streams found' message
- Silences noisy console output when dropping videos without embedded images - Improves user experience by removing irrelevant informational messages
This commit is contained in:
		
							parent
							
								
									641cdcb7ed
								
							
						
					
					
						commit
						865594bd03
					
				@ -556,7 +556,6 @@ def extract_source_images(video_path, output_dir=None):
 | 
			
		||||
                attachment_streams.append(i)
 | 
			
		||||
        
 | 
			
		||||
        if not attachment_streams:
 | 
			
		||||
            print(f"No attachment streams found in {video_path}")
 | 
			
		||||
            return []
 | 
			
		||||
        
 | 
			
		||||
        # Extract each attachment stream
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user