Ok This Is The Right Place. Need Help Encoding Vid


L

lol2232

Guest
I am on linux and trying to encode a video and this is what I recieve:
Code:
devan@lloyd:~$ mencoder Sky_Captain_And_The_World_Of_Tomorrow-Xvid_DVDSCR.avi -o Skycaptain.avi -ovc lavc -oac lavc -ffourcc DX50 -lavcopts \ acodec=mp3:vbitrate=300:abitrate=128 -vf scale=320:-3
MEncoder dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Intel Celeron A Mendocino/Pentium II Dixon (Family: 6, Stepping: 10)
Detected cache-line size is 32 bytes
CPUflags: Type: 6 MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX SSE

86 audio & 200 video codecs
File not found: 'frameno.avi'
Failed to open frameno.avi
Option lavcopts: Unknown suboption  acodec

Exiting... (error parsing cmdline)
devan@lloyd:~$

Sorry about the two other posts in the wrong spots.
 
Sweet... Merciful... Heavens...

Saluton!

Anyway, moving on, you've got a slash in there that shouldn't be. Remove the slash before "acodec". The only reason command lines have slashes like that is if they include carriage returns, which they never do when you actually input them (it makes scripts more legible).
 
Back
Top