mirror of
				https://github.com/KrumpetPirate/AAXtoMP3.git
				synced 2025-11-03 20:40:43 +01:00 
			
		
		
		
	Fix for issue KrumpetPirate#155
This commit is contained in:
		
							
								
								
									
										2
									
								
								AAXtoMP3
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								AAXtoMP3
									
									
									
									
									
								
							@@ -684,7 +684,7 @@ do
 | 
			
		||||
        #ffmpeg version 4+ and on the output for all older versions.
 | 
			
		||||
        split_input=""
 | 
			
		||||
        split_output=""
 | 
			
		||||
        if [ "$(($(ffmpeg -version | head -1 | cut -d \  -f 3 | cut -d . -f 1) > 3))" = "1" ]; then
 | 
			
		||||
        if [ "$(($(ffmpeg -version | sed -E 's/[^0-9]*([0-9]).*/\1/g;1q') > 3))" = "1" ]; then
 | 
			
		||||
          split_input="-ss ${chapter_start%?} -to ${chapter_end}"
 | 
			
		||||
        else
 | 
			
		||||
          split_output="-ss ${chapter_start%?} -to ${chapter_end}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user