GNOME Bugzilla – Bug 609788
[theoradec] Internal GStreamer error: negotiation problem with PAR=0/1
Last modified: 2010-02-13 12:35:08 UTC
I encoded a video in two-pass with ffmpeg2theora, vlc handles it but not gstreamaer. If I encode it in 1 pass it is ok. I attach the result of : head -c 2M file.ogv > head.ogv
The max. size for attachements is 1MB.
Created attachment 153701 [details] result of "head -c 1000K test.ogv > head.ogv"
This plays fine for me with latest versions of things. What application are you trying to play this with? What gst-plugins-base version are you using?
I am trying to play it with totem. $ apt-cache show gstreamer0.10-plugins-base ... Package: gstreamer0.10-plugins-base ... Architecture: amd64 Source: gst-plugins-base0.10 Version: 0.10.25-2ubuntu1
Ok, thanks. I can reproduce this with 0.10.25. ffmpegcolorspace will refuse pixel-aspect-ratio=0/1 caps. The issue is fixed in 0.10.26 though. You may be able to find the latest release in the GStreamer PPA. *** This bug has been marked as a duplicate of bug 609252 ***