Malte Rosenbjerg
01ca0035dd
Update ci.yml
2023-02-06 09:42:33 +01:00
Malte Rosenbjerg
e32dd3a7f7
Add IsPackage=false to Examples project
...
Former-commit-id: 4f1cb92fa9
2023-02-05 00:33:07 +01:00
Malte Rosenbjerg
8943809050
build master branch after merge or push ( #390 )
...
* Update ci.yml
* Add codecov
* Remove codecov for now
* Add coverlet.collector and codecov
Former-commit-id: 5bd17dc44f
2023-02-05 00:07:52 +01:00
Malte Rosenbjerg
3837edee8c
Init ( #389 )
...
Former-commit-id: 4ec200528c
2023-02-04 23:42:13 +01:00
pklaes
737eea3a98
fix: Switch source for rotation property from 'tags/rotate' to 'side_data_list/rotation' (incl. test case) ( #388 )
...
Former-commit-id: d051cd06d2
2023-02-04 22:17:39 +01:00
Malte Rosenbjerg
693acabac4
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
Former-commit-id: f9f7161686
2023-02-02 21:19:45 +01:00
Tom Bogle
7dfefbdfdb
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
Former-commit-id: db7e1e4995
2023-02-01 08:09:16 +01:00
Malte Rosenbjerg
910ec6c759
Merge pull request #334 from lostmsu/lost
...
`AddDeviceInput` similar to `AddFileInput` and `FromDeviceInput`
Former-commit-id: ce7ebe0cff
2023-01-31 23:39:49 +01:00
Malte Rosenbjerg
d2658b17c0
Update test
...
Former-commit-id: d3d6c8c40b
2023-01-31 23:32:30 +01:00
Malte Rosenbjerg
b2847b99e2
Remove unneeded cast
...
Former-commit-id: 751019a36d
2023-01-31 23:26:18 +01:00
Malte Rosenbjerg
cabfb0b2db
Remove PInvoke.Kernel32
...
Former-commit-id: f0c9993c6e
2023-01-31 23:25:33 +01:00
Victor Nova
28deedc038
a hack to unconditionally kill ffmpeg when parent .NET process exits
...
Former-commit-id: 5ac61011c4
2023-01-31 23:20:10 +01:00
Victor Nova
0d7bf18832
fixed hwaccel parameter not working in 5.0
...
Former-commit-id: 7938ec3c0a
2023-01-31 23:19:45 +01:00
Victor Nova
4b79891bb7
AddDeviceInput similar to AddFileInput and FromDeviceInput
...
Former-commit-id: aced406957
2023-01-31 23:19:45 +01:00
Malte Rosenbjerg
5ebe0bb71d
Merge pull request #384 from rosenbjerg/chore/fixes
...
Minor fixes
Former-commit-id: b8d1c26f4f
2023-01-31 23:16:23 +01:00
Malte Rosenbjerg
78105852f1
Include macos in ci matrix
...
Former-commit-id: 2d68632624
2023-01-31 23:11:08 +01:00
Malte Rosenbjerg
cebc55bf73
Use FedericoCarboni/setup-ffmpeg@v2
...
Former-commit-id: f89008358c
2023-01-31 23:10:18 +01:00
Malte Rosenbjerg
50555b144c
Always use Path.GetTempPath() on linux and macos
...
Former-commit-id: 1b729280b6
2023-01-31 23:10:09 +01:00
Malte Rosenbjerg
869c8a4c67
Update year
...
Former-commit-id: fd56655995
2023-01-31 23:09:48 +01:00
Malte Rosenbjerg
7aac5b2f9b
Merge pull request #357 from ArtemiiimetrA/Update-MIT-License-Year
...
Update LICENSE
Former-commit-id: 4494ecc6ff
2023-01-31 23:03:38 +01:00
Malte Rosenbjerg
b032af6405
Merge pull request #351 from keg247/sample-aspect-ratio
...
Add SampleAspectRatio property to VideoStream
Former-commit-id: 9727ec5cfe
2023-01-31 23:02:51 +01:00
keg247
1dd2685aff
Add SampleAspectRatio property to VideoStream
...
Former-commit-id: 02de377093
2023-01-31 22:41:57 +01:00
Malte Rosenbjerg
2344f4868e
Merge pull request #374 from ep1kt3t0s/short-socket-naming
...
Short socket names to prevent 104 char limit
Former-commit-id: 11abaeecc3
2023-01-31 22:34:49 +01:00
ep1kt3t0s
53f0c7917d
Fix GetPipePath() for MacOS
...
Former-commit-id: 75e4f6f257
2023-01-31 21:25:02 +01:00
ep1kt3t0s
5623119b35
Update PipeHelpers.cs
...
Former-commit-id: abc7d9463a
2023-01-31 21:24:44 +01:00
Malte Rosenbjerg
008da5c9dd
Merge pull request #341 from glebmxyz/pad-video-filter
...
Add pad video filter
Former-commit-id: 6460f3cc20
2023-01-31 21:09:02 +01:00
Gleb Moskalenko
25c3cab7f1
Add pad video filter
...
Former-commit-id: e76ebdcbe8
2023-01-31 20:57:14 +01:00
Malte Rosenbjerg
2b93cb3495
Merge pull request #347 from qe201020335/master
...
Add Stream mapping of multiple streams and negative mapping of streams (deselect)
Former-commit-id: 1ad13e069a
2023-01-31 20:56:00 +01:00
Malte Rosenbjerg
f03ed8ab54
Update test
...
Former-commit-id: 5510ef0e32
2023-01-31 20:49:56 +01:00
Sky Z
f1e13326b8
Add negative mapping to select stream (deselect)
...
Former-commit-id: 40f97594f0
2023-01-31 20:46:16 +01:00
Sky Z
a776db85d2
Add other stream types to Channel (V,s,d,t)
...
Former-commit-id: ca8275436b
2023-01-31 20:46:16 +01:00
Sky Z
638f4cae89
Add select multiple streams
...
Former-commit-id: df40eeede9
2023-01-31 20:46:16 +01:00
Malte Rosenbjerg
efe96428a8
Merge pull request #370 from jeroenvanderschoot/master
...
Add Uri support for Frame Analysis,
Former-commit-id: 1b883f7da9
2023-01-31 20:44:00 +01:00
jeroenvanderschoot
c2db2a35a1
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.
Former-commit-id: 31b93b3ed6
2023-01-31 20:39:00 +01:00
Malte Rosenbjerg
bb89e018f2
Merge pull request #363 from assassinater/master
...
Fix extension is not png lost path
Former-commit-id: 4617f89560
2023-01-31 20:37:16 +01:00
Malte Rosenbjerg
167f8e174f
Apply fix to methods in new location
...
Former-commit-id: b175eed38c
2023-01-31 20:32:36 +01:00
赵宁
d4fdd646fe
fix extension is not png lost path
...
Former-commit-id: c063043271
2023-01-31 20:32:36 +01:00
Malte Rosenbjerg
1c5d7d26cb
Merge pull request #373 from koskit/master
...
Implemented LogLevels and missing Arguments (BlackDetect & BlackFrame)
Former-commit-id: 3c316505c0
2023-01-31 20:32:05 +01:00
Malte Rosenbjerg
d5974f5585
Add missing using directive after rebase
...
Former-commit-id: 8fca6c4035
2023-01-31 20:25:37 +01:00
Thodoris Koskinopoulos
f405269244
Added log levels
...
Former-commit-id: 6e4e8fbba1
2023-01-31 20:25:37 +01:00
Thodoris Koskinopoulos
f042d78f2c
Added blackdetect and blackframe arguments
...
Former-commit-id: 7f72625eac
2023-01-31 20:25:37 +01:00
Malte Rosenbjerg
46d7f81516
Merge pull request #352 from WilbertBongers/add-audiofilters
...
added HighPass filter, LowPass filter, Audiogate and Silencedetection
Former-commit-id: 4262fb261a
2023-01-31 20:25:00 +01:00
Malte Rosenbjerg
30c9ea85c4
Merge branch 'master' into add-audiofilters
...
Former-commit-id: b53d8ebadc
2023-01-30 22:24:53 +01:00
Malte Rosenbjerg
8335126f3e
Merge pull request #383 from rosenbjerg/feature/move-systemdrawingcommons-to-separate-package
...
Feature/move system.drawing.commons to separate package
Former-commit-id: 5bc26f9512
2023-01-29 23:19:32 +01:00
Malte Rosenbjerg
baa9300e49
Add missing test file
...
Former-commit-id: 6898a71005
2023-01-29 23:12:52 +01:00
Malte Rosenbjerg
79b0718d95
Fix attribute
...
Former-commit-id: f33c060ff5
2023-01-29 23:10:24 +01:00
Malte Rosenbjerg
f8eff73690
Simplify attribute
...
Former-commit-id: e51cf7cc63
2023-01-29 23:08:47 +01:00
Malte Rosenbjerg
7d5e091f43
More cleanup
...
Former-commit-id: 104caa609b
2023-01-29 23:03:50 +01:00
Malte Rosenbjerg
b208c65b5a
Cleanup using directives
...
Former-commit-id: 237fa3353f
2023-01-29 23:01:37 +01:00
Malte Rosenbjerg
766bec2112
Cleanup
...
Former-commit-id: 476c8f33c0
2023-01-29 23:01:26 +01:00