Hallo

> As a newbie to the mjpeg-tools I have the following problem:
> 
> If got some avi-files with sound and some without sound. Now I would like to
> combine the two types of files, to be able to process these files further
> with glav (and so on). Preferably the output is an avi-file too.
The file have to be the same type, means same video size, framerate, and
audio. 

You can edit each file with glav/lavplay. And encode the video
afterwards with that:
lav2yuv file_with_sound.eli file_without_sound.eli | ....

If the first file hast the sound you should not that much problems
multiplexing one audio file afterwards to the video.

If you have first silence you might have to encode "silence", or use the
mplex -O|--sync-offset option. With that you can specify a offset
between the audio and video. But I don't know up to which time (seconds)
this works. 

> It wouldn't matter whether I had to remove sound from the files with sound or
> to add sound (frome the zero-device) to the files without sound.
You can add sound to a avi with lavaddwav. 


auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to