mirror of
				https://github.com/KrumpetPirate/AAXtoMP3.git
				synced 2025-11-03 20:40:43 +01:00 
			
		
		
		
	Fix typo, reword
This commit is contained in:
		
							
								
								
									
										7
									
								
								AAXtoMP3
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								AAXtoMP3
									
									
									
									
									
								
							@@ -605,11 +605,10 @@ do
 | 
			
		||||
    fi
 | 
			
		||||
    </dev/null ffmpeg -loglevel error -activation_bytes "${auth_code}" -i "${aax_file}" -an -codec:v copy "${cover_file}"
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
  # -----
 | 
			
		||||
  # OK now spit the file if that's what you want.
 | 
			
		||||
  # If we want multiple file we take the big mp3 and split it by chapter.
 | 
			
		||||
  # Not all audio encodings make sense with multiple chapter outputs.  See options section
 | 
			
		||||
  # for more detail
 | 
			
		||||
  # If mode=chaptered, split the big converted file by chapter and remove it afterwards.
 | 
			
		||||
  # Not all audio encodings make sense with multiple chapter outputs (see options section)
 | 
			
		||||
  if [ "${mode}" == "chaptered" ]; then
 | 
			
		||||
    # Playlist m3u support
 | 
			
		||||
    playlist_file="${output_directory}/${currentFileNameScheme}.m3u"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user