example timecodes v2

2
# timecode 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 # 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 # frames. Otherwise mkvmerge will complain, and the results might not be # what you expect. # Example for 10 consecutive frames at 25fps: 0 40.0 80.0 120 160 200 240 280 320 360 # No need to use floats, but you can if you want. Now some more frames which # are spaced a bit more. 460 560 660 760 860 960 1060

Upload: chetan-adsul

Post on 02-Mar-2016

27 views

Category:

Documents


0 download

DESCRIPTION

mnbmn

TRANSCRIPT

Page 1: Example Timecodes v2

7/18/2019 Example Timecodes v2

http://slidepdf.com/reader/full/example-timecodes-v2 1/1

# timecode 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# 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# frames. Otherwise mkvmerge will complain, and the results might not be# what you expect.

# Example for 10 consecutive frames at 25fps:040.080.0120160200

240280320360

# No need to use floats, but you can if you want. Now some more frames which# are spaced a bit more.460560660760860960

1060