From a435de089da4dd37c3c183f633a49107c720dd95 Mon Sep 17 00:00:00 2001 From: Dalyn Cessac Date: Wed, 16 Mar 2011 11:06:40 -0500 Subject: Added phpvideotoolkit transcoder and updates to the preset ui --- .../examples/working/tmp/_ffmpeg_info.php | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php (limited to 'libraries/phpvideotoolkit/examples/working/tmp/_ffmpeg_info.php') 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 @@ + 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 -- cgit v1.2.3