Tag: Cut ogg

  • Covert ogg file and change properties by using ffmpeg in windows

    We need a tools called ffmpeg , it can be installed in windows through msys2 packages mingw-w64-x86_64-ffmpeg. Remember , Add C:\msys64\mingw64\bin to Environment Variables PATH if you want to use it as a commands in PowerShell This is some usefull commands using ffmpeg in powershell : ffmpeg -i file.mp3 -ar 22050 -vn -c:a libvorbis -q:a…