-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jin Jae-yeon
committed
May 11, 2017
1 parent
7da3bda
commit 608d9f5
Showing
6 changed files
with
35 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,34 @@ | ||
# DaramCam | ||
Screen Capturing and Recording Library for Windows | ||
|
||
## Current Support Capturers | ||
## Current Supports | ||
### Current Support Capturers | ||
* GDI Screen Capturer (per Window) | ||
* DXGI 1.2 Screen Capturer (per Display) | ||
* WASAPI Audio Capturer (Loopback, Microphone, Line-In, What U Hear, ...) | ||
|
||
## Current Support Generators | ||
### Current Support Generators | ||
* Windows Imaging Components Image Generator (BMP, PNG, JPEG, TIFF) | ||
* Windows Imaging Components Video Generator (GIF) | ||
* Wave Audio Generator (WAV) | ||
|
||
## Will Supports | ||
### Will Support Capturers | ||
* DirectShow Device Capturer (WebCam, TV Receive Card, ...) for Windows N/KN | ||
* Media Foundation Device Capturer (WebCam, ...) | ||
* Custom Screen Maker (Watermark, Overlay Camera, ...) | ||
* Multiple Audio Mixer (What U Hear + Microphone + ...) | ||
|
||
### Will Support Generators | ||
* Matroska Video (H.264) Generator (MKV) | ||
* Matroska Audio (AAC) Generator (MKA) | ||
* MPEG-4 Video (H.264) Generator (MP4, M4V) | ||
* MPEG-4 Audio (AAC) Generator (M4A) | ||
* MPEG-1 Layer-3 Audio Generator (MP3) | ||
* Opus Audio Generator (OPUS) | ||
|
||
## Licenses | ||
* DaramCam Core - MIT License | ||
* DXGIManager - MIT License, Not my Original source (https://github.com/pgurenko/DXGICaptureSample) | ||
* DaramCam Core - MIT License. | ||
* DXGIManager - MIT License, Not my Original source, code from [DXGI Capture Sample Repository](https://github.com/pgurenko/DXGICaptureSample). | ||
* WASAPI Audio Capturer - Some source code from [Matthew van Eerde's Blog Repository](https://github.com/mvaneerde/blog/tree/master/loopback-capture). | ||
* WIC Video Generator - Some source code from [PiXCL Automation Technologies's WIC and Animated GIF Files](http://pixcl.com/WIC-and-Animated-GIF-Files.htm). |