Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用“视频格式”制作视频时间码:MM:SS:FF
任何帮助将不胜感激
我还没有测试它,但它可能会工作
MM = totalFrames / (60*framerate)%60 SS = totalFrames / framerate % 60 FF = totalFrames % framerate