Commit graph

21 commits

Author SHA1 Message Date
Максим Багрянцев
5edd89dc90 Added Unit tests for input and output pipes
Former-commit-id: 5991cc99f0
2020-04-28 22:40:33 +03:00
Максим Багрянцев
e462b424eb Simplified ContainsInputOutput implementation
Former-commit-id: 1d51163a05
2020-04-28 18:50:29 +03:00
Максим Багрянцев
b0f46bc289 Added StreamPipeSource
Former-commit-id: 9903e333e6
2020-04-27 21:22:05 +03:00
Максим Багрянцев
12faf7482d Replaced IInputPipe interface with System.IO.Stream
Former-commit-id: 4f51c3d32f
2020-04-27 19:35:53 +03:00
Максим Багрянцев
a70525b64a Added input piping tests
Former-commit-id: 3c3b11cec6
2020-04-27 19:24:26 +03:00
Malte Rosenbjerg
418b0e57c7 Fix progress and add unit test
Former-commit-id: 55a7e74817
2020-03-02 22:50:04 +01:00
Malte Rosenbjerg
7b2a419c10 Cleanup
Former-commit-id: 46bc75c6d1
2020-02-27 21:12:48 +01:00
Malte Rosenbjerg
922e9c5811 Merge branch 'master' into master
Former-commit-id: 779de04ee0
2020-02-18 18:21:10 +01:00
Malte Rosenbjerg
bdeb395189 Larger epsilon needed
Former-commit-id: f6bb998ee2
2020-02-18 17:17:59 +01:00
Malte Rosenbjerg
084fb71a93 Fix unit test
FFProbe says 1:19.48 so there about should be good


Former-commit-id: 6d6c54aa12
2020-02-18 17:06:29 +01:00
Malte Rosenbjerg
2b0d2c4b44 Merge branch 'master' into master
Former-commit-id: ba863ae255
2020-02-18 16:55:04 +01:00
Malte Rosenbjerg
2c08a4a72b Update VideoTest.cs
Former-commit-id: 3f61ac0104
2020-02-16 21:00:50 +01:00
Malte Rosenbjerg
51d2a078c9 Fix unit test
Former-commit-id: 5c15d90641
2020-02-16 20:59:59 +01:00
Crydsch
073cfee5ea Lift restriction of duration to seconds
Former-commit-id: 0b35935b5d
2020-02-13 17:36:49 +01:00
Tuğrul Elmas
3b289e3fd9 Arguments: DurationArgument
#33 

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

* added DurationArgument


Former-commit-id: ec03bfe4a6
2020-01-29 16:33:15 +02:00
Vlad Jerca
c37e053c9c Tests: add video with only audio stream test
Former-commit-id: c2004fc549
2019-04-01 12:56:50 +03:00
Kyriakos Ioannou
b3c08dd890 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


Former-commit-id: c2a0c3b942
2019-03-28 00:51:41 +02:00
Vlad Jerca
3abaf36c49 Tests: add basic ctor tests
Former-commit-id: 74ea8a42e0
2019-03-03 01:33:39 +02:00
Vlad Jerca
5f524bbc07 FFMpegCore: move argument implementations to seperate folder
Former-commit-id: 8272dc9c94
2019-02-26 21:46:48 +02:00
Vlad Jerca
b0c2a7ea92 FFMpegCore: use the argument builder in the ffmpeg methods
Former-commit-id: 3729d65e24
2019-02-08 22:41:40 +02:00
Vlad Jerca
9b855736ab FFMpegCore: port lib to .net standard
Former-commit-id: c215191bf5
2019-02-08 22:41:40 +02:00