terminal commands can't find frameno.avi
Brought to you by:
kjtooke
the terminal section of processing shuts down after it can't
find frameno.avi. .mplayer is present, but doesn't contain
this file. mencoder and mplayer are present in the
DVDibbler app-support folder. (i used the dvdibbler binaries
utility)
Logged In: YES
user_id=972831
This is a fairly standard warning from mencoder (it doesn't really have
anything to do w/ DVDibbler, from what I've seen).
For example, I can make DVDibbler/mencoder fail like this:
File not found: 'frameno.avi'
Failed to open frameno.avi
Reading config file /Users/jim/.mplayer/mencoder: No such file or
directory
Reading disc structure, please wait...
There are 20 titles on this DVD.
There are 2 chapters in this DVD title.
There are 1 angles in this DVD title.
DVD successfully opened.
success: format: 0 data: 0x0 - 0x59E4A000
Selected DVD audio channel: 128 language: en
MPEG-PS file format detected.
VIDEO: MPEG2 720x480 (aspect 2) 29.97 fps 9800.0 kbps (1225.0
kbyte/s)
[V] filefmt:2 fourcc:0x10000002 size:720x480 fps:29.97 ftime:
=0.0334
No audio encoder (-oac) selected. Select one or use -nosound. Use -oac
help!
Exiting...
However, the problem *in this case* is that I selected
~/Desktop/movie 1.avi
as the name of the file to save.
When DVDibbler passes that to mencoder (in the terminal), it looks like
this:
mencoder ... -o ~/Desktop/movie 1.avi -oac mp3lame ...
I just submitted a new bug to cover this (see #966479), since your bug
(799504) may in fact be different, and maybe it will help others looking
for this problem.