Samuel Lanctot
unread,May 26, 2012, 7:32:48 PM5/26/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pandaboard
Hello we are trying to encode a video stream from a pseye webcam
using
gst-launch v4l2src device=/dev/video3 num-buffers=200 ! "video/x-raw-
yuv, width=(int)640, height=(int)480, framerate=30/1" ! qtmux !
ffmpegcolorspace !ducatih264enc ! h264parse ! queue ! qtmux ! filesink
location = sample.mp4
This seems to work for a while, but when we try to open the file there
is an error that says there are invalid atom sizes. Can someone shed
some light on what we are doing wrong or if there are any issues with
the camera that we are using.
Thanks,
Sam L.