In Windows you can have file/directory names with spaces in them.

To reproduce, upload a video file called "ah ha.mov" and watch it fail to transcode.

The problem is that the commands generated to execute ffmpeg do not wrap the filenames in double-quotations.

The simple fix is to wrap the filenames in double-quotations.

(see attached patch)

CommentFileSizeAuthor
#1 flashvideo-patch_2.txt1.28 KBms2011
flashvideo-patch.txt758 bytesms2011

Comments

ms2011’s picture

StatusFileSize
new1.28 KB

Same goes for thumbnails. (see attached)

travist’s picture

Thanks!!!

This will be added to the next release. Slowly but surely we are building to a rock solid 2.0!

travist’s picture

Status: Needs review » Fixed

FlashVideo Version 2.0.BETA fixes this issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)