[Bug 751903] New: gst-play: print audio/video/subtitle tracks details

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 3 06:57:40 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=751903

            Bug ID: 751903
           Summary: gst-play: print audio/video/subtitle tracks details
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: hugues.fruchet at st.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 306712
  --> https://bugzilla.gnome.org/attachment.cgi?id=306712&action=edit
tools: gst-play: print audio/video/subtitle tracks details

Allows to print tracks details when playbin reach playing state:

* audio
$> gst-play-1.0 /gorillaz.wav
0 video stream(s), 1 audio stream(s), 0 text stream(s)
|
|-[audio]
  |-[audio stream 0]
    |- codec: Uncompressed 16-bit PCM audio


* video
$> gst-play-1.0 /foreman.3gp             
1 video stream(s), 0 audio stream(s), 0 text stream(s)
|-[video]
  |-[video stream 0]
    |- codec: H.264


* audio/video
$> gst-play-1.0 /big_buck_bunny_1080p_h264.mov
1 video stream(s), 1 audio stream(s), 0 text stream(s)
|-[video]
| |-[video stream 0]
|   |- codec: H.264
|
|-[audio]
  |-[audio stream 0]
    |- codec: MPEG-4 AAC
    |- bitrate: 359245


* audio/video/subtitles, multiple tracks
$> gst-play-1.0 "dvb://ARTE HD"
1 video stream(s), 4 audio stream(s), 3 text stream(s)
|-[video]
| |-[video stream 0]
|   |- codec: H.264
|
|-[audio]
| |-[audio stream 0]
| | |- codec: MPEG-1 Layer 2 (MP2)
| | |- language: fr
| | |- bitrate: 256000
| |-[audio stream 1]
| | |- codec: MPEG-1 Layer 2 (MP2)
| | |- language: qaa
| | |- bitrate: 256000
| |-[audio stream 2]
| | |- codec: MPEG-1 Layer 2 (MP2)
| | |- language: de
| | |- bitrate: 128000
| |-[audio stream 3]
|   |- codec: MPEG-1 Layer 2 (MP2)
|   |- language: qad
|   |- bitrate: 128000
|
|-[subtitle]
  |-[subtitle stream 0]
  | |- language: fr
  |-[subtitle stream 1]
  | |- language: de
  |-[subtitle stream 2]
    |- language: fr

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list