GNOME Bugzilla – Bug 575715
[ffenc_h263] Properties
Last modified: 2009-04-21 16:35:28 UTC
Please describe the problem: For some reason H263 encoder does not have properties to set up encoding quality etc. like for instance flv1 which AFAIK is very similar to H263. Are there some issues with enabling this properties for h263? Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 130836 [details] [review] Adds H263 to the mpeg list in cfg. This patch just adds the codec id to the list. I do not know if there are some other issues with this but it seems to work.
Is this patch ok?
commit ec5ad411a5f99b4f85c882eb215ed349f4944b17 Author: Janin Kolenc <janin.kolenc@marand.si> Date: Tue Apr 21 18:34:22 2009 +0200 gstffmpegcfg: Add H263 to the list of mpeg property-compatible codecs.