mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:27:07 -05:00 
			
		
		
		
	
				
					committed by
					
						
						Yen Chi Hsuan
					
				
			
			
				
	
			
			
			
						parent
						
							f3c21cb7a7
						
					
				
				
					commit
					f4ec8dce48
				
			@@ -751,7 +751,7 @@ def parseOpts(overrideArguments=None):
 | 
				
			|||||||
        help='Convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)')
 | 
					        help='Convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)')
 | 
				
			||||||
    postproc.add_option(
 | 
					    postproc.add_option(
 | 
				
			||||||
        '--audio-format', metavar='FORMAT', dest='audioformat', default='best',
 | 
					        '--audio-format', metavar='FORMAT', dest='audioformat', default='best',
 | 
				
			||||||
        help='Specify audio format: "best", "aac", "vorbis", "mp3", "m4a", "opus", or "wav"; "%default" by default')
 | 
					        help='Specify audio format: "best", "aac", "vorbis", "mp3", "m4a", "opus", or "wav"; "%default" by default; No effect without -x')
 | 
				
			||||||
    postproc.add_option(
 | 
					    postproc.add_option(
 | 
				
			||||||
        '--audio-quality', metavar='QUALITY',
 | 
					        '--audio-quality', metavar='QUALITY',
 | 
				
			||||||
        dest='audioquality', default='5',
 | 
					        dest='audioquality', default='5',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user