Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- Title Trim a Video with FFMPEG Tool
- Set Videos_Clips=%~dp0Videos_Clips
- MkDir "%Videos_Clips%">nul 2>&1
- ffmpeg -ss 00:05:06 -i "%~1" -t 00:0:13 -c copy "%Videos_Clips%\%~n1_mp4.mp4"
- Explorer "%Videos_Clips%\a%~n1_mp4.mp4"
- rem https://streamable.com/ftpjnv
- REM #HarryMack #Freestyle #HipHop
- REM <div style="width:100%;height:0px;position:relative;padding-bottom:56.250%;"><iframe src="https://streamable.com/e/ftpjnv?autoplay=1" frameborder="0" width="100%" height="100%" allowfullscreen allow="autoplay" style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>
Advertisement
RAW Paste Data
Copied
Advertisement