aboutsummaryrefslogtreecommitdiff
path: root/libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php
diff options
context:
space:
mode:
authorDalyn Cessac <dalyn.cessac@1214036.no-reply.drupal.org>2011-03-16 11:06:40 -0500
committerDalyn Cessac <dalyn.cessac@1214036.no-reply.drupal.org>2011-03-16 11:06:40 -0500
commita435de089da4dd37c3c183f633a49107c720dd95 (patch)
tree5f92decbf2d4bb27f85c49bfc5b4fcaf938b58b4 /libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php
parenta31b9883849b0a04420ee1d476fbe08c87bc5d53 (diff)
downloadvideo-a435de089da4dd37c3c183f633a49107c720dd95.tar.gz
video-a435de089da4dd37c3c183f633a49107c720dd95.tar.bz2
Added phpvideotoolkit transcoder and updates to the preset ui
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