Skip to content

Commit

Permalink
README 파일을 프로젝트에 링크 시킵니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
akon47 committed Jun 24, 2022
1 parent e96baa3 commit 541aa5f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 169 deletions.
8 changes: 4 additions & 4 deletions README-ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
컴퓨터 화면과 기본 오디오 재생 장치의 오디오를 녹화하는 기능을 가진 녹화 프로그램 입니다.

### 기본 설정
![screenshot1_ko](https://user-images.githubusercontent.com/49547202/134748885-e8b78db0-4c8a-4048-9de3-930d0905d7d9.png)
![screenshot1_ko](https://user-images.githubusercontent.com/49547202/175590829-8d599ab8-d3da-484e-a357-1c404a12c245.png)

### 고급 설정
![screenshot2_ko](https://user-images.githubusercontent.com/49547202/134748886-9c09b7bf-4d6f-401f-8864-f37a382bf031.png)
![screenshot2_ko](https://user-images.githubusercontent.com/49547202/175591200-193af79a-046c-487e-b40e-9ec69a99d035.png)

## 📃 사용법
- 동그란 버튼을 누르면 녹화가 시작되고 사각형 버튼을 누르면 정지됩니다.
Expand Down Expand Up @@ -47,7 +47,7 @@
- **NVENC HEVC**를 사용하려면 **GTX 950** 시리즈 이상이 필요합니다
- NVENC에 필요한 최소 Nvidia 드라이버는 **471.41** 이상입니다
- 필요한 공간: 약 110MB
- Microsoft .Net Framework 4.7.2
- Microsoft .Net Framework 4.8

## 📚 레퍼런스
- [v1.0.4 버전에 대한 소프트피디아 에디터의 리뷰](https://www.softpedia.com/get/Multimedia/Video/Video-Recording/ScreenRecorder-K.shtml)
Expand All @@ -57,7 +57,7 @@

- Visual Studio 2019 or newer
- Windows 10 or newer
- Microsoft .Net Framework 4.7.2
- Microsoft .Net Framework 4.8

MediaEncoder 프로젝트에서는 [BtbN](https://github.com/BtbN/FFmpeg-Builds) 에서 빌드하고 배포하는 shared ffmpeg 라이브러리를 사용합니다.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
It is a simple recording program with the ability to record the screen.

### Default Settings
![screenshot1_en](https://user-images.githubusercontent.com/49547202/134748812-81cabf11-99fb-43a0-80e9-9c4bbd23a64b.png)
![screenshot1_en](https://user-images.githubusercontent.com/49547202/175591292-fb399db4-8238-41c1-88ac-16a6750b95fa.png)

### Advanced Settings
![screenshot2_en](https://user-images.githubusercontent.com/49547202/134748816-12f8df6b-c113-4678-ad0d-e2e2929766e3.png)
![screenshot2_en](https://user-images.githubusercontent.com/49547202/175591254-5ee2ae21-1da0-4490-aba0-11093fa47002.png)

## 📃 Usage
- Pressing the round button starts recording and stops when pressing the square button.
Expand Down Expand Up @@ -48,7 +48,7 @@ It is a simple recording program with the ability to record the screen.
- If you want to use **NVENC HEVC**, you need **GTX 950** series or higher
- The minimum required Nvidia driver for NVENC is **471.41** or newer
- Space required: 110MB
- Microsoft .Net Framework 4.7.2
- Microsoft .Net Framework 4.8

## 📚 References
- [Softpedia review of v1.0.4](https://www.softpedia.com/get/Multimedia/Video/Video-Recording/ScreenRecorder-K.shtml)
Expand All @@ -58,7 +58,7 @@ It is a simple recording program with the ability to record the screen.

- Visual Studio 2019 or newer
- Windows 10 64bit or newer
- Microsoft .Net Framework 4.7.2
- Microsoft .Net Framework 4.8

The MediaEncoder project uses a shared ffmpeg library that [BtbN](https://github.com/BtbN/FFmpeg-Builds) builds and deploys.

Expand Down
79 changes: 0 additions & 79 deletions ScreenRecorder/README-ko.md

This file was deleted.

80 changes: 0 additions & 80 deletions ScreenRecorder/README.md

This file was deleted.

8 changes: 6 additions & 2 deletions ScreenRecorder/ScreenRecorder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,19 @@
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="..\README-ko.md">
<Link>README-ko.md</Link>
</None>
<None Include="..\README.md">
<Link>README.md</Link>
</None>
<None Include=".editorconfig" />
<Compile Include="MainWindow.HwndSourceHook.cs" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="README-ko.md" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand Down

0 comments on commit 541aa5f

Please sign in to comment.