Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manueldev/fc325c86ab322603c2ae31cff4606402 to your computer and use it in GitHub Desktop.
Save manueldev/fc325c86ab322603c2ae31cff4606402 to your computer and use it in GitHub Desktop.
Convert Opus file to Mp3 with FFmpeg from windows context menu.
REG ADD "HKCR\VLC.opus\Shell\Convert to MP3\command" /VE /T REG_EXPAND_SZ /D "ffmpeg.exe -i \"%1\" -ab 128k \"%1.mp3\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment