Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
Created a very simple script to convert videos to WebM
  • Loading branch information
nuttylmao committed Jul 13, 2021
0 parents commit 94a367c
Show file tree
Hide file tree
Showing 3 changed files with 676 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DRAG OVER HERE TO CONVERT.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
%~dp0\ffmpeg.exe -i "%~1" -c:v libvpx-vp9 -b:v 0 -crf 15 -threads 16 -speed 4 %~dp0\%~n1.webm"
pause
Binary file added ffmpeg.exe
Binary file not shown.
Loading

0 comments on commit 94a367c

Please sign in to comment.