mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Update convert.py
This commit is contained in:
		@@ -130,7 +130,7 @@ class Converter:
 | 
			
		||||
                ffmpeg_params = "-cutoff 20000 -codec:a aac -ar 48000 "
 | 
			
		||||
 | 
			
		||||
        if self.output_ext == ".flac":
 | 
			
		||||
            ffmpeg_params = "-codec:a flac -ar 44100 "
 | 
			
		||||
            ffmpeg_params = "-codec:a flac -ar 48000 "
 | 
			
		||||
 | 
			
		||||
        # add common params for any of the above combination
 | 
			
		||||
        ffmpeg_params += "-b:a 192k -vn "
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user