[MEncoder-users] File not found: 'frameno.avi' / Failed to open frameno.avi

The Wanderer inverseparadox at comcast.net
Fri Feb 17 23:58:59 CET 2006


Tony wrote:

> Does anyone know what this means?
> 
>>mencoder test.wmv -oac mp3lame -ovc lavc -of rawaudio -o test.mp3
> 
> This produces the following:
> 
> MEncoder 1.0pre7try2-3.4.4 (C) 2000-2005 MPlayer Team
> CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Stepping: 1)
> Detected cache-line size is 32 bytes
> CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
> Compiled for x86 CPU with extensions: MMX MMX2 SSE
> 
> File not found: 'frameno.avi'
> Failed to open frameno.avi
> Option of: Unknown suboption rawaudio
> 
> Exiting... (error parsing cmdline)

For one thing, 'frameno.avi' is an almost completely obsolete feature,
and has nothing whatsoever to do with your problem; it is used only in
an outdated three-pass encoding process.

The problem is that your particular version of MEncoder does not
understand the 'rawaudio' output format. It was added in June of 2005,
and 1.0pre7try2 was released in May. Either read the documentation which
should have been installed when you installed MPlayer, or (if you want
to go by the online documentation) download and compile the current CVS
version.

> I am trying to get mp3 audio from a .wmv file or a .rm.  Any
> suggestions on how this can be done, or how to get past this error?

Your command line above should be correct, if you use a version of
MEncoder which supports -of rawaudio.

If you don't want to or can't do that, then your only real alternative
is to say

mplayer input_file -ao pcm:file=output_file.wav

and then use your favorite independent MP3 encoding tool to turn the new
WAV file into an MP3. This is not quite as ideal, because it will
probably be more lossy than doing it all in one step with MEncoder, but
it should get the job done.

-- 
       The Wanderer

Warning: Simply because I argue an issue does not mean I agree with any
side of it.

Secrecy is the beginning of tyranny.




More information about the MEncoder-users mailing list