From 7e6367eab50d0f37ae8b501c2f13bf3bfdca2fbb Mon Sep 17 00:00:00 2001 From: howyallare <60976997+howyallare@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:15:30 +0100 Subject: [PATCH] doc(atomicparsley): README.md corrections - artwork image manipulation is macOS-only - ffmpeg 4.0+ can add artwork to mp4 files --- atomicparsley/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/atomicparsley/README.md b/atomicparsley/README.md index 7f24318..11bfa9c 100644 --- a/atomicparsley/README.md +++ b/atomicparsley/README.md @@ -34,7 +34,7 @@ fails and you get the error _`vcruntime140.dll` was not found_, you'll need to > `AtomicParsley` is an alternative to `ffmpeg` and `ffprobe` for viewing and > changing metadata in MPEG-4 files with .3gp, .3g2, .mp4, .m4a, .m4b, .m4p, > .m4r, and .m4v extensions. Because it's purpose-built for MP4 containers, it -> can do some things `ffmpeg` can't - like adding album artwork. +> can do some things `ffmpeg` can't. ### How to Change Album Art @@ -46,7 +46,7 @@ fails and you get the error _`vcruntime140.dll` was not found_, you'll need to ```sh AtomicParsley ./my-song.m4a --artwork REMOVE_ALL ``` -3. Add new artwork at the specified DPI (and other constraints) +3. **(macOS ONLY)** Add new artwork at the specified DPI (and other constraints) ```sh export PIC_OPTIONS="DPI=72" @@ -512,7 +512,7 @@ however lyrics and long descriptions have no limit. moov.udta.meta.ilst.----.name:[iTunNORM] moov.trak[3].cprt:lang=urd moov.trak[2].uuid=55534d54-21d2-4fce-bb88-695cfac9c740 ------------------------------------------------------------------------------------------------ - Environmental Variables (affecting picture placement) + Environmental Variables (affecting picture placement) (macOS ONLY) set PIC_OPTIONS in your shell to set these flags; preferences are separated by colons (:)