other:batch-video-cut
Скрипт для массового убирания куска видео
setlocal set ffmpeg="E:\ffmpeg\bin\ffmpeg.exe" mkdir output FOR %%A IN (*.avi) DO ( %ffmpeg% -i %%A -ss 60 -vcodec copy -acodec copy "%%~dpA\output\%%~nA.avi" ) pause
other/batch-video-cut.txt · Последнее изменение: 2017/03/23 21:59 — 127.0.0.1