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 740002 - stalled on video converting
stalled on video converting
Status: RESOLVED DUPLICATE of bug 747728
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-12 11:17 UTC by Oleksij Rempel
Modified: 2016-02-05 11:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Oleksij Rempel 2014-11-12 11:17:19 UTC
gstreamer always stall at the end of second pass only on videos dumped from dvds produced by some specific company.

One of examples can be found here:
https://www.dropbox.com/s/m3xb8v8uz7vbbi1/10.dump?dl=0

i use this script for converting:
echo "======== VIDEO, pass 1 ========="
date
gst-launch-1.0 filesrc location=$src ! mpegpsdemux name=demux demux.video_e0 ! mpegvideoparse ! mpeg2dec ! \
    videorate ! \
    vp8enc threads=2 multipass-mode=1 target-bitrate=1500000 \
      multipass-cache-file=multipass.cache end-usage=vbr auto-alt-ref=1 \
      keyframe-max-dist=360 min-quantizer=0 max-quantizer=60 \
      token-partitions=2 lag-in-frames=16 ! fakesink


#  webmmux name=mux ! filesink location=out_audio.webm \
echo "======== VIDEO, pass 2 ========="
date
gst-launch-1.0 filesrc location=$src ! mpegpsdemux name=demux \
  webmmux name=mux ! filesink location=$src.webm \
  demux.video_e0 ! mpegvideoparse ! mpeg2dec ! videorate ! \
    vp8enc threads=2 multipass-mode=2 target-bitrate=800000 \
      multipass-cache-file=multipass.cache end-usage=vbr auto-alt-ref=1 \
      keyframe-max-dist=360 min-quantizer=0 max-quantizer=60 \
      token-partitions=2 lag-in-frames=16 ! queue ! mux. \
  demux.audio_80 ! a52dec mode=2 ! audiorate tolerance=50000000 ! \
    audioconvert ! audioresample ! \
    taginject tags="language-code=ger" ! queue ! vorbisenc ! mux.
Comment 1 Oleksij Rempel 2016-02-05 11:29:21 UTC
The same as with other one, it was fixed by patch from this bug https://bugzilla.gnome.org/show_bug.cgi?id=747728
Comment 2 Tim-Philipp Müller 2016-02-05 11:43:50 UTC
Ok, thanks.

*** This bug has been marked as a duplicate of bug 747728 ***