gstreamer

Multimedia framework for building audio/video applications

brewmacoslinux
Try with needOr install directly
Source

About

Development framework for multimedia applications

Commands

gst-launch-1.0gst-inspect-1.0gst-typefind-1.0gst-play-1.0

Examples

Play a media file$ gst-play-1.0 video.mp4
Inspect available GStreamer plugins and elements$ gst-inspect-1.0
Convert audio format using pipeline$ gst-launch-1.0 filesrc location=input.mp3 ! decodebin ! audioconvert ! vorbisenc ! oggmux ! filesink location=output.ogg