Skip to content

Commit 4f92abd

Browse files
committed
Updated README.md
1 parent d9c4a58 commit 4f92abd

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,26 @@ Unai.VITC.exe | ffmpeg.exe -f rawvideo -video_size 90x1 -pixel_format gray -fram
3434
And to avoid a blurry output, make sure it's using nearest neighbor mode.
3535
Also, make sure you are converting the 8-bit grayscale pixel format to another pixel format supported by the output codec (in this case, YUV 4:2:0).
3636

37+
### Results
38+
FFmpeg has got a video filter called `readvitc` which allows us to decode VITC lines from a video.
39+
All the possible framerates had been tested with this filter, giving the following results:
40+
41+
**24 FPS**
42+
43+
![VITC 24 FPS example](img/readvitc-film.png)
44+
45+
**25 FPS**
46+
47+
![VITC 25 FPS example](img/readvitc-pal.png)
48+
49+
**29.97 FPS**
50+
51+
![VITC 29.97 FPS example](img/readvitc-ntsc-drop.png)
52+
53+
**30 FPS**
54+
55+
![VITC 30 FPS example](img/readvitc-ntsc.png)
56+
3757
## Arguments
3858

3959
### `-fps`: set framerate

img/readvitc-film.png

366 KB
Loading

img/readvitc-ntsc-drop.png

471 KB
Loading

img/readvitc-ntsc.png

465 KB
Loading

img/readvitc-pal.png

381 KB
Loading

0 commit comments

Comments
 (0)