GNOME Bugzilla – Bug 378796
broken ffmux_mov
Last modified: 2006-12-07 11:37:32 UTC
Hi, ffmux_mov in CVS can't handle h263p anymore. previous working pipeline : ... ! ffenc_h263p ! ffmux_mov ! ... ffenc_h263p src caps : SRC template: 'src' Availability: Always Capabilities: video/x-h263 width: [ 16, 4096 ] height: [ 16, 4096 ] framerate: [ 0/1, 2147483647/1 ] variant: itu h263version: h263p ffmux_mov video sink caps : video/x-h263 width: [ 16, 4096 ] height: [ 16, 4096 ] framerate: [ 0/1, 2147483647/1 ] variant: itu h263version: h263
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_formatid_get_codecids): Add H263p variants as possible format for mov. Fixes #378796.