Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigal committed Feb 25, 2024
1 parent b3f7db7 commit c47056e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Under the hood, the application leverages the power of FFMPEG to handle video pr
- [Usage](#usage)
- [Troubleshooting](#troubleshooting)
- [FFMPEG Distribution](#ffmpeg-distribution)
- [Known issues](#known-issues_
- [Special Thanks](#special-thanks)
- [Contribute](#contribute)

Expand Down Expand Up @@ -83,6 +84,10 @@ Issues regarding low output quality will be **instantly** closed. Problems like

Due to GitHub maximum file limit I can not provide FFMPEG's binaries in this repository. If you want to compile projekt by yourself you have to download FFMPEG build [here](https://github.com/BtbN/FFmpeg-Builds) and put `ffmpeg.exe` and `ffprobe.exe` into `resources/ffmpeg` directory

## Known issues
1. If your input file contains subtitles streams you must use MKV as output format
2. For certain files (primarily MKV files with subtitles), the app fails to display progress, ETA, and speed, though upscaling functionality remains operational.

## Special Thanks

- [Ethan](https://github.com/2u75) for most of the required FFMPEG knowledge and research.
Expand Down

0 comments on commit c47056e

Please # to comment.