Results for convert

9 tools · 7 with a matching recipe

imagemagick

CLI

Create, 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 recipes
media11 recipes · 11 verified

pandoc

CLI

Universal document converter between dozens of formats.

Convert Markdown to DOCXVerified macOS · Linux
pandoc input.md -o output.docx+6 more matching recipes
conversion7 recipes · 6 verified

ffmpeg

CLI

Complete, 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 recipe
media5 recipes

yq

CLI

A lightweight YAML, JSON, and XML processor.

Convert YAML to JSONVerified macOS · Linux
yq -o=json '.' config.yaml+1 more matching recipe
text-processing5 recipes · 5 verified

duckdb

CLI

In-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

CLI

Like awk/sed/cut/join/sort for name-indexed data (CSV, JSON, TSV).

Convert CSV to JSON~98% est.
mlr --c2j cat data.csv
data3 recipes

sox

CLI

Swiss Army knife of audio manipulation.

Convert audio format~94% est.
sox input.wav output.mp3
media3 recipes

csvkit

CLI

A suite of utilities for converting and working with CSV files.

data3 recipes

poppler (pdftotext / pdftoppm)

CLI

PDF text extraction, page info, and PDF → PNG rendering. The reliable way to read PDFs from a shell.

conversion6 recipes · 6 verified