Skip to content

Instantly share code, notes, and snippets.

@code404
Created July 30, 2012 20:41
Show Gist options
  • Save code404/3210001 to your computer and use it in GitHub Desktop.
Save code404/3210001 to your computer and use it in GitHub Desktop.
AviUtl拡張編集のテキストオブジェクトに貼り付けて使うカウントダウン。コメントアウトしてる方を使えば分表示も可能。
<?
t=obj.totaltime-obj.time
s=math.floor(obj.track0*100*3/4)
mes(string.format("%d.<s"..s..">%02d",t,(t*100)%100))
--mes(string.format("%02d:%02d.<s"..s..">%02d",t/60,t%60,(t*100)%100))
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment