From vshare 2.3, we do not rename the uploaded file, so if you upload a file with space in it, it will not get converted.

To fix the problem, open

include/settings/video_conversion.php

FIND

Code:
$video_src
REPLACE WITH

Code:
'$video_src'
That is single quotes before and end of $video_src