Implement supportBFrames method to resizableVideos
This commit is contained in:
		
					parent
					
						
							
								1c047458c5
							
						
					
				
			
			
				commit
				
					
						1cb6723d86
					
				
			
		
					 4 changed files with 29 additions and 0 deletions
				
			
		|  | @ -21,6 +21,14 @@ class Ogg extends DefaultVideo | |||
|     protected $audioCodec = 'libvorbis'; | ||||
|     protected $videoCodec = 'libtheora'; | ||||
| 
 | ||||
|     /** | ||||
|      * {@inheritDoc} | ||||
|      */ | ||||
|     public function supportBFrames() | ||||
|     { | ||||
|         return true; | ||||
|     } | ||||
|      | ||||
|     /** | ||||
|      * {@inheritDoc} | ||||
|      */ | ||||
|  |  | |||
|  | @ -21,6 +21,14 @@ class WebM extends DefaultVideo | |||
|     protected $audioCodec = 'libvorbis'; | ||||
|     protected $videoCodec = 'libvpx'; | ||||
| 
 | ||||
|     /** | ||||
|      * {@inheritDoc} | ||||
|      */ | ||||
|     public function supportBFrames() | ||||
|     { | ||||
|         return true; | ||||
|     } | ||||
|      | ||||
|     /** | ||||
|      * {@inheritDoc} | ||||
|      */ | ||||
|  |  | |||
|  | @ -21,6 +21,14 @@ class X264 extends DefaultVideo | |||
|     protected $audioCodec = 'libmp3lame'; | ||||
|     protected $videoCodec = 'libx264'; | ||||
| 
 | ||||
|     /** | ||||
|      * {@inheritDoc} | ||||
|      */ | ||||
|     public function supportBFrames() | ||||
|     { | ||||
|         return true; | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * {@inheritDoc} | ||||
|      */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue