Welcome to the Webmaster Forum.
-
I did try ffmpegx. After a lengthy conversion, the movie & audio only played in slow motion. Or you may try this Video Encoder Engine for Adobe Flash, my friends recommend it to me. It can help you convert video format to .flv(flash format) using php script, C++, Visual Basic, Delphi, ASP, .NET, ColdFusion, it's safe and works pretty well for me, I think it deserves for a try.
http://www.flash-video-soft.com/flash-video-sdk/
Hope it helps
-
Hi!
Are you still here?))
You can try to use another program to convert video files to flash!
I prefer to use VisiFly program, it is very easy in use, step by step program. You can convert all video (avi, wmv, mpeg, mp4, mov) to flv or swf. Also these program allows to create HTML to use it on your website.
-
Thanks for share this information............................
-
Convert video to flv using PHP FFMPEG
Here is my code it will convert to flv but size can be 0KB. ANy one HELp????
<?php
function makeMultipleTwo ($value){
$sType = gettype($value/2);
if($sType == "integer"){
return $value;
} else {
return ($value-1);
}
}
$srcFile = "kabhi-alvida.avi";
$destFile = ".flvs/kabhi-alvida.flv";
$ffmpegPath = "/usr/local/bin/ffmpeg";
$flvtool2Path = "/usr/local/bin/flvtool2";
$ffmpegObj = new ffmpeg_movie($srcFile);
$srcWidth = makeMultipleTwo($ffmpegObj->getFrameWidth());
$srcHeight = makeMultipleTwo($ffmpegObj->getFrameHeight());
$srcFPS = $ffmpegObj->getFrameRate();
$srcAB = intval($ffmpegObj->getAudioBitRate()/1000);
$srcAR = $ffmpegObj->getAudioSampleRate();
$command = $ffmpegPath . " -i " . $srcFile . " -ar " . $srcAR . " -ab " . $srcAB . " -f flv -s " . $srcWidth . "x" . $srcHeight . " " . $destFile . " | " . $flvtool2Path . " -U stdin " . $destFile;
$convert = exec($command);
if(!$convert){
echo "FAILED!!!";
}
?>
-
Thanks Michal, For share this information..!!
-
I prefer to use VisiFly program, it is very easy in use, step by step program.
-
Thanks a lot for share this information. i really need it..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Powered by vBulletin™ Version 4.0.6
Copyright © 2010
Windows 8 Themes. All rights reserved.
All times are GMT. The time now is 07:58 PM.
Bookmarks