From 265b6ce506ae9b338de2bca4d79e96667dfb11b7 Mon Sep 17 00:00:00 2001 From: JenTheBluePanda Date: Wed, 7 Jun 2023 16:33:40 +0100 Subject: [PATCH] afconvert: add Dutch translation --- pages.nl/common/afconvert.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.nl/common/afconvert.md diff --git a/pages.nl/common/afconvert.md b/pages.nl/common/afconvert.md new file mode 100644 index 000000000..37e9fe14a --- /dev/null +++ b/pages.nl/common/afconvert.md @@ -0,0 +1,12 @@ +# afconvert + +> Converteren tussen AFF en onbewerkte bestandsindelingen. +> More information: . + +- Gebruik een specifieke extensie (standaard: `aff`): + +`afconvert -a {{verlenging}} {{pad/naar/invoer_bestand}} {{pad/naar/uitvoer_bestand1 pad/naar/uitvoer_bestand2 ...}}` + +- Gebruik een specifiek compressieniveau (standaard: `7`): + +`afconvert -X{{0..7}} {{pad/naar/invoer_bestand}} {{pad/naar/uitvoer_bestand1 pad/naar/uitvoer_bestand2 ...}}`