1.0.1 • Published 2 years ago
conviertesto v1.0.1
Conviertesto
conviertesto is a simple command-line tool for converting files between different formats using Node.js. It supports video and image file conversions.
Features
- Convert videos to different video formats (e.g., mp4 to avi)
- Convert videos to GIFs (e.g., mp4 to gif)
- Convert images to different image formats (e.g., jpg to png)
Installation
To install conviertesto, use npm:
npm install -g conviertestoUsage
To convert a file, use the following command:
conviertesto <input file> <output file>Help
conviertesto helpSupported Conversions
- Video to Video (e.g., mp4 to avi)
- Video to GIF (e.g., mp4 to gif)
Image to Image (e.g., jpg to png)
Contributing
Feel free to open issues or submit pull requests if you have suggestions or improvements.