Welcome Guest, Not a member yet? Register   Sign In
ffmpeg video convertions
#1

[eluser]shahmy[/eluser]
Hi All,
I am trying to create video gallery using codeigniter. I am using php 5.2.11 with wamp server. I was install ffmpeg extension for php properly. At the same time I can create uploaded videos screen shots using ffmpeg and the video files also converted to flv format. but the size of video file is zero(0). If any one know the proper conversion please help me.
I was used following code for video conversation.

Code:
$directory_path          = $data['upload_data']['file_path'];
$directory_path_full          = $data['upload_data']['full_path'];
$file_name             = $data['upload_data']['raw_name'];
exec($ffmpgPath. "ffmpeg -i" .$directory_path_full. "-ar 22050 -ab 32k -f flv -s 220x120" .$directory_path.$file_name);
exec($flvtooplPath."flvtool2 -U stdin ".$directory_path.$file_name.".flv");

Thank You.




Theme © iAndrew 2016 - Forum software by © MyBB