Can OpenH264 write h263 files

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Can OpenH264 write h263 files

Jerry Geis-2
I am playing with openh264 as I have a need to generate h263 files (not using ffmpeg of course).

I have openh264 installed - and gst-inspect-1.0 finds it...
running this command :
gst-launch-1.0 -e videotestsrc ! openh264enc ! h264parse ! filesink /tmp/video.h263

gives me a file and totem plays it.
However I think the file is h264 and not h263.

How can I get h263 output without ffmpeg?
I am using gstreamer-1.10.2

Thanks,

Jerry 

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Can OpenH264 write h263 files

Sebastian Dröge-3
On Sat, 2016-12-17 at 09:26 -0500, Jerry Geis wrote:

> I am playing with openh264 as I have a need to generate h263 files
> (not using ffmpeg of course).
>
> I have openh264 installed - and gst-inspect-1.0 finds it...
> running this command :
> gst-launch-1.0 -e videotestsrc ! openh264enc ! h264parse ! filesink
> /tmp/video.h263
>
> gives me a file and totem plays it.
> However I think the file is h264 and not h263.
As the name suggests, openh264 is for h264 and not h263.

> How can I get h263 output without ffmpeg?

The only open source h263 encoder I'm aware of is in ffmpeg. What are
the reasons why you can't use it?

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (981 bytes) Download Attachment