Have you ever wondered 🤔 if VS Code could become a media converter for some reason?
Or maybe you have stumbled upon the need to quickly convert a media file for your game development?
Or perhaps you need a WAV format audio file for a voice training project?
The answer is YES❗
This is the extension that could help you with that job, and right inside the VS Code. How 😎🆒🧊!
It converts supported image, audio, and video formats, using ffmpeg, here and there 🎉.
Features
For image: jpg|jpeg|png|webp --> Convert to jpg
For audio: ape|flac|mp3|wav|wma --> Convert to mp3|wav
For video: avi|flv|mkv|mp4|ts|webm|wmv --> Convert to mp4
Other use cases:
Extract audio from video by converting it to an audio format
Converting to the same format can reduce file size
Note: All conversion settings use the default configuration of ffmpeg
Release Notes
1.1.0
Added support for image conversion: jpg|jpeg|png|webp
Add webm for video conversion
Add GPU h264_nvenc option for faster video encoding using Nvidia GPUs