Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 456 Bytes

File metadata and controls

18 lines (16 loc) · 456 Bytes

conv

A versatile file conversion utility that supports:

  • Image conversions (using ImageMagick)
  • Video conversions (using FFmpeg)
  • Document conversions (using Pandoc)

Usage

conv [options]

Options:
-i <input>    Input file or directory
-o <output>   Output file or directory
-t <type>     Force conversion type (image|video|document)
-f            Force overwrite existing files
-v            Verbose output
-h            Show help message