Skip to content

A simple gstreamer source plugin for Allwinner camera & H264 encoding

License

Notifications You must be signed in to change notification settings

OpenHD/gst-plugin-sunxisrc

 
 

Repository files navigation

GStreamer 1.0 plugin for Cedar h264 hardware encoding using the closed source library

Based on the non-binary blob version https://github.com/gtalusan/gst-plugin-cedar which is excellent, but doesn't support constant bitrate.

Usage:

gst-launch -ve videotestsrc ! cedar_h264enc ! h264parse ! matroskamux ! filesink location="cedar.mkv"

gst-launch -ve videotestsrc ! cedar_h264enc ! ffmux_mp4 ! filesink location="cedar.mp4"

Tested at 720p/60

About

A simple gstreamer source plugin for Allwinner camera & H264 encoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 80.2%
  • Makefile 10.9%
  • C 8.7%
  • M4 0.2%