PHP Classes

flv watermarking problem ..

Recommend this page to a friend!

      PHP Video Toolkit  >  All threads  >  flv watermarking problem ..  >  (Un) Subscribe thread alerts  
Subject:flv watermarking problem ..
Summary:flv watermarking problem ... array is blank in example04.php
Messages:1
Author:shariff
Date:2010-02-02 14:27:05
 

  1. flv watermarking problem ..   Reply   Report abuse  
Picture of shariff shariff - 2010-02-02 14:27:05

hi ,

i am new to ffmpeg , i tried with this toolkit which is great ...

every thing is working fine ,
one issue when i tried to add watermark on flv files with gif files

iam getting this error
Undefined offset: 0 lib/phpvideotoolkit.php5.php on line 784
Undefined offset: 1 lib/phpvideotoolkit.php5.php on line 788
Undefined offset: 2 lib/phpvideotoolkit.php5.php on line 789


i think this is initiated from this method ....
$toolkit->setVideoOutputDimensions ( PHPVideoToolkit::SIZE_SAS )


even i checked with configuration
flv enabled = 1 , disabled = 1
gif enabled = 1 , disabled = 0

Looking for any suggestions or code changes ....