weihanli
5643544a3b
add RawArgument.cs
2020-04-28 12:31:16 +08: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
cdcecda648
Make output capacity configureable and set higher default
...
Fixes #42
2020-03-01 12:55:57 +01:00
Malte Rosenbjerg
46bc75c6d1
Cleanup
2020-02-27 21:12:48 +01:00
Malte Rosenbjerg
7c39c84c01
Remove misplaced example
2020-02-26 17:36:24 +01:00
Malte Rosenbjerg
ebd9ff0adc
Add support for drawtext argument
2020-02-25 23:19:30 +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
Malte Rosenbjerg
bdd826f650
Update ffmpeg.config.json
2020-02-16 20:55:06 +01:00
Malte Rosenbjerg
32a892e7d9
Update ffmpeg.config.json
2020-02-16 20:50:41 +01:00
Malte Rosenbjerg
83894a842e
Update ffmpeg.config.json
2020-02-16 20:42:10 +01:00
Crydsch
a2f09b22f1
Merge branch 'master' into master
2020-02-16 17:23:32 +01:00
Malte Rosenbjerg
757d23a99b
Change test path
2020-02-16 11:14:01 +01:00
Malte Rosenbjerg
16a4726426
Bump versions
2020-02-16 11:08:15 +01:00
Crydsch
0b35935b5d
Lift restriction of duration to seconds
2020-02-13 17:36:49 +01:00
Malte Rosenbjerg
ecf7a711f4
More cleanup
2020-02-12 20:45:16 +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
4d75640a16
FFMpegCore: remove binaries from repository (use choco)
...
- improve binary path detection
2019-05-10 20:25:57 +03:00
Vlad Jerca
37da21fda9
chore: configure travis
2019-05-10 01:14:32 +03:00
Joshua Hatzenbuehler
61d455b831
FFMpegCore: use Path.DirectorySeparatorChar instead of \\, for non windows based platform dont use target, for non windows based platform dont use .exe
2019-05-02 10:11:00 -05: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
a0de4c1cf6
FFMpegCore: Rethink options configuration
2019-03-04 23:05:01 +02:00
Vlad Jerca
74ea8a42e0
Tests: add basic ctor tests
2019-03-03 01:33:39 +02:00
Vlad Jerca
aed33a3d5c
FFMpegCore: support configuration via ffmpeg.config.json
2019-02-26 21:49:08 +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