media-picker/README.md

42 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 简介
显示器的分辨率:通常表示为水平像素数乘以垂直像素数。
常见的显示器分辨率包括1280x720、1920x1080、2560x1440、3840x2160、5120x2880和7680x4320六种。
# 附加说明
- 以什么区分分辨率?
```text
分辨率主要看纵向像素也就是后面的数字例如1.5k2400×1080本质上也是1080p的一种
```
- 显示器分辨率有哪几种?
```text
常见分辨率有6种分别是720P、1080P、2K、4K、5K和8K。
也可以写成1280x720、1920x1080、2560x1440、3840x2160、5120x2880和7680x4320。
```
- 虽然没有3K分辨率但是如何计算3K分辨率呢
```text
1k分辨率是指1024x768的分辨率。
3K分辨率是(1024*3)x(768*3) --> 3072x2304
```
# 项目依赖
- 依赖ffmpeg, https://ffmpeg.org/download.html
- https://github.com/BtbN/FFmpeg-Builds/releases
## 构建编译
```shell
sh build.sh
```
## 使用方法
```text
# 双击有风险, 双击需谨慎
将OdMediaPickerRelease.exe拖拽到需要整理的文件夹内双击运行即可
```