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 584392 - pipeline fails with ffenc_h263
pipeline fails with ffenc_h263
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-31 20:20 UTC by Christian Fredrik Kalager Schaller
Modified: 2009-06-04 15:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2009-05-31 20:20:56 UTC
gst-launch-0.10 filesrc location=Discovery.avi ! decodebin2 ! ffmpegcolorspace ! videoflip method=0 ! videorate ! videoscale method=1 ! capsfilter caps="video/x-raw-yuv, width=(int)176, height=(int)144, framerate=(fraction)10/1, pixel-aspect-ratio=(fraction)1/1" ! ffmpegcolorspace ! videobox top="-20" bottom="-20" ! ffmpegcolorspace ! ffenc_h263 ! queue ! gppmux ! filesink location=test.3gp

This pipeline works fine if I don't set the videobox parameter or if I use another encoder than ffenc_h263 (for example ffenc_h263p)
Comment 1 Mark Nauwelaerts 2009-06-02 17:53:59 UTC
Since 176x144 is an acceptable H263 dimension, but the videobox modified one (+20 for each) is not, this would seem normal behaviour (ffenc_h263p does not have these restrictions).