| 1 | 1
|
|---|
| 2 | 00:00:00,000 --> 10:00:00,000
|
|---|
| 3 | line 1 \ \ \ backslash ampersand entity (also tried N letter entity) neither work in vlc nor in ffmpeg.
|
|---|
| 4 | line 2 \\n escapes n instead backslash. On vlc it makes backslash and breaks line. On ffmpeg it is backslash and space.
|
|---|
| 5 | line 3 \n used wordjoiner (U+2060), works
|
|---|
| 6 | line 4 \n zero width space, works in vlc, works in ffmpeg.
|
|---|
| 7 | line 5 \n breaks line in vlc, make space in ffmpeg. <b>Bold</b> tag works in both.
|
|---|
| 8 | line 6 \<i></i>n works for vlc, but in ffmpeg it is wrong.
|
|---|