Skip to content

Commit c4ee010

Browse files
authored
Update and rename README.md to README.rst
1 parent ff9f12c commit c4ee010

2 files changed

Lines changed: 31 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Description
2+
===========
3+
4+
Converts Variable Frame Rate (VFR) video to a Constant Frame Rate (CFR) video through the use of Matroska Version 2 Timecodes.
5+
6+
Ported from the Avisynth plugin written by Nicholai Main.
7+
8+
9+
Usage
10+
=====
11+
::
12+
13+
vfrtocfr.VFRToCFR(clip clip, string timecodes, int fpsnum, int fpsden[, bint drop = True])
14+
15+
Parameters:
16+
*clip*
17+
Input clip.
18+
19+
*timecodes*
20+
Name of the Matroska V2 Timecodes file.
21+
22+
*fpsnum*
23+
Target output framerate numerator. Must be greater than 0.
24+
25+
*fpsden*
26+
Target output framerate denominator. Must be greater than 0.
27+
28+
*drop*
29+
If set to True, allows frame drops to acquire target framerate.
30+
Otherwise, throws an error if frames are dropped.
31+

0 commit comments

Comments
 (0)