Coder Social home page Coder Social logo

convert.sh's Introduction

convert.sh

General shell scripts for converting common file formats

Installation

Scripts can be ran directly from this directory, or scripts desired for install can be placed in /usr/local/bin.

Features

  • Ctrl-c compatible loops.
  • Provide a single file, or convert an entire directory of relevant files.
  • Only install the scripts you need, not a monolith script.

webp2gif

Convert .webp files to .gif files.

Requirements

  • magick (ImageMagick)
webp2gif [-h] [<input gif>]

Neglecting to provide an input WebP argument will result
in conversion of all WebPs in the current working directory.

webp2jpeg

Convert .webp files to .jpeg files.

Requirements

  • magick (ImageMagick)
webp2gif [-h] [<input gif>]

Neglecting to provide an input WebP argument will result
in conversion of all WebPs in the current working directory.

By default uses `-quality 85` for ImageMagick JPEG compression.

flac2alac

Convert .flac files to ALAC .m4a files compatible with iTunes.

Requirements

  • ffmpeg
flac2alac [-h] [<input flac>]

Neglecting to provide an input FLAC argument will result
in conversion of all FLACs in the current working directory.

pages2pdfs

AppleScript that batch converts .pages documents to .pdf files in a selected folder.

Requirements

  • macOS

Open the script in Script Editor on macOS and run it, select a folder containing .pages documents and let it convert each one.

convert.sh's People

Contributors

harrego avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.