-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/mariosemes/DrapTool
- Loading branch information
Showing
1 changed file
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,49 @@ | ||
# DrapTool for Windows | ||
|
||
Windows Tool for image optimization and much more. | ||
Easy image, video optimization / converting tool + Web Favicon generator for Windows. | ||
|
||
# Features | ||
- Image Web Optimization | ||
- Video Web Optimization | ||
- Video Converter | ||
- Web Favicon Generator | ||
- AE Render.exe Tool | ||
|
||
- [Image Web Optimization](#image-web-optimization) | ||
- [Video Web Optimization](#video-web-optimization) | ||
- [Video Converter](#video-converter) | ||
- [Web Favicon Generator](#web-favicon-generator) | ||
- [AE Render.exe Tool](#aerenderexe-tool) | ||
|
||
### Libraries used: | ||
Markdown | Less | ||
--- | --- | ||
`7zip.exe` | [Visit website](https://www.7-zip.org/) | ||
`ffmpeg.exe` | [Visit website](https://ffmpeg.org/) | ||
`magick.exe` | [Visit website](https://imagemagick.org/index.php) | ||
`pngquant.exe` | [Visit website](https://pngquant.org/) | ||
`wget.exe` | [Visit website](https://eternallybored.org/misc/wget/) | ||
|
||
[back to top](#features) | ||
# Image Web Optimization | ||
Compress Single or Batch JPG/PNG files with 1 click. | ||
##### Compress Single or Batch JPG/PNG files with 1 click. | ||
|
||
![optimization](https://github.com/mariosemes/DrapTool/blob/master/Images/pngexp.gif?raw=true) | ||
|
||
[back to top](#features) | ||
# Video Web Optimization | ||
Compress MP4 videos to web perfect quality | ||
##### Compress MP4 videos to web perfect quality | ||
|
||
![optimization](https://github.com/mariosemes/DrapTool/blob/master/Images/mp4opti.gif?raw=true) | ||
|
||
[back to top](#features) | ||
# Video Converter | ||
Convert .avi, .mkv, .mov to mp4 without quality loss. | ||
##### Convert .avi, .mkv, .mov to mp4 without quality loss. | ||
|
||
![optimization](https://github.com/mariosemes/DrapTool/blob/master/Images/avitomp4.gif?raw=true) | ||
|
||
[back to top](#features) | ||
# Web Favicon Generator | ||
Create favicon pack with 20 resized images + html code included. | ||
##### Create favicon pack with 20 resized images + html code included. | ||
|
||
![optimization](https://github.com/mariosemes/DrapTool/blob/master/Images/favicon.gif?raw=true) | ||
|
||
[back to top](#features) | ||
# AErender.exe tool | ||
Use the After Effects command line tool to export lossless .avi files and convert them to .mp4 with ffmpeg for the best result. | ||
##### Use the After Effects command line tool to export lossless .avi files and convert them to .mp4 with ffmpeg for the best result. | ||
|
||
**Work in progress** | ||
**Work in progress** |