Commit graph

44 commits

Author SHA1 Message Date
Malte Rosenbjerg
278ab4c7b5
V.5.0.0 (#391)
* Move NotifyOnProgress processing to ErrorData

* added HighPass filter, LowPass filter, Audiogate and Silencedetection

* re-added corresponding AudioFilterOptions

* Update LICENSE

* Update ci.yml

* Fix argument

* Bump action versions

* Ignore Uri_Duration until root cause found

* Use action that can install specific ffmpeg version

* Remove ignore

* Revert "Remove ignore"

This reverts commit d85a4b81ab.

* Bump dependencies

* Use setup-dotnet@v2 since v3 seems to install .NET 7

* Init

* WIP

* Add Directory.Build.props

* Add SupportedOSPlatform attribute on tests using SDC

* Fix using temporarily

* Add IgnoreIf attribute to only run SDC tests on Windows

* Cleanup pipelines

* Cleanup

* Cleanup using directives

* More cleanup

* Simplify attribute

* Fix attribute

* Add missing test file

* Added blackdetect and blackframe arguments

* Added log levels

* Add missing using directive after rebase

* fix extension is not png lost path

* Apply fix to methods in new location

* Add Uri support for Frame Analysis,
skipped Stream support as this cannot support MP4's with moov atom in the end of the file, and input pipes do not support seek.

* Add select multiple streams

* Add other stream types to Channel (V,s,d,t)

* Add negative mapping to select stream (deselect)

* Update test

* Add pad video filter

* Update PipeHelpers.cs

* Fix GetPipePath() for MacOS

* Add SampleAspectRatio property to VideoStream

* Update year

* Always use Path.GetTempPath() on linux and macos

* Use FedericoCarboni/setup-ffmpeg@v2

* Include macos in ci matrix

* AddDeviceInput similar to AddFileInput and FromDeviceInput

* fixed hwaccel parameter not working in 5.0

* a hack to unconditionally kill ffmpeg when parent .NET process exits

* Remove PInvoke.Kernel32

* Remove unneeded cast

* Update test

* Added ability to retrieve bit depth from media streams for lossless encodings (#359)

* Added ability to retrieve bit depth from media streams for lossless encodings

* Shortened sample AIFF file used in tests

* Cleanup after splitting into two packages (#386)

* Move PosterWithAudio to FFMpegCore

* Reduce windows only tests

* Update Directory.Build.props

* Create .editorconfig

* More cleanup

* Enable implicit usings

* Remove unused method

* Apply dotnet format

* Fix unused variable in AudioGateArgument

* Fix boolean conditions in AudioGateArgument

* Merge boolean conditions into pattern

* Use target-typed new

* Add linting to CI

* Add CUDA to HardwareAccelerationDevice enum

* Increase timeout for Video_Join_Image_Sequence

* Adjust Video_Join_Image_Sequence timeout

* Fix expected seconds in Video_Join_Image_Sequence

* Increase timeout for Video_TranscodeToMemory due to macos agents

* fix: Switch source for rotation property from 'tags/rotate' to 'side_data_list/rotation' (incl. test case) (#388)

* Init (#389)

* build master branch after merge or push (#390)

* Update ci.yml

* Add codecov

* Remove codecov for now

* Add coverlet.collector and codecov

---------

Co-authored-by: keg247 <44041557+keg247@users.noreply.github.com>
Co-authored-by: Wilbert Bongers <msdnwilbert@muziekweb.nl>
Co-authored-by: Artemii Gazizianov <107502822+ArtemiiimetrA@users.noreply.github.com>
Co-authored-by: Thodoris Koskinopoulos <me@koskit.me>
Co-authored-by: 赵宁 <602726286@qq.com>
Co-authored-by: jeroenvanderschoot <jeroen.vanderschoot@kinetiq.tv>
Co-authored-by: Sky Z <qe201020335@sina.com>
Co-authored-by: Gleb Moskalenko <gleb.moskalenko.general@gmail.com>
Co-authored-by: ep1kt3t0s <86835785+ep1kt3t0s@users.noreply.github.com>
Co-authored-by: Victor Nova <lostfreeman@gmail.com>
Co-authored-by: Tom Bogle <tom_bogle@sil.org>
Co-authored-by: pklaes <10601494+pklaes@users.noreply.github.com>
2023-02-05 00:29:37 +01:00
Tieson Trowbridge
42be852d30
Update README.md
Minor formatting fix for Path Configuration / Option 2 - indented code fence not parsed as a closing code block by Github's Markdown processor.
2022-03-26 19:17:10 -04:00
Malte Rosenbjerg
4e977c6647
Update README.md 2022-03-13 11:43:48 +01:00
BobSilent
f7ad339459 Update Docu 2021-11-18 14:01:05 +01:00
Malte Rosenbjerg
e6d85eea11
Update README.md 2021-09-19 20:49:10 +02:00
Malte Rosenbjerg
a76ec851c8
Update README.md 2021-08-12 23:06:07 +02:00
Malte Rosenbjerg
2722431457
Add non-code contributors 2021-08-07 16:08:15 +02:00
Malte Rosenbjerg
78c749c748
Update README.md 2021-08-07 15:34:40 +02:00
Malte Rosenbjerg
e13376f175
Replace contributors block with image from contributors-img 2021-08-06 12:13:35 +02:00
chaitanyabd
a2b37cb920
Update README.md 2021-07-31 00:05:38 +05:30
Malte Rosenbjerg
d44863747a
Update README.md 2021-03-15 18:49:31 +01:00
Malte Rosenbjerg
eba1dac0b9
Update README.md 2021-03-15 18:49:20 +01:00
Jochen Kühner
928ef40f21
Update README.md 2021-03-10 07:15:36 +01:00
Malte Rosenbjerg
af67cc2fbb
Added tiesont to contributors list
Helping other users of this library
2021-02-03 23:58:11 +01:00
Malte Rosenbjerg
1bcc9fe3bd
Update README.md 2020-11-09 21:12:34 +01:00
Malte Rosenbjerg
928e501033
Update README.md 2020-10-29 00:28:46 +01:00
Malte Rosenbjerg
01bded8462
Update README.md 2020-10-29 00:16:58 +01:00
Malte Rosenbjerg
054872d3c4
Update README.md 2020-10-24 23:35:04 +02:00
Malte Rosenbjerg
5716291c67
Update README.md 2020-10-24 23:04:01 +02:00
Malte Rosenbjerg
e9f08accc3
Update README.md 2020-10-24 23:03:25 +02:00
Malte Rosenbjerg
6e78af228a
Update README.md 2020-05-24 19:38:48 +02:00
Malte Rosenbjerg
4a9ae3d2f8 Update README.md 2020-05-24 19:28:00 +02:00
Malte Rosenbjerg
fe53609b38
Merge branch 'master' into feature/fluent-api 2020-05-06 20:57:26 +02:00
Максим Багрянцев
ee16064f4c Merge remote-tracking branch 'fork/master' into feature/piping 2020-05-02 13:02:01 +03:00
Max Bagryantsev
7884e91f63
Update README.md 2020-04-30 15:23:55 +03:00
Weihan Li
1458a9d064
fix ArgumentContainer 2020-04-28 10:52:03 +08:00
Max Bagryantsev
ca89dfcddd
Update README.md 2020-04-27 20:16:08 +03:00
Malte Rosenbjerg
d5c568b79e
Update README.md 2020-02-16 21:05:33 +01:00
Malte Rosenbjerg
8ee92a40ab Cleanup begun 2020-02-11 22:45:02 +01:00
Malte Rosenbjerg
e98aed4abd
Update README.md 2020-02-09 20:02:58 +01:00
Vlad Jerca
de5c55c028
Update README.md 2020-01-29 16:40:17 +02:00
Vlad Jerca
acf6b10fab chore: bump version 2020-01-29 13:03:20 +02:00
Vlad Jerca
8a8b8a968f chore: bump version 2019-09-30 14:15:24 +03:00
Vlad Jerca
ce88742f26 Readme: reword binary architecture setup 2019-05-10 21:56:43 +03:00
Vlad Jerca
c4633f9e46 Readme: update OS configuration guide 2019-05-10 20:25:15 +03:00
Vlad Jerca
37da21fda9 chore: configure travis 2019-05-10 01:14:32 +03:00
Vlad Jerca
097b9f0d2f Readme: update contributor list 2019-05-03 16:58:54 +03:00
Joshua Hatzenbuehler
65ab084dee Readme: added data for test results on linux unit testing 2019-05-02 14:27:52 -05:00
Joshua Hatzenbuehler
f5c40697d4 Readme: added basic line regarding MacOSx testing 2019-05-02 11:25:04 -05:00
Vlad Jerca
5cdfa058b8 Chore: update contributor list 2019-03-28 01:27:59 +02:00
Vlad Jerca
a0de4c1cf6 FFMpegCore: Rethink options configuration 2019-03-04 23:05:01 +02:00
Vlad Jerca
e6a4f8fb1f Chore: update readme 2019-02-26 23:07:22 +02:00
Vlad Jerca
aed33a3d5c FFMpegCore: support configuration via ffmpeg.config.json 2019-02-26 21:49:08 +02:00
Vlad Jerca
c215191bf5 FFMpegCore: port lib to .net standard 2019-02-08 22:41:40 +02:00