On Sat, 21 May 2016 12:07:21 -0700 (PDT) Rosimildo DaSilva <[email protected]> wrote: > I agree with both of you! > > I just had this code here in my dev machine, and decided to make it > available to anyone that might find it useful. > > For my projects, I have given up on AW encoders, and gone with H.264. > Cameras... but this might be useful to someone.
There are just a little problem with this here. This can only be useful for someone, if said someone doesn't care about license-issues. Source-code without any license defaults to All Rights Reserved. -- Manuel Braga > > R > > > On Saturday, May 21, 2016 at 1:30:14 PM UTC-5, Al Thomas wrote: > > > > Following on from Manuel Braga's good points I guess the next > > email should be titled "Cedrus Encoder Demo" and use ffmpeg? > > > > May be useful: > > http://linux-sunxi.org/Cedrus > > https://github.com/stulluk/FFmpeg-Cedrus > > > > > > ------------------------------ > > *From:* Rosimildo DaSilva <[email protected] <javascript:>> > > *Sent:* Saturday, 21 May 2016, 16:27 > > *Subject:* [linux-sunxi] CedarX Encoder Demo > > > > I have added "V4l2" sources to the CedarX encoder demo. > > > > This is basically the "Camera" sources from AW demo that was around > > for A20... > > > > https://github.com/rosimildo/videoenc > > > > Instructions to compile and install is on the repository. > > > > > > If you have a V4L2 source ( web camera ) as /dev/video0: > > > > mkfifo /tmp/out1.h264 > > ./videoenc -i /dev/video0 -k 2 -r 25 -b 1024 -s 640x480 -o > > /tmp/out1.h264 > > > > The output file "out1.h264" cam be played on VLC or ffplay. > > > > R > > -- > > You received this message because you are subscribed to the Google > > Groups "linux-sunxi" group. > > To unsubscribe from this group and stop receiving emails from it, > > send an email to [email protected] <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > > > > > > > -- -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
