Issue 539 (#759)
* Issue running ClipFilter with set to NULL #566 * Can't encode video Fatal error #539 Co-authored-by: Romain Biard <romain.biard@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								7a30ef4a3b
							
						
					
				
			
			
				commit
				
					
						08ccabcd77
					
				
			
		
					 2 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -22,7 +22,7 @@ class X264 extends DefaultVideo
 | 
			
		|||
    /** @var int */
 | 
			
		||||
    private $passes = 2;
 | 
			
		||||
 | 
			
		||||
    public function __construct($audioCodec = 'libfaac', $videoCodec = 'libx264')
 | 
			
		||||
    public function __construct($audioCodec = 'aac', $videoCodec = 'libx264')
 | 
			
		||||
    {
 | 
			
		||||
        $this
 | 
			
		||||
            ->setAudioCodec($audioCodec)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue