mirror of
				https://github.com/KrumpetPirate/AAXtoMP3.git
				synced 2025-11-03 20:40:43 +01:00 
			
		
		
		
	restore ffmpeg to be silent
This commit is contained in:
		
							
								
								
									
										4
									
								
								AAXtoMP3
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								AAXtoMP3
									
									
									
									
									
								
							@@ -460,6 +460,7 @@ do
 | 
				
			|||||||
  else
 | 
					  else
 | 
				
			||||||
    narrator=""
 | 
					    narrator=""
 | 
				
			||||||
    description=""
 | 
					    description=""
 | 
				
			||||||
 | 
					    publisher=""
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if [[ "${noclobber}" = "1" ]] && [[ -d "${output_directory}" ]]; then
 | 
					  if [[ "${noclobber}" = "1" ]] && [[ -d "${output_directory}" ]]; then
 | 
				
			||||||
@@ -589,7 +590,8 @@ do
 | 
				
			|||||||
          # Extract chapter by time stamps start and finish of chapter.
 | 
					          # Extract chapter by time stamps start and finish of chapter.
 | 
				
			||||||
          # This extracts based on time stamps start and end.
 | 
					          # This extracts based on time stamps start and end.
 | 
				
			||||||
          log "Splitting chapter ${chapternum}/${chaptercount} start:${chapter_start%?}(s) end:${chapter_end}(s)"
 | 
					          log "Splitting chapter ${chapternum}/${chaptercount} start:${chapter_start%?}(s) end:${chapter_end}(s)"
 | 
				
			||||||
          ffmpeg \
 | 
					          </dev/null ffmpeg -loglevel quiet \
 | 
				
			||||||
 | 
					            -nostats \
 | 
				
			||||||
            -ss "${chapter_start%?}" \
 | 
					            -ss "${chapter_start%?}" \
 | 
				
			||||||
            -to "${chapter_end}" \
 | 
					            -to "${chapter_end}" \
 | 
				
			||||||
            -i "${output_file}" \
 | 
					            -i "${output_file}" \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user