Commit graph

636 commits

Author SHA1 Message Date
Malte Rosenbjerg
b4f0883685 Fix tests 2020-05-06 22:11:25 +02:00
Malte Rosenbjerg
211f4b168a Fix tests 2020-05-06 21:47:15 +02:00
Malte Rosenbjerg
4a25e50eae Fix tests 2020-05-06 21:42:56 +02:00
Malte Rosenbjerg
494e38c14a Fix tests 2020-05-06 21:15:06 +02:00
Malte Rosenbjerg
e241ce9034
Merge pull request #51 from max619/feature/fluent-api
Added Fluent API to argument builder
2020-05-06 20:57:44 +02:00
Malte Rosenbjerg
fe53609b38
Merge branch 'master' into feature/fluent-api 2020-05-06 20:57:26 +02:00
Malte Rosenbjerg
001f12c915
Merge pull request #46 from max619/feature/piping
Added input and output piping support
2020-05-06 20:55:10 +02:00
Max Bagryantsev
2bf113e01a
Merge branch 'master' into feature/piping 2020-05-05 15:14:47 +03:00
Malte Rosenbjerg
90ab2d255f
Merge pull request #52 from WeihanLi/fluent-config
config FFMpegOptions with delegate
2020-05-03 23:39:58 +02:00
Malte Rosenbjerg
20c92227fb
Merge pull request #53 from WeihanLi/clean-dependency
clean project dependency
2020-05-03 23:38:11 +02:00
Максим Багрянцев
5ad1a3931a RawVideoPipeDataWriter updated 2020-05-02 13:39:48 +03:00
Максим Багрянцев
df63417e11 Changed RawVideoPipeDataWriter StreamFormat, Width, Height to be readonly 2020-05-02 13:33:44 +03:00
Weihan Li
398184225b
Merge branch 'master' into clean-dependency 2020-05-02 18:14:03 +08:00
Weihan Li
302ca6f0be
Merge branch 'master' into fluent-config 2020-05-02 18:13:44 +08:00
Максим Багрянцев
f132a3b731 StreamPipeDataWriter & StreamPipeDataReader using Stream.CopyTo 2020-05-02 13:13:22 +03:00
Максим Багрянцев
b007e9105a Fixed VideoInfo ToString when no File is specified 2020-05-02 13:07:34 +03:00
Максим Багрянцев
e4f4dd3def Updated tests 2020-05-02 13:02:22 +03:00
Максим Багрянцев
ee16064f4c Merge remote-tracking branch 'fork/master' into feature/piping 2020-05-02 13:02:01 +03:00
Максим Багрянцев
b4dcd9ffb1 Added ContainsOnlyOneOf insted of CountExistedKeys 2020-05-02 12:41:47 +03:00
Malte Rosenbjerg
bca5aa9502
Merge pull request #49 from WeihanLi/features/raw-argument
add CustomArgument
2020-05-02 09:43:52 +02:00
weihanli
d6e6f3f36d clean project dependency 2020-05-02 11:41:51 +08:00
weihanli
2c63f93b59 config FFMpegOptions with delegate 2020-05-02 11:26:54 +08:00
Weihan Li
1688e0d6e4
Merge branch 'master' into features/raw-argument 2020-05-02 11:07:04 +08:00
weihanli
eb521ae908 rename RawArgument to CustomArgument 2020-05-02 11:05:44 +08:00
Malte Rosenbjerg
1f7e663765 Merge branch 'master' of https://github.com/rosenbjerg/FFMpegCore 2020-05-01 10:07:43 +02:00
Malte Rosenbjerg
4b88229f72 Add AudioBitrate as separate Argument 2020-05-01 10:07:40 +02:00
Malte Rosenbjerg
97cb7e966b
Merge pull request #50 from WeihanLi/optimize-skip_exists_check
return null when file not exits
2020-05-01 08:21:59 +02:00
Malte Rosenbjerg
41da885395
Merge pull request #48 from WeihanLi/master
fix ArgumentContainer
2020-05-01 08:18:13 +02:00
Max Bagryantsev
7884e91f63
Update README.md 2020-04-30 15:23:55 +03:00
Максим Багрянцев
b7aafeb586 Added Fluent tests 2020-04-30 15:14:10 +03:00
Максим Багрянцев
240c9bb23b Added DrawTextOptions 2020-04-30 15:13:47 +03:00
Максим Багрянцев
d8b2cbe3ca Added Fluent API methods for ArgumentContainer 2020-04-30 14:46:20 +03:00
Максим Багрянцев
8cc1791d25 Added Video_TranscodeInMemory test 2020-04-28 22:54:39 +03:00
Максим Багрянцев
883185b5ec Added exit code checking to FFProbe stream methods 2020-04-28 22:43:53 +03:00
Максим Багрянцев
5991cc99f0 Added Unit tests for input and output pipes 2020-04-28 22:40:33 +03:00
Максим Багрянцев
412456857f Updated FFmpeg RunProcess and RunProcessAsyncFunctions 2020-04-28 22:40:00 +03:00
Максим Багрянцев
11edbbea2b Updated FFProbe 2020-04-28 22:39:26 +03:00
Максим Багрянцев
06f5c319ad Changed ForceFormatArgument and VideoCodecArgument to string arguments 2020-04-28 22:36:03 +03:00
Максим Багрянцев
b83479e1b6 Updated Input and Output Pipe arguments. Derived them from PipieArgument 2020-04-28 22:34:04 +03:00
Максим Багрянцев
1d51163a05 Simplified ContainsInputOutput implementation 2020-04-28 18:50:29 +03:00
Максим Багрянцев
6845fe3bc7 Added StreamFormat property to StreamPipeDataWriter 2020-04-28 18:43:54 +03:00
Максим Багрянцев
b7099f6709 Renamed IPipeSource to IpipeDataWriter 2020-04-28 18:42:50 +03:00
Максим Багрянцев
8434ffbba6 Added OutputPipeArgument 2020-04-28 18:39:39 +03:00
Максим Багрянцев
ea7acf2140 Updated TasksExtensions 2020-04-28 16:08:02 +03:00
Максим Багрянцев
f56ea098a5 FromStream method to Video Info & added comments to FFprobe methods with stream 2020-04-28 15:44:27 +03:00
Максим Багрянцев
cfda0fc9ae Added ffprobe stream input 2020-04-28 15:21:48 +03:00
weihanli
1e24b0bef4 return null when file not exits 2020-04-28 19:40:31 +08:00
weihanli
5643544a3b add RawArgument.cs 2020-04-28 12:31:16 +08:00
Weihan Li
1458a9d064
fix ArgumentContainer 2020-04-28 10:52:03 +08:00
Максим Багрянцев
5af9aeb926 Merge branch 'feature/piping' of https://github.com/max619/FFMpegCore into feature/piping 2020-04-27 21:22:19 +03:00