[gstreamer-bugs] [Bug 352624] New: The process for encoding video with xvidenc and camera device?

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Aug 23 17:41:35 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=352624
 GStreamer | gst-plugins-bad | Ver: 0.10.9

           Summary: The process for encoding video with xvidenc and camera
                    device?
           Product: GStreamer
           Version: 0.10.9
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: spk9012 at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.5/2.6
   GNOME milestone: Unspecified


Please describe the problem:
I'm trying to encode video using xvidenc plugin and camera device on v4lsrc
plugin. The below command is for it.

gst-launch v4lsrc device=/dev/video0 ! 'video/x-raw-yuv,width=352,height=288' !
xvidenc ! queue ! avimux ! filesink location=test.avi

But, The created file don't have any contents.
If i'm in a wrong experimentation, please recommend me the right one.
Thanks.


Steps to reproduce:
1. I verified that the camera device is working well by using the below
command.
   gst-launch v4lsrc device=/dev/video0 ! video/x-raw-yuv,width=352,height=288'
! sdlvideosink
2. And I tried the video encoding with the below command but it has some
problems as i described.
   gst-launch v4lsrc device=/dev/video0 !
'video/x-raw-yuv,width=352,height=288' ! xvidenc ! queue ! avimux ! filesink
location=test.avi
3. 


Actual results:


Expected results:


Does this happen every time?
Yes

Other information:


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list