Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sylar committed Jun 8, 2020
1 parent 6a114c4 commit 786fc4e
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,35 @@ https://blog.csdn.net/leixiaohua1020/article/details/18893769#comments

## Features

1.Record desktop 、microphone、speaker at the same time
- Record desktop 、microphone、speaker at the same time

2.Mux to mp4 for all players, video and audio is absolute sync
- Mux to mp4 for all players, video and audio is absolute sync

3.Nodejs addon project
- Nodejs addon project

4.Support Duplication and gdi desktop grabber in windows
- Support Duplication and gdi desktop grabber in windows

5.Use wasapi to record microphone & speaker in windows
- Use wasapi to record microphone & speaker in windows

- YUV data preview callback

- Remux file from one format to another

- NVIDIA encode

- Auto select Duplication API or GDI to get desktop pictures on windows

## ToDo

1.Review all codes,seperate encoder 、filter、muxer
- Review all codes,seperate encoder 、filter、muxer

2.Add more devices enumer for different platforms
- Add more devices enumer for different platforms

3.Add hardware use
- Add hardware use(amf,qsv,libavi)

4.Add cross-platform support
- Add cross-platform support(for linux and mac)

5.Add more filters for video and audio
- Add more filters for video and audio


## How to use?
Expand Down

0 comments on commit 786fc4e

Please sign in to comment.