Initila Import
This commit is contained in:
		
				commit
				
					
						11345d6367
					
				
			
		
					 17 changed files with 773 additions and 0 deletions
				
			
		
							
								
								
									
										21
									
								
								src/FFMpeg/Format/X264.php
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								src/FFMpeg/Format/X264.php
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,21 @@
 | 
			
		|||
<?php
 | 
			
		||||
 | 
			
		||||
namespace FFMpeg\Format;
 | 
			
		||||
 | 
			
		||||
class X264 extends DefaultFormat
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
    protected $audioCodec = 'libmp3lame';
 | 
			
		||||
    protected $videoCodec = 'libx264';
 | 
			
		||||
 | 
			
		||||
    protected function getAvailableAudioCodecs()
 | 
			
		||||
    {
 | 
			
		||||
        return array('libvo_aacenc', 'libfaac', 'libmp3lame');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    protected function getAvailableVideoCodecs()
 | 
			
		||||
    {
 | 
			
		||||
        return array('libx264');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue