> The ideal situation would be to somehow proxy the video/audio stream so that
> both formats could be encoded simultaneously, as I have CPU cycles to spare.
I fear you will have to write a custom application to do this. Basing
it on either ffmpeg or gstreamer sounds like a good idea.
With gstreamer (and the gst-ffmpeg set of plugins for it), this might
look something like this:
gst-launch v4l2src ! tee name=vid ! ffenc_mpeg4 bitrate=300000 !
avimux ! filesink location=hq.avi vid. ! ffenc_mpeg4 bitrate=64000 !
avimux ! filesink location=lq.avi
(not tested, but should be a good starting point)
--
Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
[Home]
[Older V4L]
[Linux DVB]
[Video Disk Recorder]
[Video Technology]
[Asterisk]
[Photo]
[DCCP]
[Netdev]
[Plasma TVs]
[Video Projectors]
[PDAs]
[Xorg]
[Util Linux NG]
[Xfree86]
[Devices]
[Big List of Linux Books]
[Free Photo Albums]
[LCD TVs]
[Fedora Users]
[Webcams]
[Fedora Women]
[HDTV]
[ALSA Users]
[ALSA Devel]
[Stuff]
[SSH]
[Linux USB]