Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- aviutl: <?ot=obj.time mes(string.format("%02d:%02d:%02d.%02d",ot/3600,((ot/60)%60),(ot%60),(ot*100)%100))?>
- aviutl: <?ot=obj.time mes(string.format("%02d:%02d.%02d",((ot/60)%60),(ot%60),(ot*100)%100))?>
- ffmpeg -i input.avi -vcodec libx264 -crf 22 output.avi
- ffmpeg -i input.avi -vf scale=320:240 output.avi
Add Comment
Please, Sign In to add comment