Guest User

Untitled

a guest
Jan 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. @echo off
  2. start /high /b /wait x264 -o output.mkv test.video.h264.1080p24.mkv
  3. input "How many cores do you have?"
  4. calculate "number_of_cores" times 1.5 and then +1 (this will be number of threads)
  5. if threads=1 goto md5sum -c md5sum_1_threads.txt
  6. if threads=2 goto md5sum -c md5sum_2_threads.txt
  7. ...
  8. md5sum -c md5sum_1_threads.txt
  9. md5sum -c md5sum_2_threads.txt
  10. ...
  11. pause
Add Comment
Please, Sign In to add comment