[gstreamer-bugs] [Bug 590859] New: Conversion of MOV to OGG looses sync

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Aug 5 07:36:06 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=590859

  GStreamer | don't know | Ver: 0.10.13
           Summary: Conversion of MOV to OGG looses sync
           Product: GStreamer
           Version: 0.10.13
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: mcepl at redhat.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.25/2.26
   GNOME milestone: Unspecified


Please describe the problem:
Trying to convert
https://media.blackhat.com/bh-usa-09/video/KAMINSKY/BHUSA09-Kaminsky-BlackOpsPKI-VIDEO.mov
to OGG. When using ffmpeg I wasn't succesful
(https://bugzilla.redhat.com/show_bug.cgi?id=515435), so I tried my own script
using gst-launch and Gstreamer:

#!/bin/sh
QUEUE="queue max-size-bytes=0 max-size-time=0 max-size-buffers=0"
INFILE=$1

gst-launch filesrc location="$INFILE" ! \
    decodebin2 name=decoder \
    decoder. ! progressreport ! ffmpegcolorspace \
    ! theoraenc quality=40 speed-level=2 ! \
            $QUEUE ! oggmux name=mux \
        ! filesink location=${INFILE%.*}.ogv \
    decoder. ! audioconvert ! audiorate ! flacenc ! $QUEUE ! mux.

Conversion script goes well (resulting .ogv file has 359M), but it has totally
lost sync ... jump in totem once forward and there is absolutely no
correspondence between screen and audio.


Steps to reproduce:
1. see above
2. 
3. 


Actual results:
no way how to generate OGG/Theora file from the MOV presentation

Expected results:
just having the same experience from the free format movie as I have from the
encumbered one.

Does this happen every time?
yes

Other information:
totem playing .mov file works just fine, including jumping back and forth.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=590859.




More information about the Gstreamer-bugs mailing list