Ashish
8d7d37a308
removed unnecessary tests
2024-07-01 19:26:00 +10:00
Ashish
06b9667991
>24hr Duration handling added in FFMpegArgumentProcessor
2024-07-01 19:18:34 +10:00
Malte Rosenbjerg
bc6defe535
Merge branch 'main' into main
2023-10-05 12:06:43 +02:00
Malte Rosenbjerg
f8407bce24
Merge branch 'main' into pr/431
2023-10-05 12:00:06 +02:00
Malte Rosenbjerg
d2296496bf
Merge branch 'main' into main
2023-10-05 09:22:13 +02:00
Malte Rosenbjerg
54e5d0860c
Merge branch 'main' into feature/custom-ffprob-arguments
2023-10-05 09:21:21 +02:00
Malte Rosenbjerg
7f283e9113
Merge branch 'main' into main
2023-10-05 09:21:13 +02:00
Malte Rosenbjerg
55b1946976
Update FFProbeTests.cs
2023-10-05 09:14:47 +02:00
Malte Rosenbjerg
5fbe71bc39
Update dependencies
2023-10-05 08:58:57 +02:00
Prakash Duggaraju
42f9005d59
Add support for multiple outputs and tee muxer.
...
A single input can be encoded simultaneously to multiple oputs or muxed in multiple formats
2023-09-08 13:22:09 -07:00
Malte Rosenbjerg
4be90f025b
Merge branch 'main' into main
2023-08-24 22:53:11 +02:00
vfrz
bf06a8059b
Add test again
2023-04-12 22:14:23 +02:00
vfrz
338274b500
Try fix encoding 2
2023-04-12 22:10:37 +02:00
vfrz
66c166f2e8
Try fix encoding
2023-04-12 22:07:22 +02:00
vfrz
4b0cd9239e
Add test
2023-04-12 21:57:20 +02:00
Malte Rosenbjerg
0ac351493c
Verify Chapters property is initialized to non-null in test
2023-04-12 16:31:26 +02:00
Rafael Carvalho
7569669f52
Fix Palette typos
2023-03-07 16:55:11 +13:00
Rafael Carvalho
c218b3592b
Add unit tests
2023-03-07 16:44:33 +13:00
Malte Rosenbjerg
54e216d3e0
Bump nuget version and cleanup
2023-02-21 18:27:26 +01:00
Malte Rosenbjerg
3ca1e983a6
Merge pull request #396 from drasive/feature/net7-windows-support-v5
...
Add FFMpegCore.Extensions.SkiaSharp
2023-02-21 18:22:03 +01:00
Dimitri Vranken
46a8ec7da5
Increased unit test timeout
...
Existing (untouched) tests are not stable in CI test execution
2023-02-20 14:10:18 +01:00
Dimitri Vranken
e3aa7a5eae
Removed invalid assertion
2023-02-20 13:57:48 +01:00
Dimitri Vranken
5593bc4a4b
Improved SkiaSharp CreateVideoFrame performance
...
Execution time is now approximately one fifth of what it was previously
2023-02-20 13:50:19 +01:00
Dimitri Vranken
317ba47dd2
Refactored video frame generator to pure function
2023-02-20 13:48:12 +01:00
Dimitri Vranken
9646c440bb
Fixed code style issues
2023-02-20 13:23:06 +01:00
Kevin David Heritage
98fdaf424b
Merge branch 'main' into feat/cut-video
2023-02-17 19:22:27 +01:00
Kevin Heritage
fe5c1f5b58
Create end seek argument
2023-02-17 17:18:56 +01:00
Malte Rosenbjerg
2bc6c645f2
Merge branch 'main' into feature/net7-windows-support-v5
2023-02-17 00:19:46 +01:00
Malte Rosenbjerg
daa512c294
Format remaining csproj files
2023-02-17 00:13:34 +01:00
Malte Rosenbjerg
8b69ed104a
Remove unused enums
2023-02-16 23:55:28 +01:00
Malte Rosenbjerg
02d2b4261b
Add missing usings on tests
2023-02-16 23:55:20 +01:00
Dimitri Vranken
a66bdba211
Improved SkiaSharp CreateVideoFrame performance
2023-02-16 14:35:00 +01:00
Dimitri Vranken
2458b4ae9c
Adjusted FFMpegCore.Test for separate FFMpegCore.Extensions.SkiaSharp project
2023-02-16 14:34:35 +01:00
Dimitri Vranken
bdfe87be16
Enabled windows-only tests on all plattforms
...
They are now also supported on Linux because we are using SkiaSharp instead of System.Drawing.Common
2023-02-13 12:09:35 +01:00
Dimitri Vranken
6e38b45445
chore: Increased test timeout duration
...
Required for successful test execution on my rather slow machine
2023-02-13 11:40:11 +01:00
Dimitri Vranken
72c76c20f0
refactor: Centralized test timeout duration
...
Changes can be made in a single place if neeeded
2023-02-13 11:39:34 +01:00
Dimitri Vranken
7f17d68a52
Updated tests for SkiaSharp
2023-02-13 11:39:03 +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
d2658b17c0
Update test
...
Former-commit-id: d3d6c8c40b
2023-01-31 23:32:30 +01:00
keg247
1dd2685aff
Add SampleAspectRatio property to VideoStream
...
Former-commit-id: 02de377093
2023-01-31 22:41:57 +01:00
Gleb Moskalenko
25c3cab7f1
Add pad video filter
...
Former-commit-id: e76ebdcbe8
2023-01-31 20:57:14 +01:00
Malte Rosenbjerg
f03ed8ab54
Update test
...
Former-commit-id: 5510ef0e32
2023-01-31 20:49:56 +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