Commit graph

45 commits

Author SHA1 Message Date
Malte Rosenbjerg
d840f8d237 Update VideoTest.cs 2020-06-18 22:08:44 +02:00
Malte Rosenbjerg
f9a3197165 Update VideoTest.cs 2020-06-16 07:42:51 +02:00
Malte Rosenbjerg
cb42e13ed9 Skip two tests 2020-06-06 15:38:14 +02:00
Malte Rosenbjerg
a778ccd58f Add overload to Join 2020-05-24 19:27:55 +02:00
Malte Rosenbjerg
39dd390e81 Renaming 2020-05-24 19:17:14 +02:00
Malte Rosenbjerg
82fc6e92c9 Minor adjustment 2020-05-13 00:11:53 +02:00
Malte Rosenbjerg
ef64263899 Add delay 2020-05-13 00:00:02 +02:00
Malte Rosenbjerg
b2085c4a8b Make process cancellable 2020-05-12 23:52:07 +02:00
Malte Rosenbjerg
a754d57421 Dispose bitmap to unlock file in test 2020-05-12 22:50:27 +02:00
Malte Rosenbjerg
ca89cac2f0 Snapshot improvements
completely in-memory is now possible
2020-05-12 22:48:20 +02:00
Malte Rosenbjerg
1dc7524ecd Revert "Cleanup"
This reverts commit d95f687e46.
2020-05-12 21:28:50 +02:00
Malte Rosenbjerg
d95f687e46 Cleanup 2020-05-12 21:05:00 +02:00
Malte Rosenbjerg
3855215000 Default to throwing on errors 2020-05-12 17:55:31 +02:00
Максим Багрянцев
17fa6aafee Updated PixelFormat namespace 2020-05-12 17:53:52 +03:00
Максим Багрянцев
bbc9305e2b Added Codec, PixelFormat and ContainerFormat classes 2020-05-12 17:44:14 +03:00
Malte Rosenbjerg
b8fc8e5742 Lower timeouts 2020-05-11 00:51:00 +02:00
Malte Rosenbjerg
f22c506f46 Fix tests 2020-05-11 00:02:35 +02:00
Malte Rosenbjerg
8583b02687 Outcomment Format48bppRgb tests for now 2020-05-10 14:15:32 +02:00
Malte Rosenbjerg
8d74a3e0d7 Fixes 2020-05-10 11:31:26 +02:00
Malte Rosenbjerg
72366d573a Cleanup 2020-05-09 17:53:03 +02:00
Malte Rosenbjerg
f50ab577ae Fix tests 2020-05-08 13:01:59 +02:00
Malte Rosenbjerg
ec043ef075 Major refactoring 2020-05-08 11:07:51 +02:00
Максим Багрянцев
e4f4dd3def Updated tests 2020-05-02 13:02:22 +03:00
Максим Багрянцев
8cc1791d25 Added Video_TranscodeInMemory test 2020-04-28 22:54:39 +03:00
Максим Багрянцев
5991cc99f0 Added Unit tests for input and output pipes 2020-04-28 22:40:33 +03:00
Максим Багрянцев
1d51163a05 Simplified ContainsInputOutput implementation 2020-04-28 18:50:29 +03:00
Максим Багрянцев
9903e333e6 Added StreamPipeSource 2020-04-27 21:22:05 +03:00
Максим Багрянцев
4f51c3d32f Replaced IInputPipe interface with System.IO.Stream 2020-04-27 19:35:53 +03:00
Максим Багрянцев
3c3b11cec6 Added input piping tests 2020-04-27 19:24:26 +03:00
Malte Rosenbjerg
55a7e74817 Fix progress and add unit test 2020-03-02 22:50:04 +01:00
Malte Rosenbjerg
46bc75c6d1 Cleanup 2020-02-27 21:12:48 +01:00
Malte Rosenbjerg
779de04ee0
Merge branch 'master' into master 2020-02-18 18:21:10 +01:00
Malte Rosenbjerg
f6bb998ee2 Larger epsilon needed 2020-02-18 17:17:59 +01:00
Malte Rosenbjerg
6d6c54aa12 Fix unit test
FFProbe says 1:19.48 so there about should be good
2020-02-18 17:06:29 +01:00
Malte Rosenbjerg
ba863ae255
Merge branch 'master' into master 2020-02-18 16:55:04 +01:00
Malte Rosenbjerg
3f61ac0104 Update VideoTest.cs 2020-02-16 21:00:50 +01:00
Malte Rosenbjerg
5c15d90641 Fix unit test 2020-02-16 20:59:59 +01:00
Crydsch
0b35935b5d Lift restriction of duration to seconds 2020-02-13 17:36:49 +01:00
Tuğrul Elmas
ec03bfe4a6
Arguments: DurationArgument
#33 

* added format provider to correctly parse the video's duration

* added DurationArgument
2020-01-29 16:33:15 +02:00
Vlad Jerca
c2004fc549 Tests: add video with only audio stream test 2019-04-01 12:56:50 +03:00
Kyriakos Ioannou
c2a0c3b942 Modify snapshot method (#4)
* When a snapshot is needeed, it's overkill to create the image on the filesystem, then delete it, and then create the image on the filesystem again. With this feature we can avoid this scenario and actually persist the created image on disk

* Apply requested changes by author. Added unit test for persist snapshot
2019-03-28 00:51:41 +02:00
Vlad Jerca
74ea8a42e0 Tests: add basic ctor tests 2019-03-03 01:33:39 +02:00
Vlad Jerca
8272dc9c94 FFMpegCore: move argument implementations to seperate folder 2019-02-26 21:46:48 +02:00
Vlad Jerca
3729d65e24 FFMpegCore: use the argument builder in the ffmpeg methods 2019-02-08 22:41:40 +02:00
Vlad Jerca
c215191bf5 FFMpegCore: port lib to .net standard 2019-02-08 22:41:40 +02:00