VfrToCfr-the-other-one:AviSynth 插件,可将可变帧速率剪辑转换为恒定帧速率

时间:2024-06-19 14:27:05
【文件属性】:

文件名称:VfrToCfr-the-other-one:AviSynth 插件,可将可变帧速率剪辑转换为恒定帧速率

文件大小:35KB

文件格式:ZIP

更新时间:2024-06-19 14:27:05

C++

VfrToCfr 描述 AVISynth 插件,用于将可变帧速率剪辑转换为恒定帧速率。 要使用该插件,您还需要有 FFmpegSource2 插件。 示例脚本 LoadPlugin("..\build\Release\VfrToCfr.dll") # Dump the time codes from the VFR clip ffvideosource("test.mp4",timecodes="timecodes.txt") # Use the time codes file to figure out when the frames should be # displayed in the resulting NTSC CFR clip. vfrtocfr(timecodes="timecodes.txt", fpsnum=30000, fpsden=1001) 对于 VapourS


【文件预览】:
VfrToCfr-the-other-one-master
----.gitignore(147B)
----src()
--------info.h(202B)
--------avisynth.h(26KB)
--------Interface.cpp(413B)
--------test.cpp(843B)
--------info.cpp(42KB)
--------VfrToCfr.h(1KB)
--------framecalc.h(2KB)
--------framecalc.cpp(6KB)
--------VfrToCfr.cpp(4KB)
----build()
--------VfrToCfr.sln(1KB)
--------VfrToCfr.vcxproj(8KB)
--------VfrToCfr.rc(705B)
--------VfrToCfr.vcxproj.filters(2KB)
----doc()
--------avisynth.conf(250B)
--------vfrtocfr.txt(3KB)
----README.md(971B)
----Rakefile(1KB)
----test()
--------test.mp4(23KB)
--------test.vpy(532B)
--------test.avs(447B)

网友评论