home *** CD-ROM | disk | FTP | other *** search
/ Multimedia-Photo & Your Disk / Image.iso / Data / soft / 104 / mkvtoolnix-unicode-2.1.0-setup.exe / examples / example-timecodes-v1.txt < prev    next >
Encoding:
Text File  |  2007-08-19  |  913 b   |  28 lines

  1. # timecode format v1
  2.  
  3. # The very first line MUST have this format. Later formats will increase
  4. # the version number.
  5.  
  6. # As you can see empty lines and other lines starting with '#' are ignored.
  7.  
  8. # The second line with contents MUST be 'assume <fps>', e.g.
  9. assume 25
  10. # This sets the default FPS for ranges that are not explicitely covered
  11. # below.
  12.  
  13. # The remaining lines have the format 's,e,fps'.
  14. # White spaces around the commas are ignored. This sets the number of
  15. # frames per second for the frames starting with frame number s up to and
  16. # including frame number e.
  17.  
  18. # The 'fps' can be given as a floating point number. Note that only
  19. # dots ('.') are accepted as the decimal point, not commas!
  20.  
  21. # Example:
  22. 800,1000,23.97
  23. 1500,1700,29.930
  24.  
  25. # As you can see you can have gaps at the start, in the middle, and
  26. # naturally at the end. For those gaps the default FPS set with the
  27. # 'assume' command is being used.
  28.