[Bug 654612] New: ffdec_mpeg4 and xviddec from git doesn't play MPEG-4 video in 1280x1024
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jul 14 05:46:02 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=654612
GStreamer | gst-ffmpeg | git
Summary: ffdec_mpeg4 and xviddec from git doesn't play MPEG-4
video in 1280x1024
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-ffmpeg
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: xxxiter at rambler.ru
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
ffdec_mpeg4 and xviddec from git doesn't play MPEG-4 video in 1280x1024.
At the same time they play video in 640x480 from the same source.
The stream I get from IP-camera and save to file with the following pipeline:
gst-launch-0.10 -v --gst-plugin-path=/home/user/bin/gstreamer/lib udpsrc
uri=udp://127.0.0.1:4951 caps="video/mpeg, mpegversion=4" ! gdppay ! filesink
location=rec_1280.gdp
Then I tried to play video with the following pipeline:
gst-launch-0.10 -v --gst-plugin-path=/home/user/bin/gstreamer/lib filesrc
location=~/rec_1280.gdp ! gdpdepay ! ffdec_mpeg4 ! xvimagesink
gst-launch-0.10 -v --gst-plugin-path=/home/user/bin/gstreamer/lib filesrc
location=rec_1280.gdp ! gdpdepay ! mpeg4videoparse ! ffdec_mpeg4 ! xvimagesink
gst-launch-0.10 -v --gst-plugin-path=/home/user/bin/gstreamer/lib filesrc
location=rec_1280.gdp ! gdpdepay ! mpeg4videoparse ! xviddec ! xvimagesink
In attachement I include both files with resolution 1280x1024 and 640x480 so
you can compare.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list