class X264 extends DefaultVideo
The X264 video format
Methods
| integer | getWidth() Returns the width | from DefaultVideo | 
| integer | getHeight() Returns the height | from DefaultVideo | 
| setDimensions(integer $width, integer $height) Set the dimensions | from DefaultVideo | |
| setResizeMode(string $mode) Set the resize mode | from DefaultVideo | |
| string | getResizeMode() Get the current resize mode | from DefaultVideo | 
| integer | getFrameRate() Returns the frame rate | from DefaultVideo | 
| setFrameRate(integer $frameRate) Set the framerate | from DefaultVideo | |
| getVideoCodec() {@inheritdoc} | from DefaultVideo | |
| setVideoCodec(string $videoCodec) Set the video codec, Should be in the available ones, otherwise an exception is thrown | from DefaultVideo | |
| getGOPsize() {@inheritdoc} | from DefaultVideo | |
| setGOPsize(integer $GOPsize) Set the GOP size | from DefaultVideo | |
| getAvailableAudioCodecs() {@inheritDoc} | ||
| getAvailableVideoCodecs() {@inheritDoc} | 
Details
        in DefaultVideo at line 35
                    public            integer
    getWidth()
    
    Returns the width
        in DefaultVideo at line 43
                    public            integer
    getHeight()
    
    Returns the height
        in DefaultVideo at line 55
                    public            
    setDimensions(integer $width, integer $height)
    
    Set the dimensions
        in DefaultVideo at line 77
                    public            
    setResizeMode(string $mode)
    
    Set the resize mode
        in DefaultVideo at line 95
                    public            string
    getResizeMode()
    
    Get the current resize mode
        in DefaultVideo at line 103
                    public            integer
    getFrameRate()
    
    Returns the frame rate
        in DefaultVideo at line 115
                    public            
    setFrameRate(integer $frameRate)
    
    Set the framerate
        in DefaultVideo at line 129
                    public            
    getVideoCodec()
    
    {@inheritdoc}
        in DefaultVideo at line 141
                    public            
    setVideoCodec(string $videoCodec)
    
    Set the video codec, Should be in the available ones, otherwise an exception is thrown
        in DefaultVideo at line 158
                    public            
    getGOPsize()
    
    {@inheritdoc}
        in DefaultVideo at line 170
                    public            
    setGOPsize(integer $GOPsize)
    
    Set the GOP size
        at line 29
                    public            
    getAvailableAudioCodecs()
    
    {@inheritDoc}
        at line 37
                    public            
    getAvailableVideoCodecs()
    
    {@inheritDoc}