Hi All,

I have sucessfully used smilutils to create .OGM Videos from my Analog
Video8 movies (Raw DV) captured with Canopus ADVC-100.

My scripts were more or less in the form:

   smil2yuv project2.smil | yuvdenoise -F -f \
   | mencoder -ovc frameno -oac pcm -o frameno.avi -

Now I want to create Divx ("pure"), not .ogg sound and I tried the
following command line:

  smil2yuv project2.smil | yuvdenoise -F -f \
  | mencoder -oac copy -ovc frameno -o frameno.avi ...

The problem is that aparently mencoder can not extract the Audio from
the output provided by "smil2yuv".

** I have tried another way:

Extract the Audio with "smil2wav":

  smil2wav -a audifile.wav project2.smil

and then:

  smil2yuv project2.smil | yuvdenoise -F -f \
  | mencoder -audiofile audiofile.wav -ovc frameno -o frameno.avi \
  -oac mp3lame -lameopts br=128:vbr=2:q=0:vol=2 -

but the process is long.

Is there any way to passthrough the output of smil2yuv to mencoder so
that mencoder could extract the Audio to the "frameno.avi" file ?

Sorry if something is too obvious in the above doubts but I am not
an expert on video or audio.

Best regards,

-- 
Javi,         _____           [EMAIL PROTECTED]
                |             http://www.europa3.com/users/fjherna/
     \_____(X)_(_)_(X)_____/  http://www.valux.org/
____________!___!___!_________Valencia(Spain)
===================================================================
You have the power to influence all with whom you come in contact.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to