openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #00479
[Bug 442761] Re: Installing from ppa kills video playback in totem and vlc
This also happened to me, but I am running Ubuntu Jaunty 9.04.
I get this error when running Totem in a terminal:
/var/lib/python-support/python2.6/gdata/tlslite/utils/cryptomath.py:9: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
and I get this error from VLC:
[00000419] avcodec decoder error: cannot open codec (MPEG-4 Video)
[00000419] main decoder error: no suitable decoder module for fourcc `mp4v'.
VLC probably does not support this sound or video format.
John
--
Installing from ppa kills video playback in totem and vlc
https://bugs.launchpad.net/bugs/442761
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
Status in OpenShot Video Editor: New
Bug description:
Running version 0.9.43, and confirmed by another person at ubuntuforums. It seems openshot renders totem and vlc unusable in karmic when installed through the ppa.
I don't know if it's of much use, but these are the errors given by totem and vlc:
Totem:
#######################################################
0:00:11.417782488 5943 0x973b080 ERROR totem bacon-video-widget-gst-0.10.c:357:bvw_error_msg: message = Internal data stream error.
0:00:11.417861848 5943 0x973b080 ERROR totem bacon-video-widget-gst-0.10.c:359:bvw_error_msg: domain = 3025 (gst-stream-error-quark)
0:00:11.417879448 5943 0x973b080 ERROR totem bacon-video-widget-gst-0.10.c:360:bvw_error_msg: code = 1
0:00:11.417893888 5943 0x973b080 ERROR totem bacon-video-widget-gst-0.10.c:361:bvw_error_msg: debug = gstavidemux.c(4443): gst_avi_demux_loop (): /GstPlayBin2:play/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstAviDemux:avidemux0:
streaming stopped, reason not-negotiated
0:00:11.417928928 5943 0x973b080 ERROR totem bacon-video-widget-gst-0.10.c:362:bvw_error_msg: source = <avidemux0>
0:00:11.417968128 5943 0x973b080 ERROR totem bacon-video-widget-gst-0.10.c:363:bvw_error_msg: uri = file:///home/pablo/V%C3%ADdeos/Rurouni%20Kenshin%20(TV)%20%5B01%20-%2095%5D%20%5BComplete%5D/Rurouni%20Kenshin%20-%2001%20-%20Wandering%20Samurai.avi
** Message: Error: Internal data stream error.
gstavidemux.c(4443): gst_avi_demux_loop (): /GstPlayBin2:play/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20/GstAviDemux:avidemux0:
streaming stopped, reason not-negotiated
#######################################################
On the gui side, totem shows a dialog with the "Internal data stream error." message, and doesn't play anything.
VLC:
#######################################################
[0xb7c08d80] avcodec decoder error: cannot open codec (MS MPEG-4 Video v3)
[0xb7c08d80] main decoder error: no suitable decoder module for fourcc `DIV3'.
VLC probably does not support this sound or video format.
#######################################################
However, vlc manages to play the sound of the file.
References