<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
dear all,<br>
For converting video from wmv to ogg i used the follwing command <br>
<br>
vlc -I dummy /tmp/test.wmv
<br>
:sout="#transcode{vcodec=theo,venc=theora,quality=8,vb=512,scale=1,acodec=vorb,fps=29.97,ab=64,channels=2}:duplicate{dst=std{access=file,mux=ogg,url='/tmp/test.ogg'}}"
vlc:quit
<br>
<br>
but it didnt work well, the video and audio were out of sync. but works
well with a gui and not working well with<br>
command line execution. The gui gives me the same command line option.<b>
Is there a bug in vlc </b>that causes this<br>
problem?<br>
<br>
can anyone pls give me the command line args.<br>
if u know the answer pls help.<br>
<br>
thanks,<br>
ananth.g<br>
</body>
</html>