Commit graph

445 commits

Author SHA1 Message Date
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
acf6b10fab chore: bump version 2020-01-29 13:03:20 +02:00
Tuğrul Elmas
d599592084
FFProbe: add format provider to correctly parse the video's duration
#31
2020-01-29 12:54:30 +02:00
Malte Rosenbjerg
7b9b8afac8
FFProbe: expose async methods
#30
2020-01-29 12:53:36 +02:00
Vlad Jerca
8a8b8a968f chore: bump version 2019-09-30 14:15:24 +03:00
Richkovskiy Lev
b5ae935025 InputArgument: use the AbsolutUri value for URLs
If i want to download video from video server i use this code:
string textLinkVideo = "https://vk.com/video_hls.php?dirs%5B240%5D=https%3A%2F%2Fcs531220.vkuservideo.net%2F5%2Fe15NTMyPzc3MA%2Fvideos%2F&dirs%5B360%5D=https%3A%2F%2Fcs531220.vkuservideo.net%2F5%2Fe15NTMyPzc3MA%2Fvideos%2F&path=5%2Fe15NTMyPzc3MA%2Fvideos%2F&extra=6jU8MLGkIpMxHqpAViGv7wXJofsIDdlwBNfwnjifdOnsHTv8e-h7LsyFJabx26lyLTsNfDBDy4u5H2HU0w9fT6114_FzHvFU2l2A-H9B23gan3k48_L60B68aDHTA_CLGKJEesUqTlEgyLlYoQiQiOg&c_extra=w0ZgeFZ-2ZoxqYTYlfwL5LZA5o2enfF0CqLyrQQVEk2owWZFaD2hfnPrzvLWrQfU81A8u5rCXw_CIe_8TDfITX3Cl12YwhBIfVCR4gmDNPYUbB-2tarthA-mOpY5WK77GAOZHs7gwx65i02-wHjGwIA&video=-7865622_456240009&tag=042ea140e4&c_tag=860d1761765a&hash=848f2afe36a72db4ff&lang_id=0&viewer_id=17403755";
FFMpegModel FFMpegModel = new FFMpegModel();
FFMpegModel.DownloadVideoVk(textLinkVideo, filePath);

With AbsolutePath this method return /video_hls.php
With AbsoluteUri this.method return full url
2019-09-30 00:10:08 +03:00
Vlad Jerca
085fa78bf0 chore: bump version 2019-05-20 11:16:22 +03:00
Vlad Jerca
7438f497ad
Merge pull request #13 from vladjerca/fix/path_resolution
FFMpegOptions: build paths using the `Combine` util
2019-05-20 11:13:57 +03:00
Vlad Jerca
3448a2044b FFMpegOptions: build paths using the Combine util
#12
2019-05-20 11:00:10 +03:00
Vlad Jerca
22f1f574bd chore bump version 2019-05-11 06:43:46 +03:00
Vlad Jerca
5131061381
Merge pull request #10 from vladjerca/fix/readme
Readme: reword binary architecture setup
2019-05-10 22:34:58 +03:00
Vlad Jerca
ce88742f26 Readme: reword binary architecture setup 2019-05-10 21:56:43 +03:00
Vlad Jerca
f53e2a0d30
Merge pull request #8 from vladjerca/fix/improve_os_support_and_docs
fix / improve path support and update os docs
2019-05-10 20:40:41 +03: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
c4633f9e46 Readme: update OS configuration guide 2019-05-10 20:25:15 +03:00
Vlad Jerca
15166a1501
Merge pull request #7 from vladjerca/feature/travis_ci
chore: configure travis
2019-05-10 02:10:45 +03:00
Vlad Jerca
37da21fda9 chore: configure travis 2019-05-10 01:14:32 +03:00
Vlad Jerca
097b9f0d2f Readme: update contributor list 2019-05-03 16:58:54 +03:00
Vlad Jerca
f25c8f5525 Chore: Bump version 2019-05-03 16:57:13 +03:00
Vlad Jerca
1d9d453b6a
Merge pull request #6 from winchesterag/master
Feature / Add support for other platforms
2019-05-03 16:51:45 +03:00
Joshua Hatzenbuehler
65ab084dee Readme: added data for test results on linux unit testing 2019-05-02 14:27:52 -05:00
Joshua Hatzenbuehler
f5c40697d4 Readme: added basic line regarding MacOSx testing 2019-05-02 11:25:04 -05: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
c3206e218d chore: bump version 2019-04-01 12:59:41 +03:00
Vlad Jerca
134afd6e06
Merge pull request #5 from vladjerca/fix/improve_metadata_parse
Improve FFProbe output parsing and add support for streams with only audio sources
2019-04-01 12:58:45 +03:00
Vlad Jerca
c2004fc549 Tests: add video with only audio stream test 2019-04-01 12:56:50 +03:00
Vlad Jerca
3e856845ae FFProbe: improve metadata extraction
#3
2019-04-01 12:56:36 +03:00
Vlad Jerca
5cdfa058b8 Chore: update contributor list 2019-03-28 01:27:59 +02:00
Vlad Jerca
5e8bb1c185 Chore: bump version 2019-03-28 01:21:36 +02: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
1c8ab3b1da HotFix: propagate ctor options in child classes 2019-03-03 01:17:35 +02:00
Vlad Jerca
0e95615261 Merge pull request #2 from vladjerca/feature/configure_root_ctor
FFMpegCore:  enable root configuration view ctor
2019-03-01 20:52:06 +02:00
Vlad Jerca
02ac7c5ac0 FFMpegCore: enable root configuration view ctor 2019-03-01 20:45:47 +02:00
Vlad Jerca
7dca87a73f HotFix: invalid progress 2019-02-26 23:39:00 +02:00
Vlad Jerca
e6a4f8fb1f Chore: update readme 2019-02-26 23:07:22 +02:00
Vlad Jerca
eab069dbf0 Chore: bump release version and stop packing binaries 2019-02-26 23:01:04 +02:00
Vlad Jerca
7c36ffc873 FFMpegCore: report progress when converting 2019-02-26 21:59:43 +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
Vlad Jerca
b52fbdf53d FFMpeg: add binaries 2019-02-08 22:37:58 +02:00
Vlad Jerca
9d0a52e857
Initial commit 2019-02-08 11:24:38 +02:00