home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Multimedia / AVStoDVD / AVStoDVD_280_Install.exe / MKVtoolNix / examples / example-timecodes-v2.txt < prev    next >
Text File  |  2012-09-02  |  790b  |  39 lines

  1. # timecode format v2
  2.  
  3. # The very first line MUST have this format.
  4.  
  5. # As you can see empty lines and other lines starting with '#' are ignored.
  6.  
  7. # The remaining lines simply contain the timecode in ms for the following
  8. # frame. The number can be a floating point number, but it doesn't have to
  9. # be. Note that only dots ('.') are accepted as the decimal point, not
  10. # commas!
  11.  
  12. # White spaces are ignored.
  13.  
  14. # You must give at least as many timecode lines here as the track contais
  15. # frames. Otherwise mkvmerge will complain, and the results might not be
  16. # what you expect.
  17.  
  18. # Example for 10 consecutive frames at 25fps:
  19. 0
  20. 40.0
  21. 80.0
  22. 120
  23. 160
  24. 200
  25. 240
  26. 280
  27. 320
  28. 360
  29.  
  30. # No need to use floats, but you can if you want. Now some more frames which
  31. # are spaced a bit more.
  32. 460
  33. 560
  34. 660
  35. 760
  36. 860
  37. 960
  38. 1060
  39.