Results 1 to 1 of 1
-
01-05-2012, 06:35 AM #1
Freshman
- Join Date
- Jan 2012
- Posts
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
FFmpeg converting to flv but with 0 file size
I'm having problems regarding conversion of video to flv format. Below is my command
for conversion, but it seems to convert the video to flv but the file size remains 0
KB, what could be the problem, please suggest.
My command:
$command =$ffmpegPath . " -i " . $srcFile . " -ar " . $srcAR . " -ab " . $srcAB . "
-f flv -s " . $srcWidth . "x" . $srcHeight . " " . $destFile . " | " . $flvtool2Path
. " -U stdin " . $destFile;
Please Help me ASAP. It's urgent
Thanks in advance
Regards
Hem
Similar Threads
-
php, how to call a php file from a html file
By slanluc in forum PHPReplies: 5Last Post: 04-12-2012, 05:23 AM -
Strategy for converting avi to 3gp/3g2
By Cora in forum General TalkReplies: 1Last Post: 10-25-2011, 08:14 AM -
Converting Dreamweaver Coding to CSS
By Philip236 in forum Graphics Design & Web DesignReplies: 0Last Post: 08-22-2011, 08:32 PM -
Converting from Joomla 1.5-1.6/1.7
By james9888 in forum Search Engine OptimizationReplies: 0Last Post: 05-04-2011, 04:44 PM -
How to find a pdf file is normal file or shared review file
By sunshine in forum JavaScript & AJAXReplies: 0Last Post: 01-04-2010, 11:21 AM


Reply With Quote

