Commit graph

21 commits

Author SHA1 Message Date
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
41i 6h0rb4n1
08ccabcd77
Issue 539 (#759)
* Issue running ClipFilter with  set to NULL #566
* Can't encode video Fatal error #539

Co-authored-by: Romain Biard <romain.biard@gmail.com>
2021-03-02 21:54:00 +01:00
Marcus Bointon
8f7575b076
Fix docs generation, PSR-12 type compliance (#790)
* Correct docs generation, fixes #774

* Standardise on unaliased int and bool types, as per PSR-12 section 2.5
2021-03-02 15:39:45 +01:00
Camilo Manrique
0460b9bb60 Add copy as available codecs for X264 and WebM 2019-04-27 13:22:12 -05:00
Romain Neutron
8908cd19bc Merge pull request #257 from ScoringLine/feature/aac-codec-support
Add support for aac codec of ffmpeg3
2016-12-15 15:46:14 +01:00
Maxime Veber
8f3b65dec6 Add support for aac codec of ffmpeg3 2016-12-05 18:12:12 +01:00
Romain Biard
010b3b8a6d Creation of a setPasses method for the X264 format. 2016-11-10 12:19:17 -03:00
sujayjaju
4b8519270d Support for libfdk_aac 2014-12-11 20:55:21 +05:30
Romain Neutron
559df352c5 Minor fixes 2014-08-12 20:51:22 +02:00
sylvainv
634e67d7ec Allow to set bframe support in a format 2014-08-01 00:03:13 +08:00
Romain Neutron
ad3a5af623 Version 0.3 2013-06-25 10:03:20 +02:00
zboyet
a4e205253d Added ability to choose between resolution modulus 2013-04-16 11:24:29 -07:00
Romain Neutron
cf97e06650 Add VideoInterface getPasses method 2012-12-06 11:25:12 +01:00
Nicolas Le Goff
1cb6723d86 Implement supportBFrames method to resizableVideos 2012-06-11 19:20:53 +02:00
grosroro
b1e6eeaf95 Rename Interfaces 2012-05-30 12:22:22 +02:00
Romain Neutron
cd33043f78 Remove suffix of Format classes 2012-05-25 20:53:56 +02:00
Romain Neutron
0b74d0c30c Fix CS 2012-05-25 15:44:43 +02:00
Romain Neutron
83408e985f Fix CS 2012-05-11 00:29:43 +02:00
Romain Neutron
53efcb255f Add doc blocks 2012-04-13 15:42:10 +02:00
Romain Neutron
4233651502 Add License 2012-04-13 14:34:53 +02:00
Romain Neutron
94775176c9 Add Audio and Video interfaces 2012-04-13 12:45:41 +02:00
Renamed from src/FFMpeg/Format/X264.php (Browse further)