aboutsummaryrefslogtreecommitdiff
path: root/libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php')
-rw-r--r--libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php46
1 files changed, 46 insertions, 0 deletions
diff --git a/libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php b/libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php
new file mode 100644
index 0000000..252f999
--- /dev/null
+++ b/libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php
@@ -0,0 +1,46 @@
+<?php
+
+ $info = array (
+ 'reading_from_cache' => false,
+ 'ffmpeg-found' => true,
+ 'compiler' =>
+ array (
+ ),
+ 'binary' =>
+ array (
+ 'configuration' =>
+ array (
+ ),
+ 'vhook-support' => true,
+ 'versions' =>
+ array (
+ ),
+ ),
+ 'ffmpeg-php-support' => 'emulated',
+ 'raw' => 'The system cannot find the path specified.',
+ 'formats' =>
+ array (
+ ),
+ 'codecs' =>
+ array (
+ 'video' =>
+ array (
+ ),
+ 'audio' =>
+ array (
+ ),
+ 'subtitle' =>
+ array (
+ ),
+ ),
+ 'filters' =>
+ array (
+ ),
+ 'protocols' =>
+ array (
+ ),
+ 'abbreviations' =>
+ array (
+ ),
+ '_cache_date' => 1299962563,
+); \ No newline at end of file