Fixes a bug with an invalid command for audio conversion
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				KnarCraft/FFmpegConvert/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	KnarCraft/FFmpegConvert/pipeline/head This commit looks good
				
			This commit is contained in:
		@@ -35,6 +35,7 @@ public class AudioConverter extends AbstractConverter {
 | 
				
			|||||||
        //Gets the first audio stream from the file and adds it to the output file
 | 
					        //Gets the first audio stream from the file and adds it to the output file
 | 
				
			||||||
        AudioStream audioStream = getFirstAudioSteam(streams);
 | 
					        AudioStream audioStream = getFirstAudioSteam(streams);
 | 
				
			||||||
        FFMpegHelper.addAudioStream(command, audioStream, false);
 | 
					        FFMpegHelper.addAudioStream(command, audioStream, false);
 | 
				
			||||||
 | 
					        command.add(outFile);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return command.toArray(new String[0]);
 | 
					        return command.toArray(new String[0]);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user