On Sun, 17 Jun 2007 17:02:26 +1000 Alex Samad <[EMAIL PROTECTED]> wrote:
> On Sun, Jun 17, 2007 at 10:43:40AM +1000, Jeffrey Grembecki wrote: > > On Sun, 17 Jun 2007 07:09:56 +1000 > > Alex Samad <[EMAIL PROTECTED]> wrote: > > > > > The video part is fine, but there is nothing in the .mp3 file. > > > > Since you're using seperate encoders for video and audio, you should > > probably use the -m switch. > > ?, what i am saying is i get 2 files instead of just the one, shouldn't > transcode produce just 1 file, or do I need to multiplex them together ? if > so > what tool should I be using ? > > > > > :) > > > > Because you are using seperate filters for video and audio, yes you must create seperate files. You must use the -m switch when you do this and you also have to multiplex the files together with say mplex. I believe someone said you don't have to use seperate filters anyway. TTFN.