interface VideoInterface implements AudioInterface
Methods
integer |
getAudioKiloBitrate()
Gets the audio kiloBitrate value. |
from AudioInterface |
array() |
getExtraParams()
Returns an array of extra parameters to add to ffmpeg commandline. |
from AudioInterface |
string |
getAudioCodec()
Returns the audio codec. |
from AudioInterface |
array |
getAvailableAudioCodecs()
Returns the list of available audio codecs for this format. |
from AudioInterface |
integer |
getKiloBitrate()
Gets the kiloBitrate value. |
|
string |
getPasses()
Returns the number of passes. |
|
integer |
getModulus()
Returns the modulus used by the Resizable video. |
|
string |
getVideoCodec()
Returns the video codec. |
|
Boolean |
supportBFrames()
Returns true if the current format supports B-Frames. |
|
array |
getAvailableVideoCodecs()
Returns the list of available video codecs for this format. |
Details
in AudioInterface at line 20
public integer
getAudioKiloBitrate()
Gets the audio kiloBitrate value.
in AudioInterface at line 27
public array()
getExtraParams()
Returns an array of extra parameters to add to ffmpeg commandline.
in AudioInterface at line 34
public string
getAudioCodec()
Returns the audio codec.
in AudioInterface at line 41
public array
getAvailableAudioCodecs()
Returns the list of available audio codecs for this format.
at line 21
public integer
getKiloBitrate()
Gets the kiloBitrate value.
at line 28
public string
getPasses()
Returns the number of passes.
at line 40
public integer
getModulus()
Returns the modulus used by the Resizable video.
This used to calculate the target dimensions while maintaining the best
aspect ratio.
at line 47
public string
getVideoCodec()
Returns the video codec.
at line 56
public Boolean
supportBFrames()
Returns true if the current format supports B-Frames.
at line 63
public array
getAvailableVideoCodecs()
Returns the list of available video codecs for this format.