After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 702625 - avidemux: duration query returns "zero" for the DV containter format in a AVI file
avidemux: duration query returns "zero" for the DV containter format in a AVI...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.0.7
Other All
: Normal normal
: 1.1.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-19 08:36 UTC by Kishore Arepalli
Modified: 2013-06-19 09:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix: return duration for Interleaved audio video streams (iavs) (886 bytes, patch)
2013-06-19 08:36 UTC, Kishore Arepalli
committed Details | Review

Description Kishore Arepalli 2013-06-19 08:36:06 UTC
Created attachment 247239 [details] [review]
Fix: return duration for Interleaved audio video streams (iavs)

Discovering 'file:///F:\testvideos\dv1.avi'

Duration: 0:00:00.000000000
Tags:
  container format: DV
Seekable: yes

Stream information:
  container: video/x-msvideo
    container: video/x-dv, systemstream=(boolean)true
      video: video/x-dv, systemstream=(boolean)false, width=(int)720, height=(in
t)576, framerate=(fraction)25/1, pixel-aspect-ratio=(fraction)59/54
        Tags:
          container format: DV
      audio: audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate
=(int){ 32000, 44100, 48000 }, channels=(int){ 2, 4 }
Comment 1 Sebastian Dröge (slomo) 2013-06-19 09:17:54 UTC
commit 5b32891ae13435fa7c769a85d9978056b60b1f0f
Author: Kishore Arepalli <kishore.arepalli@gmail.com>
Date:   Wed Jun 19 10:30:56 2013 +0200

    avidemux: duration query returns zero for DV video in avi
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702625