imagemagick
CLICreate, edit, and convert images from the command line.
Convert PDF to PNG (ImageMagick 7, macOS)Verified macOS
magick -density 150 input.pdf output.png+6 more matching recipesmedia11 recipes · 11 verified
pandoc
CLIUniversal document converter between dozens of formats.
Convert Markdown to DOCXVerified macOS · Linux
pandoc input.md -o output.docx+6 more matching recipesconversion7 recipes · 6 verified
ffmpeg
CLIComplete, cross-platform solution for recording, converting, and streaming audio/video.
Convert MP4 to GIF~92% est.
ffmpeg -i input.mp4 -vf 'fps=10,scale=640:-1' -loop 0 output.gif+1 more matching recipemedia5 recipes
yq
CLIA lightweight YAML, JSON, and XML processor.
Convert YAML to JSONVerified macOS · Linux
yq -o=json '.' config.yaml+1 more matching recipetext-processing5 recipes · 5 verified
duckdb
CLIIn-process analytical SQL database engine.
Convert Parquet to CSV~97% est.
duckdb -c "COPY (SELECT * FROM 'data.parquet') TO 'output.csv' (HEADER, DELIMITER ',')"data2 recipes
miller
CLILike awk/sed/cut/join/sort for name-indexed data (CSV, JSON, TSV).
Convert CSV to JSON~98% est.
mlr --c2j cat data.csvdata3 recipes
sox
CLISwiss Army knife of audio manipulation.
Convert audio format~94% est.
sox input.wav output.mp3media3 recipes
csvkit
CLIA suite of utilities for converting and working with CSV files.
data3 recipes
poppler (pdftotext / pdftoppm)
CLIPDF text extraction, page info, and PDF → PNG rendering. The reliable way to read PDFs from a shell.
conversion6 recipes · 6 verified