249a559c12
📝 Document attachments
2022-09-10 23:45:52 -05:00
e07743625c
📝 Document listeners
...
And other stuff
2022-09-06 12:44:56 -05:00
db2cedf4f9
💬 Update packagist description
2022-08-29 11:45:36 -05:00
60cb4299d2
✏️ Extra backtick
2022-08-29 11:19:40 -05:00
2672580a54
📝 Update documentation
2022-08-29 11:10:38 -05:00
d187e02d24
🔥 Replace all other files with 💀
2022-08-21 17:26:08 -05:00
Pascal Baljet
bda300b69a
Specify temporary directory + fix for default ffmpeg-passes* temporary directory ( #855 )
2022-02-22 16:54:06 +01:00
Pascal Baljet
f8086d7003
Update README.md
2022-02-09 14:36:26 +01:00
Pascal Baljet
111c153428
[BC] Upgraded dependencies, dropped support for anything below PHP 8.0. ( #849 )
...
* GitHub actions + style fixes + updated packages
* Fixed workflows dir
* Support for PHP 8.1 (#1 )
* Update README.md
* Revert some changes from upstream
2022-02-09 14:32:43 +01:00
Pascal Baljet
aed64baec5
Added GitHub Actions badge
2021-12-20 13:20:36 +01:00
Fran Moreno
2bed29ffbc
Remove silex support
...
Silex was abandoned 3 years ago, removing its support will allow
to bump some dependencies.
2021-12-15 16:00:46 +01:00
Romain Biard
edc0a7729d
Updated the README ( #805 )
...
Removed a non-valid link to Windows build and added a link to the FFMPEG download page were all executables can be found.
2021-03-29 22:20:00 +02:00
Ilya Chekalsky
afffd627ff
Add ability to disable -b:v ( #767 )
...
* adds ability to disable -b:v
* Fixed a bug in the way the paths to the test files were defined in the AudioConcatenationTest.php file
* Added a test to make sure that a negative kilobit rate returns an exception
* Added a test to check that the -b:v options are not set if the kilo bitrate is set to 0
* Disable 2pass when -b:v is disabled
Co-Authored-By: Philipp Doblhofer <6283313+philipp-doblhofer@users.noreply.github.com>
* Changed the way we call the class FFMpeg\Exception\InvalidArgumentException in tests
* Changed the way we call the class FFMpeg\Exception\InvalidArgumentException in tests
* Updated the README to include this new option
Co-authored-by: Romain Biard <romain.biard@gmail.com>
Co-authored-by: Philipp Doblhofer <6283313+philipp-doblhofer@users.noreply.github.com>
2021-03-04 19:17:34 +01:00
h0rn3z0r
7a30ef4a3b
fix readme typo ( #694 )
...
Co-authored-by: Jens Hausdorf <mail@jens-hausdorf.de>
Co-authored-by: Romain Biard <romain.biard@gmail.com>
2021-03-02 17:45:38 +01:00
Robert Plant
07460f7468
Fixed typo in the readme referring to FrameRate
2020-04-24 16:51:52 +01:00
CaliforniaMountainSnake
5b85b6b84d
Merge remote-tracking branch 'upstream/master'
2020-03-23 18:04:18 +03:00
CaliforniaMountainSnake
0d3bed21a7
ComplexMedia has been renamed to the AdvancedMedia.
2020-03-23 17:47:36 +03:00
CaliforniaMountainSnake
4469847d46
Minor improvements of the ComplexMedia
2020-03-02 14:50:42 +03:00
CaliforniaMountainSnake
71766fed47
Added the BC Layer alias for some phpunit methods to fix build at php <= 5.5.
2020-02-27 20:59:26 +03:00
Ilja Lukin
73fdec8290
Added initial parameters
2020-02-24 21:42:38 +01:00
CaliforniaMountainSnake
f20ad8a82e
Added the ComplexMedia type and the possibility to use -filter_complex and -map features. Added some built-in complex filters. Added the unit and functional tests of the new features. README.md has been updated.
2020-02-18 13:49:32 +03:00
Jens Hausdorf
ab50f00774
Merge branch 'master' into master
2018-10-04 15:52:18 +02:00
Jens Hausdorf
ed22de7eb1
fix #547
2018-10-04 15:42:02 +02:00
george
706afe23d7
readme improvements part 3
2018-10-02 14:46:41 +03:00
george
5551d0122a
readme improvements part 2
2018-10-01 21:52:57 +03:00
george
bad8f77ba0
readme improvements
2018-10-01 21:42:48 +03:00
Jens Hausdorf
279227ab2a
Merge branch 'master' into master
2018-09-05 09:27:36 +02:00
Miroslav Nový
0b871e59e7
Clip using input seek ( #543 )
...
Making video clip by input seeking
2018-07-06 18:51:09 +02:00
Lasse Lehtinen
633bb60dc6
Added tests for audio concatenation
2018-03-23 17:37:29 +02:00
Alexander Kartavenko
5737dbffd9
#452 Update README.md
...
Add missing require statement.
2017-12-05 13:23:15 +02:00
Ivan Ganev
d5fc9ed9db
array representation backward compat for php5
2017-11-08 18:32:56 +02:00
Ivan Ganev
fc5bfc691e
cat walked on keyboard, apparently
2017-11-07 19:43:43 +02:00
Ivan Ganev
607df6aa79
Merge branch 'master' of https://github.com/iganev/PHP-FFMpeg
2017-11-07 11:01:48 +02:00
Ivan Ganev
5d4dd8de37
forgot to update the README and describe the third waveform() param
2017-11-07 11:01:42 +02:00
Ivan Ganev
a989b49df1
Merge branch 'master' into master
2017-11-07 10:58:17 +02:00
Ivan Ganev
4b1033f8a2
updated README.md to represent the full possible usage of the waveform generation
2017-11-02 17:44:48 +02:00
Jens Hausdorf
4bbb50f989
fix readme typos
2017-10-24 21:37:45 +02:00
Jens Hausdorf
e482bfb84f
add Crop documentation
2017-10-16 17:36:56 +02:00
Jens Hausdorf
3f5be50e68
Merge branch 'master' into jens1o-isValid
2017-10-16 17:03:34 +02:00
Jens Hausdorf
8c16de99ad
add FFProbe#isValid to readme
2017-10-16 16:53:42 +02:00
Jens Hausdorf
852b26539f
remove api link
...
fixes #420
2017-10-12 21:24:57 +02:00
Jens Hausdorf
07d1732300
fix typo; closes #404
2017-09-19 18:26:00 +02:00
Vaibhavraj Roham
30d5250376
typo in heading ( #351 )
...
* typo in heading
Typo in heading
* updated readme
Updated README
2017-04-25 10:45:09 -03:00
Jens Hausdorf
2ddf9ae377
add missing chapter about audio clipping in readme ( #329 )
2017-04-12 12:58:04 -03:00
Pe Ell
ce99075059
Fix Format classes namespace in README ( #320 )
2017-03-06 09:42:40 -03:00
Laurent Marquet
84493739b4
Remove not needed spaces ( #318 )
2017-03-03 15:55:27 -03:00
Romain Biard
7cff2ecb23
Update of the README ( #315 )
2017-02-27 12:08:47 -03:00
Jens Hausdorf
4082f4678c
update readme ( #312 )
2017-02-27 11:52:12 -03:00
Romain Biard
21c28dea25
Concatenation feature ( #287 )
...
* Creation of a feature to concatenate files into a new one.
* Update of the README
* Creation of the tests for the concatenation
* We use an array of videos instead of a path to a text files
* We use the bundle Temporary File System instead of getcwd
2017-02-14 13:55:07 -03:00
Romain Biard
6ba011de3a
Methods getAdditionalParams & setAdditionalParams which allow the user to pass additional parameters to the encoding request ( #284 )
...
* Modification of the format Video to add additional parameters based on user's desire
* Update of the README
* Working version of this feature. Still needs tests
* Fixing the tests of FFMPeg\Media\Video
* Setting up tests for the additionalParams feature
* Correction des tests
* Modifying tests. They work locally but not on Travis.
* Still trying to understand why Travis is throwing errors when PHPUnit is not.
* Add the additional params at the end of the command
* Fixed the tests and the way we add the parameters
* We remove log files
2017-01-24 15:19:32 -03:00