[READ-ONLY] Mirror of https://github.com/probablykasper/to. CLI audio, video and image file converter
aiff audio cli flac gif image jp2 jpg mov mp3 mp4 ogg png video webm webp
0

Configure Feed

Select the types of activity you want to include in your feed.

Added changelog

Kasper (Aug 10, 2019, 12:00 AM +0200) e4803f24 f9a64384

+23 -2
+23
CHANGELOG.md
··· 1 + ## 1.3.0 - 2019 Aug 10 2 + - Added mp4-h265 3 + - ffmpeg progress will now be shown while converting 4 + - Changed default mp4 settings to be of higher quality 5 + - Fixed a color issue (as long as it exist in 1.2.0, which I'm not sure about) 6 + - Removed aac due to ffmpeg not adding the correct duration metadata 7 + 8 + ## 1.2.0 - 2019 May 6 9 + - Added webp 10 + - Added gif 11 + - Now only converts the first "frame" of images. For PSDs, this means that the PSD will be converted as a whole 12 + - Added support for passing arguments directly to ffmpeg/magick 13 + 14 + ## 1.1.0 - 2019 Apr 28 15 + - Fixed png support 16 + - Fixed custom quality jpg:## format not working 17 + - Changed default jpg quality to 95 18 + 19 + ## 1.0.1 - 2019 Apr 28 20 + - This one shouldn't really exist as it has minor changes. It might have issues too, I don't know. 21 + 22 + ## 1.0.0 - 2019 Apr 24 23 + - Initial release
-2
README.md
··· 49 49 50 50 # Dev Instructions 51 51 52 - If you're just interested in the `to` script, you can steal that from `bin/to`. 53 - 54 52 ## Publishing to Homebrew 55 53 56 54 If you want to publish to Homebrew, you can create your own "tap" repository with a "cask" file for this script. You may want to Google how all that works.