Commit graph

184 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
Malte Rosenbjerg
4f38eed753 Throw OperationCanceledException when processing is cancelled 2022-04-15 15:08:30 +02:00
Malte Rosenbjerg
9c0b2bdb44 Fix for JoinImageSequence #281 2022-04-15 12:55:34 +02:00
Malte Rosenbjerg
b33f9a3c4b Bump .NET version in Test and Examples projects 2022-03-24 21:22:56 +01:00
Malte Rosenbjerg
1ba796596d
Merge branch 'master' into feature/aaxc_support 2022-03-24 21:04:50 +01:00
Malte Rosenbjerg
b0578e3ae7
Merge branch 'master' into fix/dynamic_argumentText 2022-03-24 20:57:12 +01:00
Jonas Kamsker
f42faa4f26 Fixed merge & implemented aax mode 2022-03-20 19:56:17 +01:00
Malte Rosenbjerg
7f8bd24058 Init 2022-03-12 19:06:46 +01:00
Jonas Kamsker
d6bc6c92a5 Added unit tests 2022-01-12 00:34:52 +01:00
Jonas Kamsker
1b2af5fd1f Using correct map_metadata dynamically 2022-01-11 22:42:31 +01:00
Malte Rosenbjerg
1c65502b90 Update packages 2022-01-08 12:27:14 +01:00
Malte Rosenbjerg
48689cf694
Merge branch 'master' into MetaDataArgument 2022-01-07 16:39:37 +01:00
Jonas Kamsker
f560244628 Refactored, added unit test 2022-01-06 19:38:37 +01:00
Jonas Kamsker
e79448df48 Added unit test 2022-01-04 17:47:10 +01:00
BobSilent
8cacf074fd reset GlobalFFOptions to null after testing 2021-11-19 09:20:47 +01:00
BobSilent
47a6c23b2d Added Tests 2021-11-18 14:01:38 +01:00
Alex Zhukov
239e2aef42 parse ffprobes -show_packets output 2021-11-08 06:28:16 -08:00
Malte Rosenbjerg
0f82509c41 Added VideoCodec.LibX265 (#276) 2021-11-03 18:53:38 +01:00
Malte Rosenbjerg
40235db7ec
Merge branch 'master' into ffprobe-frames 2021-10-21 20:47:25 +02:00
Malte Rosenbjerg
2b7cd6f7ca Merge branch 'master' into pr/255 2021-10-21 20:40:25 +02:00
Malte Rosenbjerg
ce18f3b2ed
Merge pull request #260 from alex6dj/fix/subtitle-hardburning-path-scape
Fixed error when burning subtitle with some special charaters in path
2021-10-21 20:38:21 +02:00
Malte Rosenbjerg
79bc918917 Minor improvements 2021-10-21 20:36:54 +02:00
alex6dj
45b8486a72 Finish PanArgument tests behaviour 2021-10-05 00:48:33 -04:00
alex6dj
6045d1534e Use only audio files for test to speedup tests run 2021-10-04 19:14:04 -04:00
alex6dj
f3db0f5d78 Updated MSTest to fix failling test using DataTestMethod 2021-10-04 19:10:58 -04:00
alex6dj
40c14b573a Implemented Dynamic Audio Normalizer 2021-10-04 19:10:00 -04:00
alex6dj
7a661b6ab3 Pan filter implementation and testing 2021-10-04 12:27:24 -04:00
alex6dj
975bd75c5d Fixed single quotes escape in subtitle file path 2021-10-03 11:07:15 -04:00
alex6dj
e6e07fc2fe Fixed error when burning subtitle with some special charaters in path 2021-10-01 23:40:40 -04:00
alex6dj
d79bbaef97 Use boolean instead on generic int for disposition state value 2021-09-07 12:48:05 -04:00
alex6dj
41ec1a10dd Get extra disposition data in MediaStream 2021-09-06 23:08:36 -04:00
Fedor Zhilkin
c540819893 Merge branch 'master' of github.com:Feodoros/FFMpegCore 2021-08-11 15:55:40 +03:00
Fedor Zhilkin
86ea16c432 Fix params order 2021-08-11 15:54:58 +03:00
Malte Rosenbjerg
fc9db2c04a
Merge branch 'master' into master 2021-08-11 00:43:03 +02:00
Fedor Zhilkin
562a50d874 Nullable streamIndex and inputFileIndex 2021-08-11 01:21:06 +03:00
Malte Rosenbjerg
04ebdb1907 Increase timeout on failing unit test 2021-08-10 10:38:56 +02:00
Warrick Wilson
ac2b358fad Added CodecTag and CodecTagString properties to info derived from an FFProbe.Analyse() call. This allows for specific codecs to be identified to check compatibility with hardware limitations. 2021-08-09 14:52:39 -05:00
Malte Rosenbjerg
28278301dc Merge branch 'master' of https://github.com/rosenbjerg/FFMpegCore 2021-08-06 11:13:45 +02:00
Malte Rosenbjerg
3888a07ab2
Merge branch 'master' into master 2021-08-06 08:10:37 +02:00
alex6dj
14d457b946 Use long option for stream index for better clarity 2021-08-05 15:14:37 -04:00
alex6dj
3a89062384 Subtitle hard-burn implementation. 2021-08-05 14:37:32 -04:00
Malte Rosenbjerg
fc23456eb1 Fix PcmAudioSampleWrapper namespace 2021-08-05 13:21:57 +02:00
Fedor Zhilkin
37109bab34 Merge branch 'master' of github.com:rosenbjerg/FFMpegCore 2021-08-03 21:57:30 +03:00
alex6dj
47916eac29 Basic ffprobe test 2021-07-31 16:46:21 -04:00
Malte Rosenbjerg
587c453a7e Reduce timeout in cancellation token test 2021-07-16 01:17:20 +02:00
Patrick Krämer
3efc34565a Support cancellation token for cancelling FFMPEG processes 2021-07-07 20:16:14 +02:00
Julien Loir
acd462a527 Add test for the new audio pipe 2021-05-25 16:14:40 +02:00
Malte Rosenbjerg
6c3129d417 Cleanup in using directives 2021-05-15 11:17:12 +02:00
Malte Rosenbjerg
27a2219b8e Fixes, renames and missing stuff 2021-05-14 01:02:00 +02:00
Malte Rosenbjerg
cce6c6983c Fix test 2021-03-15 23:50:11 +01:00