From e3abad51614117031691eff26f96fce91bb4243b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 4 Oct 2017 20:32:13 +0200 Subject: [PATCH] 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. --- .../{example-timecodes-v1.txt => example-timestamps-v1.txt} | 2 +- .../{example-timecodes-v2.txt => example-timestamps-v2.txt} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename examples/{example-timecodes-v1.txt => example-timestamps-v1.txt} (97%) rename examples/{example-timecodes-v2.txt => example-timestamps-v2.txt} (78%) diff --git a/examples/example-timecodes-v1.txt b/examples/example-timestamps-v1.txt similarity index 97% rename from examples/example-timecodes-v1.txt rename to examples/example-timestamps-v1.txt index 1ed3969e1..e7f5eb323 100644 --- a/examples/example-timecodes-v1.txt +++ b/examples/example-timestamps-v1.txt @@ -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. diff --git a/examples/example-timecodes-v2.txt b/examples/example-timestamps-v2.txt similarity index 78% rename from examples/example-timecodes-v2.txt rename to examples/example-timestamps-v2.txt index 931c8f9ed..079a8d6a7 100644 --- a/examples/example-timecodes-v2.txt +++ b/examples/example-timestamps-v2.txt @@ -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.