View Single Post
Posts: 31 | Thanked: 11 times | Joined on Apr 2011
#11
Like it's been said here before, the multimedia is built around gstreamer, but not all plugins are available for whatever the reason. These should be the momentarily available decoders
Code:
[nemo@dhcppc1 ~]$ gst-inspect-0.10 | grep dec
openmax:  omxh263dec: OpenMAX H.263 Video Decoder
openmax:  omxh264dec: OpenMAX H.264 Video Decoder
openmax:  omxmpeg4videodec: OpenMAX MPEG4 Video Decoder
av:  avadec: av audio decoder
speex:  speexdec: Speex audio decoder
rtsp:  rtpdec: RTP Decoder
png:  pngdec: PNG image decoder
mulaw:  mulawdec: Mu Law audio decoder
jpeg:  smokedec: Smoke video decoder
jpeg:  jpegdec: JPEG image decoder
flxdec:  flxdec: FLX video decoder
flac:  flacdec: FLAC audio decoder
annodex:  cmmldec: CMML stream decoder
alaw:  alawdec: A Law audio decoder
vorbis:  vorbisdec: Vorbis audio decoder
theora:  theoradec: Theora video decoder
uridecodebin:  uridecodebin: URI Decoder
uridecodebin:  decodebin2: Decoder Bin
decodebin:  decodebin: Decoder Bin
you can notice for example mpeg2 decoder is missing.(it's part of gst-plugins-ugly which is not installed and not available in the repos)
Also not all plugins from other plugin bundles are available. Yesterday I compiled MPEG-2 transport stream demuxer from -bad, wasn't that hard using the Mer Build engine.
 

The Following 2 Users Say Thank You to 0rphu For This Useful Post: