Phonon/FeatureMatrix: Difference between revisions
< Phonon
Apachelogger (talk | contribs) No edit summary |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 10: | Line 10: | ||
|AudioDataOutput | |AudioDataOutput | ||
| style="background-color: green;" | Yes | | style="background-color: green;" | Yes | ||
| style="background-color: red;" | No <ref name="upstream" /> | | style="background-color: red;" | No<ref name="upstream" /> | ||
|- | |- | ||
|AudioOutput | |AudioOutput | ||
Line 18: | Line 18: | ||
|Effect | |Effect | ||
| style="background-color: green;" | Yes | | style="background-color: green;" | Yes | ||
| style="background-color: red;" | No <ref name="upstream" /> | | style="background-color: red;" | No<ref name="upstream" /> | ||
|- | |- | ||
|MediaObject | |MediaObject | ||
Line 25: | Line 25: | ||
|- | |- | ||
|MediaObject (gapless transition) | |MediaObject (gapless transition) | ||
| style="background-color: | | style="background-color: yellow;" | Partial<ref name="gstGaps" /> | ||
| style="background-color: red;" | | style="background-color: red;" | No<ref name="upstream" /> | ||
|- | |- | ||
|MediaController (Angles) | |MediaController (Angles) | ||
| style="background-color: green;" | Yes | | style="background-color: green;" | Yes | ||
| style="background-color: red;" | No <ref name="upstream" /> <ref name="vlcAngles" /> | | style="background-color: red;" | No<ref name="upstream" /><ref name="vlcAngles" /> | ||
|- | |- | ||
|MediaController (Chapters) | |MediaController (Chapters) | ||
Line 42: | Line 42: | ||
|MediaController (Subtitles) | |MediaController (Subtitles) | ||
| style="background-color: green;" | Yes | | style="background-color: green;" | Yes | ||
| style="background-color: | | style="background-color: green;" | Yes | ||
|- | |- | ||
|MediaController (Titles) | |MediaController (Titles) | ||
Line 58: | Line 58: | ||
|VideoWidget | |VideoWidget | ||
| style="background-color: green;" | Yes | | style="background-color: green;" | Yes | ||
| style="background-color: green;" | Yes <ref name="vlcCrop" /> | | style="background-color: green;" | Yes<ref name="vlcCrop" /> | ||
|- | |- | ||
|VideoWidget (Implicit Surface Render - QGraphicsScene) | |VideoWidget (Implicit Surface Render - QGraphicsScene) | ||
Line 66: | Line 66: | ||
|VolumeFaderEffect | |VolumeFaderEffect | ||
| style="background-color:green;" | Yes | | style="background-color:green;" | Yes | ||
| style="background-color:red;" | No <ref name="upstream" /> | | style="background-color:red;" | No<ref name="upstream" /> | ||
|} | |} | ||
<references> | <references> | ||
<ref name="upstream">Upstream limitation.</ref> | <ref name="upstream">Upstream limitation.</ref> | ||
<ref name="gstGaps">Due to timing issues sources must play longer than a couple of seconds for gapless to work.</ref> | |||
<ref name="vlcAngles">Angles is a feature used by approximately 3 DVDs.</ref> | <ref name="vlcAngles">Angles is a feature used by approximately 3 DVDs.</ref> | ||
<ref name="vlcCrop">Minor limitation of crop/scaling features.</ref> | <ref name="vlcCrop">Minor limitation of crop/scaling features.</ref> | ||
</references> | </references> | ||
Latest revision as of 12:03, 12 August 2015
Feature | GStreamer | VLC |
---|---|---|
AbstractMediaStreaming | Yes | Yes |
AudioDataOutput | Yes | No[1] |
AudioOutput | Yes | Yes |
Effect | Yes | No[1] |
MediaObject | Yes | Yes |
MediaObject (gapless transition) | Partial[2] | No[1] |
MediaController (Angles) | Yes | No[1][3] |
MediaController (Chapters) | Yes | Yes |
MediaController (Navigations) | Yes | Yes |
MediaController (Subtitles) | Yes | Yes |
MediaController (Titles) | Yes | Yes |
MediaSource (BluRay) | No | Yes |
VideoDataOutput | Yes | Yes |
VideoWidget | Yes | Yes[4] |
VideoWidget (Implicit Surface Render - QGraphicsScene) | Yes | Yes |
VolumeFaderEffect | Yes | No[1] |
Operating System | GStreamer | VLC |
---|---|---|
Linux | Yes | Yes |
Mac OS X | No | Yes |
Windows | No | Yes |