swordsmankirby

Useful video-editing stuff

Jul 24th, 2015
849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. aviutl: <?ot=obj.time mes(string.format("%02d:%02d:%02d.%02d",ot/3600,((ot/60)%60),(ot%60),(ot*100)%100))?>
  2. aviutl: <?ot=obj.time mes(string.format("%02d:%02d.%02d",((ot/60)%60),(ot%60),(ot*100)%100))?>
  3.  
  4. ffmpeg -i input.avi -vcodec libx264 -crf 22 output.avi
  5.  
  6. ffmpeg -i input.avi -vf scale=320:240 output.avi
Add Comment
Please, Sign In to add comment