add language markers to readme

This commit is contained in:
2019-06-23 09:11:42 +02:00
parent 4a808017e4
commit 2dfc9adfa0
+2 -2
View File
@@ -6,7 +6,7 @@ pipe multiple invocations to create more complex operations. However, a single i
An example invocation, used to adapt a full-length subtitle track to a shorter version of "Whisper of the Heart", looks An example invocation, used to adapt a full-length subtitle track to a shorter version of "Whisper of the Heart", looks
like this: like this:
``` ```bash
srtune source.srt -o whisper.srt -M235=15:06.7 -M309=24:15 -M412=32:12 \ srtune source.srt -o whisper.srt -M235=15:06.7 -M309=24:15 -M412=32:12 \
-M411=32:01 -M762=58:51 -M895=1:08:33 -M1125=1:26:28 -M01:44:22=01:41:37.3 -M411=32:01 -M762=58:51 -M895=1:08:33 -M1125=1:26:28 -M01:44:22=01:41:37.3
``` ```
@@ -29,7 +29,7 @@ work out the right set of arguments. The flag '--renumber' will give each output
note that, once renumbered, the indices in the output file should no longer be used in the command invocation, as there note that, once renumbered, the indices in the output file should no longer be used in the command invocation, as there
can be (and often will be) differences from the original file. can be (and often will be) differences from the original file.
``` ```none
USAGE: USAGE:
srtune [FLAGS] [OPTIONS] [--] [INFILE] srtune [FLAGS] [OPTIONS] [--] [INFILE]