Hi, m getting following error while watermarking videos:
← Back to examples list
This example shows you how to watermark a video. Please note; that in order to watermark a video FFmpeg has to have been compiled with vhooks enabled.
• The media player is embedded using PluginObject to embed the video examples. It is distributed under a BSD License.
Testing for vhook support...
You FFmpeg binary has been compiled with vhook support.
Notice: Undefined offset: 1 in /home/mobiworl/public_html/upload/phpvideotoolkit.php5.php on line 773
Notice: Undefined offset: 0 in /home/mobiworl/public_html/upload/phpvideotoolkit.php5.php on line 774
Warning: rename(/home/mobiworl/public_html/upload/examples/working/tmp/1250861565-4a8ea1fdc1f53.info,/home/mobiworl/public_html/upload/examples/working/logs/New.log) [function.rename]: Permission denied in /home/mobiworl/public_html/upload/phpvideotoolkit.php5.php on line 3093
PHPVideoToolkit Error: Execute error. Output for file "/home/mobiworl/public_html/upload/examples/working/to-be-processed/New.avi" was not found. Please check server write permissions and/or available codecs compiled with FFmpeg. You can check the encode decode availability by inspecting the output array from PHPVideoToolkit::getFFmpegInfo().
Kindly help me out.
Hey Please Chmod your folders !! 777
linux command
chmod -R 777 folder
Dear Sascha