mirror of
				https://github.com/k4yt3x/video2x.git
				synced 2025-10-31 12:50:59 +01:00 
			
		
		
		
	Basic README done
This commit is contained in:
		
							parent
							
								
									994a542d52
								
							
						
					
					
						commit
						291cd2ac5f
					
				
							
								
								
									
										38
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										38
									
								
								README.md
									
									
									
									
									
								
							| @ -1,4 +1,42 @@ | |||||||
| # Video2X Video Enlarger | # Video2X Video Enlarger | ||||||
|  | [](https://gitter.im/K4YT3X-DEV/SCUTUM?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||||||
|  | [](https://travis-ci.org/K4YT3X/SCUTUM) | ||||||
|  | ## Description | ||||||
| 
 | 
 | ||||||
| Video2X is an automation software based on waifu2x image enlarging engine. It extracts frames from a video, enlarge it by a number of times without losing any details or quality, keeping lines smooth and edges sharp. | Video2X is an automation software based on waifu2x image enlarging engine. It extracts frames from a video, enlarge it by a number of times without losing any details or quality, keeping lines smooth and edges sharp. | ||||||
| 
 | 
 | ||||||
|  | Watch for the sharper edges in this screenshot around the shadows | ||||||
|  |  | ||||||
|  | 
 | ||||||
|  | ## Installation | ||||||
|  | 
 | ||||||
|  | ### Prerequisites | ||||||
|  | 
 | ||||||
|  | + **FFMPEG Windows Build**   | ||||||
|  | Download: https://ffmpeg.org/download.html   | ||||||
|  | + **waifu2x-caffe for Windows**   | ||||||
|  | Download: https://github.com/lltcggie/waifu2x-caffe/releases | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | After downloading the dependencies, clone the video2x package. | ||||||
|  | ~~~~ | ||||||
|  | $ git clone https://github.com/K4YT3X/video2x.git | ||||||
|  | $ cd video2x | ||||||
|  | ~~~~ | ||||||
|  | 
 | ||||||
|  | Now follow the in-line description and modify **FFMPEG_PATH** and **WAIFU2X_PATH**.   | ||||||
|  | You can also change **FOLDERIN** and **FOLDERIN** if you want. | ||||||
|  | 
 | ||||||
|  | <br> | ||||||
|  | 
 | ||||||
|  | ## Quick Start | ||||||
|  | 
 | ||||||
|  | To enlarge a video on a computer with NVIDIA GPU | ||||||
|  | ~~~~ | ||||||
|  | $ python video2x.py -v VIDEO_FILE -o OUTPUT_FILENAME -f TIMES_TO_ENLARGE --gpu | ||||||
|  | ~~~~ | ||||||
|  | 
 | ||||||
|  | To enlarge a video on a computer without NVIDIA GPU | ||||||
|  | ~~~~ | ||||||
|  | $ python video2x.py -v VIDEO_FILE -o OUTPUT_FILENAME -f TIMES_TO_ENLARGE --cpu | ||||||
|  | ~~~~ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user