forked from char0n/ffmpeg-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
142 lines (142 loc) · 13.2 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>FFmpegPHP2</name>
<channel>pear.codescale.net</channel>
<summary>Manipulate video files using the ffmpeg program</summary>
<description>FFmpegPHP is a pure OO PHP port of ffmpeg-php written in C. It adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP&apos;s image functions. This works well for automatically creating thumbnail images from movies. FFmpegPHP is also useful for reporting the duration and bitrate of audio files (mp3, wma...). FFmpegPHP can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)</description>
<lead>
<name>Vladimír Gorej</name>
<user>char0n</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2013-05-05</date>
<time>12:52:31</time>
<version>
<release>2.7.0</release>
<api>2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
<notes>
Faster frames extraction
Tons of fixes and enhancements
</notes>
<contents>
<dir baseinstalldir="FFmpegPHP2" name="/">
<file baseinstalldir="FFmpegPHP2" md5sum="c6ce75ee0150e5cbb8137a9d21a2b63d" name="adapter/ffmpeg_animated_gif.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="6cc9c7e25224dd133bc860ec452c4665" name="adapter/ffmpeg_frame.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="5ce9010f166601289866d613b9e55159" name="adapter/ffmpeg_movie.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="573c2f37a1f39637090810cd7746566c" name="docs/classtrees_FFmpegPHP.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="8d51e24193dfcd61f56f98ee98e05520" name="docs/elementindex.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="665e7811deccf3ef793f905b01129305" name="docs/elementindex_FFmpegPHP.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="e697256782fef3a2ba9a7ea2803c0261" name="docs/errors.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="bcc1a0655d9cb83b4c8cfffb3f41144e" name="docs/index.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="bcc1a0655d9cb83b4c8cfffb3f41144e" name="docs/li_FFmpegPHP.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="55d3078567ae307b5141049c66f48f63" name="docs/FFmpegPHP/FFmpegAnimatedGif.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="3a7f920e58b3e4db952fc1e461351d22" name="docs/FFmpegPHP/FFmpegAnimatedGifTest.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="e84b04db70d3baa70c69ebf66670e442" name="docs/FFmpegPHP/FFmpegAutoloader.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="0b696d2b8b37ec69c8fec2c44ab878b3" name="docs/FFmpegPHP/FFmpegAutoloaderTest.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="8ede7d47d73c58671451635d6dd614e4" name="docs/FFmpegPHP/FFmpegFrame.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="312590ee2be596e237b855caad0a0161" name="docs/FFmpegPHP/FFmpegFrameTest.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="990a364874ab22cfce99a3c1bb58b6a2" name="docs/FFmpegPHP/FFmpegMovie.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="b230780ddb143b097315f10177984bbb" name="docs/FFmpegPHP/FFmpegMovieTest.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="dd8a2fb0536b5626e819988aabb2b089" name="docs/FFmpegPHP/_FFmpegAnimatedGif.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="a25004a9a35d138cdd2b1e6f30ed14fc" name="docs/FFmpegPHP/_FFmpegAutoloader.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="a03e0bcd61539fd02d88ee4708aa5041" name="docs/FFmpegPHP/_FFmpegFrame.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="107066da16225942d3c7d76cd325d884" name="docs/FFmpegPHP/_FFmpegMovie.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="b1d55e5e563f05fe23a690f4a910a49f" name="docs/FFmpegPHP/_test---bootstrap.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="727cd6ce0ad6f91146a85e004608839e" name="docs/FFmpegPHP/_test---FFmpegAnimatedGifTest.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="04497476fcfa4cb22cc36e7984bf2d38" name="docs/FFmpegPHP/_test---FFmpegAutoloaderTest.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="9d39757295a319d56af6f813872bd677" name="docs/FFmpegPHP/_test---FFmpegFrameTest.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="b6f3009dedf4abaa5f284a652cfb9a7d" name="docs/FFmpegPHP/_test---FFmpegMovieTest.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="47328e9bede1ddbf25e0a6bc0c8a4141" name="docs/FFmpegPHP/adapter/ffmpeg_animated_gif.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="f2e2823b23b0afac3ce9f98009db854d" name="docs/FFmpegPHP/adapter/ffmpeg_animated_git_test.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="1fb6df6ede8114a40e012ea1cde81cfc" name="docs/FFmpegPHP/adapter/ffmpeg_frame.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="9d3eaa45f69a70e044c98008e4012400" name="docs/FFmpegPHP/adapter/ffmpeg_frame_test.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="80575b689d89c48164cad5aa78429c3d" name="docs/FFmpegPHP/adapter/ffmpeg_movie.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="08eecded92789b8f653528f7ed52c1ae" name="docs/FFmpegPHP/adapter/ffmpeg_movie_test.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="04426fddd0765f360eb44419d469cae0" name="docs/FFmpegPHP/adapter/_adapter---ffmpeg_animated_gif.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="cd4f74c001804b8f7083ba8ac520341b" name="docs/FFmpegPHP/adapter/_adapter---ffmpeg_frame.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="0df770b038dd9aee9110d3631f15be2f" name="docs/FFmpegPHP/adapter/_adapter---ffmpeg_movie.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="ee1f0d82787a5c75a8caa45472389a82" name="docs/FFmpegPHP/adapter/_test---adapter---ffmpeg_animated_gif_Test.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="daecc1de4cce63099001f855454015d6" name="docs/FFmpegPHP/adapter/_test---adapter---ffmpeg_frame_Test.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="970872c3a1bfbafc8eeca16582d97756" name="docs/FFmpegPHP/adapter/_test---adapter---ffmpeg_movie_Test.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="95f8d18207e589773ab27b85f9840779" name="docs/FFmpegPHP/provider/AbstractOutputProvider.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="917b121be7eba943cfe1fc46ff64e546" name="docs/FFmpegPHP/provider/FFmpegOutputProvider.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="7d7cdff1c8db3671ed2b931ac8ba65fe" name="docs/FFmpegPHP/provider/FFmpegOutputProviderTest.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="720ee6e0706ae1ba479393f74c1b7496" name="docs/FFmpegPHP/provider/FFprobeOutputProvider.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="d760d1aef332ba48e3ec825784ab0f6f" name="docs/FFmpegPHP/provider/FFprobeOutputProviderTest.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="2d61a6a4aa87ae0b69e7a9ebcf071a7a" name="docs/FFmpegPHP/provider/OutputProvider.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="264647f2d1af921a17d828e07adc5fd6" name="docs/FFmpegPHP/provider/StringOutputProvider.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="c3b7e9a1888ac54c4141c9a478543fde" name="docs/FFmpegPHP/provider/_provider---AbstractOutputProvider.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="bd5e3fe8a1b5121c35a4ff048cbb9cf6" name="docs/FFmpegPHP/provider/_provider---FFmpegOutputProvider.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="41e7832e0cbf633b2dc6971d254cc63d" name="docs/FFmpegPHP/provider/_provider---FFprobeOutputProvider.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="c835f1b0c343fa709b494f957c94fd1c" name="docs/FFmpegPHP/provider/_provider---OutputProvider.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="e02bc3e1d7d82f88db7cf720bceefd9e" name="docs/FFmpegPHP/provider/_provider---StringOutputProvider.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="5b55e2c34e23dfee89523eab758f3b73" name="docs/FFmpegPHP/provider/_test---provider---FFmpegOutputProviderTest.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="781274e52dc7ff4d6e9271b55a3c5dcd" name="docs/FFmpegPHP/provider/_test---provider---FFprobeOutputProviderTest.php.html" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="908a7af2b36fa04f1b869ff74b6a8d37" name="docs/media/background.png" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="4c480a60db1ab64317fe351a24396eb1" name="docs/media/empty.png" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="45923cad7340f4184f27e287c17e2429" name="docs/media/logo.png" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="e30f8980b460663466797d691f972467" name="docs/media/style.css" role="doc" />
<file baseinstalldir="FFmpegPHP2" md5sum="e99fea428313c70fe35570f709a5aeb2" name="provider/AbstractOutputProvider.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="fc0738a8ad50606ba28c4ba6b6736138" name="provider/FFmpegOutputProvider.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="6cb518ba565d84f8295d036f9c45a8aa" name="provider/FFprobeOutputProvider.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="b645de65220e6bbdb808af8175aacf06" name="provider/OutputProvider.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="1f765dcfe130bdf8ce3bc40e9713e407" name="provider/StringOutputProvider.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="d23eed9f9d2139a7f36f5b1cdb3d6a56" name="test/bootstrap.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="d736f6ae9a4519b8b613dea24bbf4643" name="test/FFmpegAnimatedGifTest.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="e8ac11f55d04b5cde9065f8faddaa3a0" name="test/FFmpegAutoloaderTest.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="1dd4d119a0b7756ab36a496039b66c39" name="test/FFmpegFrameTest.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="3076406df448a021b0996daa7fb44bfe" name="test/FFmpegMovieTest.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="ebe6fd3780f3d2a4baceaa70abec520d" name="test/adapter/ffmpeg_animated_gif_Test.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="c065b1cb98cdf3aa4b116e5b84f24354" name="test/adapter/ffmpeg_frame_Test.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="390c3df08a9cb026a3146742a8240eca" name="test/adapter/ffmpeg_movie_Test.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="34ccb4a8bcf8af7054f66745ed081045" name="test/data/test.mp4" role="data" />
<file baseinstalldir="FFmpegPHP2" md5sum="3ad821dca55f57baaf66881aa156c058" name="test/data/test.wav" role="data" />
<file baseinstalldir="FFmpegPHP2" md5sum="d8e8fca2dc0f896fd7cb4cb0031ba249" name="test/data/test1.txt" role="data" />
<file baseinstalldir="FFmpegPHP2" md5sum="827f0f6a3f2dcbf8a3b8063ec0943b4f" name="test/provider/FFmpegOutputProviderTest.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="c5e38d9d0ee8b2ad05690ad09fa1b74e" name="test/provider/FFprobeOutputProviderTest.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="15fe925d2c2f58e8ba9401cddaa37fee" name="composer.json" role="data" />
<file baseinstalldir="FFmpegPHP2" md5sum="e97a02c44c623e806614a617125fb8cf" name="FFmpegAnimatedGif.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="5261f35e77f21bd3e1a220ceec6b934d" name="FFmpegAutoloader.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="7af7fb0f8713be3ecc4613498efa1bf1" name="FFmpegFrame.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="41fb7436d03a92e9c7b4deb300a40356" name="FFmpegMovie.php" role="php" />
<file baseinstalldir="FFmpegPHP2" md5sum="38615a9c552fe3d138ce2a1491052333" name="LICENSE" role="data" />
<file baseinstalldir="FFmpegPHP2" md5sum="1f69bc46935b4bcbdea160661e271a00" name="README.rst" role="data" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>2.7.0</release>
<api>2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-05-05</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
<notes>
Faster frames extraction
Tons of fixes and enhancements
</notes>
</release>
</changelog>
</package>