When a user uploads a video with a space in the file name it will fail during conversion. I know there is a fix for this but I can't find it. Can anyone point me in the right direction?
When a user uploads a video with a space in the file name it will fail during conversion. I know there is a fix for this but I can't find it. Can anyone point me in the right direction?
In video convert command, find
Replace withCode:$video_src
Code:'$video_src'
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
Hello-
This is already here....I assume you were referring to the video_conversion.php in the include/settings...
Here is the file contents:
<?php
$cmd_ffmpeg = "$config[ffmpeg] -i '$video_src' -acodec mp3 -ar 22050 -ab 32 -f flv $video_flv";
$cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es";
$cmd_all = $cmd_mencoder;
$convert_3gp = $cmd_all;
$convert_mp4 = $cmd_all;
$convert_mov = $cmd_all;
$convert_asf = $cmd_all;
$convert_mpg = $cmd_all;
$convert_avi = $cmd_all;
$convert_mpeg = $cmd_all;
$convert_wmv = $cmd_all;
$convert_rm = $cmd_all;
$convert_dat = $cmd_all;
I also have that problem... Is it in the uu_default_config file?
...
Even with special characteres like # $ % ^& * ( ) ! It doesn't work because it puts a dash where it would be.
I have to rename the file and then reconvert to have my client's videos added.
I, too, have been having this problem. I made a post last month, but it went unanswered. Any help would be great as I've been having this problem for a while now!
Can anyone help?
Bookmarks