Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. @echo off
  2. FOR /L %%G IN (0,1,7) DO (
  3. if %%G == 0 (
  4. start /AFFINITY 80 cmd /Q /C title minterpolate #0 ^&^& ffmpeg -i "twenty one pilots - Stressed Out [OFFICIAL VIDEO].0.mp4" -c:a copy -filter:v minterpolate=fps=60 -max_muxing_queue_size 9999 "twenty one pilots - Stressed Out [OFFICIAL VIDEO] 60fps.0.mp4" ^&^& pause
  5. timeout 5
  6. )
  7. if %%G == 1 (
  8. start /AFFINITY 40 cmd /Q /C title minterpolate #1 ^&^& ffmpeg -i "twenty one pilots - Stressed Out [OFFICIAL VIDEO].1.mp4" -c:a copy -filter:v minterpolate=fps=60 -max_muxing_queue_size 9999 "twenty one pilots - Stressed Out [OFFICIAL VIDEO] 60fps.1.mp4" ^&^& pause
  9. timeout 5
  10. )
  11. if %%G == 2 (
  12. start /AFFINITY 20 cmd /Q /C title minterpolate #2 ^&^& ffmpeg -i "twenty one pilots - Stressed Out [OFFICIAL VIDEO].2.mp4" -c:a copy -filter:v minterpolate=fps=60 -max_muxing_queue_size 9999 "twenty one pilots - Stressed Out [OFFICIAL VIDEO] 60fps.2.mp4" ^&^& pause
  13. timeout 5
  14. )
  15. if %%G == 3 (
  16. start /AFFINITY 10 cmd /Q /C title minterpolate #3 ^&^& ffmpeg -i "twenty one pilots - Stressed Out [OFFICIAL VIDEO].3.mp4" -c:a copy -filter:v minterpolate=fps=60 -max_muxing_queue_size 9999 "twenty one pilots - Stressed Out [OFFICIAL VIDEO] 60fps.3.mp4" ^&^& pause
  17. timeout 5
  18. )
  19. if %%G == 4 (
  20. start /AFFINITY 8 cmd /Q /C title minterpolate #4 ^&^& ffmpeg -i "twenty one pilots - Stressed Out [OFFICIAL VIDEO].4.mp4" -c:a copy -filter:v minterpolate=fps=60 -max_muxing_queue_size 9999 "twenty one pilots - Stressed Out [OFFICIAL VIDEO] 60fps.4.mp4" ^&^& pause
  21. timeout 5
  22. )
  23. if %%G == 5 (
  24. start /AFFINITY 4 cmd /Q /C title minterpolate #5 ^&^& ffmpeg -i "twenty one pilots - Stressed Out [OFFICIAL VIDEO].5.mp4" -c:a copy -filter:v minterpolate=fps=60 -max_muxing_queue_size 9999 "twenty one pilots - Stressed Out [OFFICIAL VIDEO] 60fps.5.mp4" ^&^& pause
  25. timeout 5
  26. )
  27. if %%G == 6 (
  28. start /AFFINITY 2 cmd /Q /C title minterpolate #6 ^&^& ffmpeg -i "twenty one pilots - Stressed Out [OFFICIAL VIDEO].6.mp4" -c:a copy -filter:v minterpolate=fps=60 -max_muxing_queue_size 9999 "twenty one pilots - Stressed Out [OFFICIAL VIDEO] 60fps.6.mp4" ^&^& pause
  29. timeout 5
  30. )
  31. if %%G == 7 (
  32. start /AFFINITY 1 cmd /Q /C title minterpolate #7 ^&^& ffmpeg -i "twenty one pilots - Stressed Out [OFFICIAL VIDEO].7.mp4" -c:a copy -filter:v minterpolate=fps=60 -max_muxing_queue_size 9999 "twenty one pilots - Stressed Out [OFFICIAL VIDEO] 60fps.7.mp4" ^&^& pause
  33. timeout 5
  34. )
  35. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement