Advertisement
Guest User

Chosunk Capping tool for ffmpeg

a guest
Oct 4th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. @echo off
  2. ECHO -------------------------------------------------------
  3. echo MFC Capping
  4. echo.
  5. echo 1) Underneath the model's picture, click menu
  6. echo 2) Click the chatroom preview picture
  7. echo 3) Right click the enlarged preview picture and select "copy image location"
  8. echo 4) Paste the URL below at the prompt (right click, paste)
  9. echo 5) Type in model's name (filenaming purposes)
  10. echo 6) Cap, relax and fap afterwards...
  11. echo.
  12. ECHO -------------------------------------------------------
  13. set /p URL= Enter Preview Pic URL :
  14. set /p Name= Model's Name :
  15. set hh=%time:~-11,2%
  16. set /a hh=%hh%+100
  17. set hh=%hh:~1%
  18. set OUT_FILE=%Name%-MFC_%DATE:~10,4%%DATE:~4,2%%DATE:~7,2%_%hh%%time:~3,2%_%time:~6,2%.mp4
  19. title Capturing: %Name% - MFC @ %time%
  20. "D:\Programs\ffmpeg\bin\ffmpeg.exe" -i "http://video%URL:~12,3%.myfreecams.com:1935/NxServer/mfc_%URL:~46,9%.f4v_aac/chunklist.m3u8" D:\Videos\Caps\%OUT_FILE%
  21. ECHO %OUT_FILE% is done!
  22. @Pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement