mpeg4 hardware encoder.
Steve Cookson
it at sca-uk.com
Mon Jun 24 07:53:41 PDT 2013
Hi Guys,
I have a Dazzle DVC100 which outputs mpeg4, or so I understand.
I use v4l2src to access it like this:
gst-launch -e v4l2src device=/dev/video1 ! videorate ! video/x-raw-yuv,
framerate=30000/1001 ! \
videoscale ! ffmpegcolorspace ! tee name=t \
t. ! queue ! xvimagesink \
t. ! queue ! theoraenc ! oggmux ! filesink location=video.ogg
It works fine apart from the lag which is about 100ms, which I would like to
be less.
It seems to me that "videorate ! video/x-raw-yuv" is not correct, or at
least not efficient. Wouldn't that mean it has to convert from mpeg4 to
raw-yuv and then back again?
What I'm looking for it the video/mpeg4 equivalent, but I don't see it.
What should I be doing different?
Regards
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130624/323cf082/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Blank Bkgrd.gif
Type: image/gif
Size: 145 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130624/323cf082/attachment.gif>
More information about the gstreamer-devel
mailing list