initial commit
This commit is contained in:
BIN
PHP_Scripts/vid to html5/ffmpeg.exe
Normal file
BIN
PHP_Scripts/vid to html5/ffmpeg.exe
Normal file
Binary file not shown.
7
PHP_Scripts/vid to html5/vids.cmd
Normal file
7
PHP_Scripts/vid to html5/vids.cmd
Normal file
@@ -0,0 +1,7 @@
|
||||
for %%i in (vids\*.*) DO (
|
||||
ffmpeg -i %%i -ss 180 -vframes 1 -r 1 -s 320x200 -f image2 output\%%~ni.jpg
|
||||
ffmpeg -i %%i -s 320x200 -acodec libvorbis -f webm -b:v 150k -bufsize 16k -vcodec libvpx output\%%~ni.webm -s 320x200 -acodec libmp3lame -b:v 150k -bufsize 16k -vcodec libx264 output\%%~ni.mp4
|
||||
|
||||
)
|
||||
|
||||
pause
|
Reference in New Issue
Block a user