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