Skip to content

Commit c47056e

Browse files
committed
Update README.MD
1 parent b3f7db7 commit c47056e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.MD

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Under the hood, the application leverages the power of FFMPEG to handle video pr
1313
- [Usage](#usage)
1414
- [Troubleshooting](#troubleshooting)
1515
- [FFMPEG Distribution](#ffmpeg-distribution)
16+
- [Known issues](#known-issues_
1617
- [Special Thanks](#special-thanks)
1718
- [Contribute](#contribute)
1819

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

8485
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
8586

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

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

0 commit comments

Comments
 (0)