Commit graph

264 commits

Author SHA1 Message Date
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
Максим Багрянцев
9903e333e6 Added StreamPipeSource 2020-04-27 21:22:05 +03:00
Max Bagryantsev
ca89dfcddd
Update README.md 2020-04-27 20:16:08 +03:00
Максим Багрянцев
9a4d200483 Updated RawVideoPipeSource.cs 2020-04-27 19:47:56 +03:00
Максим Багрянцев
6f8c7915f8 Added some summaries 2020-04-27 19:46:58 +03:00
Максим Багрянцев
9431f865e3 Merge remote-tracking branch 'fork/master' into feature/piping 2020-04-27 19:42:56 +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
Максим Багрянцев
13d5e3d191 Added input piping 2020-04-27 19:23:31 +03:00
Malte Rosenbjerg
bc76d830d4 Add AudioSamplingRateArgument 2020-04-15 16:46:28 +02:00
Malte Rosenbjerg
d1a1864aa1 Make output file existence check optional 2020-04-15 00:40:51 +02:00
Malte Rosenbjerg
7406cd0fa2 Minor refactor and add async Convert 2020-03-02 23:48:52 +01:00
Malte Rosenbjerg
55a7e74817 Fix progress and add unit test 2020-03-02 22:50:04 +01:00
Malte Rosenbjerg
081627ef25 Update dependency 2020-03-01 13:06:48 +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
c0e1742330 Add missing using directive 2020-02-27 22:37:58 +01:00
Malte Rosenbjerg
cdade1e73f Correct valid transpose values 2020-02-27 22:31:32 +01:00
Malte Rosenbjerg
21b35d349e Add transpose argument 2020-02-27 21:48:15 +01:00
Malte Rosenbjerg
35a3f9035f Add more audio codecs 2020-02-27 21:13:18 +01:00
Malte Rosenbjerg
46bc75c6d1 Cleanup 2020-02-27 21:12:48 +01:00
Malte Rosenbjerg
dd1c27dfa0 Merge branch 'master' of https://github.com/rosenbjerg/FFMpegCore 2020-02-27 20:26:42 +01:00