Pinned Loading
-
developer-experience
developer-experience PublicForked from IntersectMBO/developer-experience
This repo is managed by Intersect on behalf of the Developer Advocates.
TypeScript
-
-
Additional Configurations For My Dot...
Additional Configurations For My Dot Vimrc File 1" Customise tabs length2set tabstop=4 shiftwidth=4
34" Indent automatically5set autoindent
-
When executed, this batch script con...
When executed, this batch script converts all video files (mp4) in a folder to audio files (mp3) and stores them in the output\ folder (automatically created). NOTE: You should have ffmpeg installed before execution. 1echo off
2mkdir outputs3for %%a in ("*.mp4") do ffmpeg -i "%%a" -b:a 192K -vn "outputs\%%~na.mp3"
4pause
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


