examples: replace timecodes with timestamps

Part of an ongoing effort to replace the use of the term `timecode`
with `timestamp`. Timecodes have a very specific meaning in the
audio/video world, and it's not what MKVToolNix has been using the
term for.
This commit is contained in:
Moritz Bunkus 2017-10-04 20:32:13 +02:00
parent a3de77146b
commit e3abad5161
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# timecode format v1
# timestamp format v1
# The very first line MUST have this format. Later formats will increase
# the version number.

View File

@ -1,17 +1,17 @@
# timecode format v2
# timestamp format v2
# The very first line MUST have this format.
# As you can see empty lines and other lines starting with '#' are ignored.
# The remaining lines simply contain the timecode in ms for the following
# The remaining lines simply contain the timestamp in ms for the following
# frame. The number can be a floating point number, but it doesn't have to
# be. Note that only dots ('.') are accepted as the decimal point, not
# commas!
# White spaces are ignored.
# You must give at least as many timecode lines here as the track contais
# You must give at least as many timestamp lines here as the track contais
# frames. Otherwise mkvmerge will complain, and the results might not be
# what you expect.