Skip to content

Asd-g/TimecodeFPS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimecodeFPS

AviSynth plugin to convert VFR to CFR using MKV timecodes

Documentation

Copyright 2012 Nicholai Main

See timecodefps.txt for more.

Requirements

  • Microsoft VisualC++ Redistributable Package 2022 (can be downloaded from here)

Changelog

  • v1.1.4 2022-01-14
    • Fixed regression when start=true. (Asd-g)
  • v1.1.3 2022-01-13
    • Set duration of the latest frame when specified. (Asd-g)
  • v1.1.2 2021-09-28
    • Created Visual Studio 2019 solution and removed GCC .mak files. (TomArrow)
    • Changed to C++ and adapted a few lines of code that didn't work in C++. (TomArrow)
    • Can now pass multiple timecode files by separating them with a semicolon, for example if you are loading multiple videos with absolute timestamp values and concatenating them and you want to preserve a continuous FPS across multiple files. (TomArrow)
  • v1.1.1 2021-06-04
    • Added support for timestamp files created from mkvtoolnix. (Asd-g)
  • v1.1 2020-04-15
    • Add 64-bit binary. (Binjohn)
    • Update to AviSynth+ 3.5 library. (Binjohn)
  • 2018-02-17
    • Add "start" parameter
  • 2012-04-16
    • Initial release

About

AviSynth plugin to convert VFR to CFR using MKV timecodes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 76.8%
  • C++ 23.2%