Greetings All <br><br>I have the syntax below that will show the video of my webcam on the screen and encode the video to an ogv file.<br>What I would like to do is show the video on the screen but change it from an ogv file to an mp4 or avi file with audio being recorded also can someone assist me on this.<br>

<br>Thanks<br><br>gst-launch-0.10 v4l2src ! &#39;video/x-raw-yuv,width=640,height=480,framerate=30/1&#39; ! \<br>timeoverlay halignment=right valignment=bottom shaded-background=true ! \<br>





clockoverlay halignment=left valignment=bottom text=&quot;M/D/Y:&quot; shaded-background=true time-format=&quot;%m/%d/%Y %H:%M:%S&quot; ! \<br>tee name=t_vid ! queue ! xvimagesink sync=false t_vid. ! queue ! videorate ! \<br>







&#39;video/x-raw-yuv,framerate=30/1&#39; ! theoraenc ! queue ! oggmux ! \<br>filesink location=testogg.ogv<br><br clear="all"><br>-- <br><br>