Destination Filename doesn't support spaces, etc.
Brought to you by:
kjtooke
Pretty self-explanatory. If you enter a Destination Filename with
spaces (and probably other "unusual" characters), mencoder fails.
This isn't an mencoder problem. DVDibbler needs to pass the
filename to mencoder insider double quotes.
For example,
mencoder ... -o ~/Desktop/movie 1.avi -oac mp3lame ...
should be
mencoder ... -o "~/Desktop/movie 1.avi" -oac mp3lame ...
Please fix this in DVDibbler! I think most of the bugs filed here so
far stem from this!
Logged In: NO
Thanks for the tip, I'll try your fix right away. If all OK I'll up a new binary soon.
Kind Regards,
Kris J Tooke