Skip to content

macpaper 1.3.0

Choose a tag to compare

@anantdark anantdark released this 03 Aug 22:23
· 22 commits to main since this release

macpaper 1.3.0

Install / upgrade

brew update && brew upgrade macpaper
# or
curl -fsSL https://raw.githubusercontent.com/anantdark/macpaper/main/scripts/install.sh | bash

What's new

  • macpaper check <file|folder> — see if a video is aerial-ready without transcoding
  • --quality standard|high|max — encode presets (default high: 40 Mbps / CRF 15)
  • max: 60 Mbps / CRF 12 (10-bit libx265 fallback)

Check before register

macpaper check ~/Movies/clip.mp4
# if ready:
macpaper register ~/Movies --no-transcode
# if needs encode:
macpaper register ~/Movies --quality max

License

GPL-3.0-or-later