On OS X.4.11...
Instructions say "Make sure that your startup disk has no spaces or special characters in its name."
We need to rename our volume just to get an app to run?? Why?
Doesn't ffmpeg know how to handle escaping spaces?
isn't ffmepg teh app that creates the commandline instructions?
if i rename my volume, that's going to break paths for a WHOLE lot of other apps and server processes...
seems silly to cater an entire system to a single app and it's supporting apps...
what workarounds are there?
is it the supporting binaries that 'need this' ?
of ffmpeg that can't handle it??
i don't think i've even noticed it being a problem, but maybe i haven't encountered it yet...
right now i'm converting an .avi to DVD - seems to be working...
but it's only generating the video - no audio (yet?)...
WHen would i see a problem manifest pertaining to the white spaces?
Results 1 to 5 of 5
-
-
It is a safety precaution to avoid problems with some tools that are part of the ffmpegX toolbox.
• ffmpeg handles spaces just fine.
• mencoder/mplayer has trouble with spaces if the volume of the source or destination file has spaces
• mpeg2enc w/ Decode with QuickTime/Decode with ffmpeg handles spaces just fine
• mpeg2enc w/ Decode with mplayer can complain about spaces
• x264 handles spaces just fine.
• some tools use a relative path (/.../.../...) for files on the boot volume, ignoring that volume name
• files on different volume always use the volume name as part of the path
• ...
You can get away with a lot, but some operations can fail, depending on location of files.
I understand it has to do with some of the tools not accepting escaped strings or decoding the escaped string before handling it, or something like that. As these routines are hardcoded in the binaries, it couldn't be done with the inclusion of these tool "as-is".
Similar Threads
-
Bluray player calling blueray disk "data disk" and saying no video files
By jbitakis in forum Authoring (Blu-ray)Replies: 10Last Post: 27th Nov 2011, 21:06 -
A way to make the "Low Disk Space" warning go away?
By Xylob the Destroyer in forum ComputerReplies: 12Last Post: 21st Apr 2009, 17:27 -
What's the "Plop" Sound on XP Startup Mean?
By Soopafresh in forum ComputerReplies: 5Last Post: 14th Feb 2009, 09:22 -
"data disk" rather than as an "audio disk"?
By bryankendall in forum Newbie / General discussionsReplies: 3Last Post: 20th Jan 2009, 09:10 -
spaces in startup disk name?
By lsloan in forum ffmpegX general discussionReplies: 4Last Post: 11th Mar 2008, 14:06