Guest User

Как запускать MP4-нарезчик

a guest
Sep 13th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. https://pastebin.com/cA5QXHnU
  2.  
  3. ===============================================================================================
  4. php "c:/path/to/php-file/video_to_mp4.php" --input 001.mkv --ass=001.ass --from 16:40.29 --duration 19.98 --output HenNeko-01-tickling.mp4 --filesize=20MB
  5.  
  6. php "c:/path/to/php-file/video_to_mp4.php" --input 008.mkv --sound=008.aac --from 08:54.256 --to 09:36.034 --output SouthPark-19x08-RapeSirian.mp4 --filesize=20MB
  7.  
  8. php "c:/path/to/php-file/video_to_mp4.php" --input 003.mkv --from 12:13.857 --to 12:20.740 --output video.mp4 --ass=003.ass --filesize=9960KB
  9.  
  10. php "c:/path/to/php-file/video_to_mp4.php" --input 003.mkv --from 33:08.686 --to 37:51.000 --output rawoutput1.mp4 --filesize=10123K
  11.  
  12. php "c:/path/to/php-file/video_to_mp4.php" --input 001.mkv --ass=001.ass --from 16:40.29 --duration 19.98 --output HenNeko-01-tickling.mp4 --filesize=20MB
  13.  
  14. php "c:/path/to/php-file/video_to_mp4.php" --input 138.mkv --output Simpsons.mp4 --sound=138.en.aac --from 21:54.564 --to 22:40.527 --filesize=20MB --meta-title "Вырезки из симпсонов" --meta-show "The Simpsons" --meta-episode_id=138 --quite-ffmpeg --tune animation
  15.  
  16. php "c:/path/to/php-file/video_to_mp4.php" --input 9division.mkv --output 9th-company-Irina-Rakhmanova-1.mp4 --from 00:50:42.042 --to 00:51:01.834 --filesize=20MB --meta-title "Nude Irina Rakhmanova from 'The 9th Company'" --meta-show "The 9th Company" --quite-ffmpeg --tune film
  17.  
  18. php "c:/path/to/php-file/video_to_mp4.php" --input "Kanokon - 03.mkv" --ass "Kanokon - 03.ass" --output Kanokon.mp4 --from 20:11.919 --to 21:54.855 --filesize=20MB --meta-title "Шлеп-шлеп" --meta-show "Kanokon" --meta-episode_id=3 --tune animation --quite-ffmpeg --no-metadata-import --tune animation
  19.  
  20. php "c:/path/to/php-file/video_to_mp4.php" --input 002.mkv --output Yaroslav-mudry.mp4 --from 00:09:26.802 --to 00:10:03.743 --filesize=10MB --meta-title "Вырезка из Ярослава" --meta-show "Ярослав Мудрый, 1981" --quite-ffmpeg --tune grain
  21.  
  22. php "c:/path/to/php-file/video_to_mp4.php" --input "The.Parent.Trap.1998.720p.WEB-DL.H264-HDB.mkv" --output Nude-Lindsay-Lohan-Parent-Trap.mp4 --from 00:14:46.928 --to 00:15:51.761 --filesize=20MB --meta-title "Nude Lindsay Lohan from Parent Trap" --meta-show "The Parent Trap" --meta-year 1998 --sound 00.ac3 --quite-ffmpeg --tune film
  23.  
  24. php "c:/path/to/php-file/video_to_mp4.php" --input "[GotWoot]_Nana_to_Kaoru_-_Chapter_Two_(Live_Action_Movie)_[DVD][h264_AC3][98A429C7].mkv" --output Nana-To-Kaoru-spanking-1.mp4 --from 00:51:42.980 --to 00:53:32.912 --filesize=20MB --meta-title "Nana to Kaoru spanking scene [01]" --meta-show "Nana to Kaoru" --meta-episode_id=2 --meta-year 2012 --ass 00.ass --quite-ffmpeg --tune film
  25.  
  26. php "c:/path/to/php-file/video_to_mp4.php" --input "[GotWoot]_Nana_to_Kaoru_-_Chapter_Two_(Live_Action_Movie)_[DVD][h264_AC3][98A429C7].mkv" --output Nana-To-Kaoru-spanking-2.mp4 --from 00:53:32.979 --to 00:57:47.106 --filesize=20MB --meta-title "Nana to Kaoru spanking scene [02]" --meta-show "Nana to Kaoru" --meta-episode_id=2 --meta-year 2012 --ass 00.ass --quite-ffmpeg --tune film
  27.  
  28.  
Advertisement
Add Comment
Please, Sign In to add comment