Limitations (UTF-8 content).

master
Karchnu 2021-03-27 23:51:51 +01:00
parent c270582993
commit 53314eca24
1 changed files with 11 additions and 0 deletions

View File

@ -28,6 +28,17 @@ In the `time-file`:
example WITH_NUMBER=_, song names will be *1_song.opus*, *2_song.opus*, (...)
* QUIET: if set to any value, ffmpeg commands are not displayed
# Limitations
This script doesn't work with UTF-8 content.
If your file with timings contains UTF-8 characters, apply this:
```
iconv -f utf-8 -t ascii timings-file > timings-file-fixed
```
Then verify the content.
# More