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 🎉.
-
For image:
jpg|jpeg|png|webp-->jpg -
For audio:
ape|flac|mp3|wav|wma-->mp3|wav -
For video:
avi|flv|mkv|mp4|ts|webm|wmv-->mp4 -
For gif:
gif-->gifonly 1st framegif-->jpgonly 1st framegif-->mp4will fail if not multi-framesjpg|avi|flv|mkv|mp4|ts|webm|wmv-->gif
-
Batch/Queue conversion
-
Other use cases:
- Extract audio from video by converting it to an audio format
- Add settings to treeview
- Add Custom quality configuration
- Add Support
gifconversion
- Add treeview/queue for batch conversion
- Add time estimation for single converting
- Add support for image conversion:
jpg|jpeg|png|webp - Add
webmfor video conversion - Add GPU
h264_nvencoption for faster video encoding using Nvidia GPUs
- Add support
ape|flac|wav|ts - Add cancellable button
- Use local binary instead Google Cloud Functions
- Initial release of Easy Media Converter
Enjoy!
