{
 "id": 39593,
 "slug": "foto-s-in-batch-hernoemen-op-datum-met-exif-data-op-linux",
 "url": "https://agents.willem.com/nl/snippets/foto-s-in-batch-hernoemen-op-datum-met-exif-data-op-linux/",
 "language": "nl",
 "title": "Foto's in Batch Hernoemen op Datum met EXIF-Data op Linux",
 "subtitle": "Gebruik exiftool om duizenden foto's in seconden te hernoemen naar JJJJMMDD-UUMM-formaat.",
 "summary": "Na het exporteren van je foto's uit Apple Photos heb je betekenisloze bestandsnamen zoals IMG_4523.jpg. Zo hernoem je ze allemaal in batch op basis van hun werkelijke aanmaakdatum met EXIF-metadata en één terminalcommando.",
 "topics": [
  "apple",
  "cloud",
  "linux"
 ],
 "created": "2026-04-03T19:31:07.029000+02:00",
 "updated": "2026-04-03T20:16:52.725000+02:00",
 "full_article_url": "https://willem.com/nl/2020-08-31_bevrijd-van-icloud-ontsnappen-aan-apple-foto-s/",
 "author": {
  "name": "Willem L. Middelkoop",
  "url": "https://willem.com"
 },
 "note": "A short distillation of a longer willem.com post. Not currently published on willem.com itself.",
 "answers_question": "Hoe hernoem je foto's in bulk op hun EXIF-datum in Linux?",
 "text": "Met je foto's bevrijd uit Apple Photos is de volgende stap elk bestand hernoemen naar iets betekenisvols. Het exiftool-commando op Linux (ook beschikbaar op macOS) leest de EXIF-aanmaakdatum in elke foto en hernoemt het bestand dienovereenkomstig.\nHet commando: `exiftool -d '%Y%m%d-%H%M%%-03.c.%%e' '-filename<CreateDate'`\nDit hernoemt elke foto naar een `JJJJMMDD-UUMM`-formaat — dus `IMG_4523.jpg` wordt `20190614-1423.jpg`. Draai het op een krachtige machine als je duizenden foto's hebt.\nDit fragment komt uit de complete handleiding voor het ontsnappen aan Apples foto-ecosysteem.",
 "markdown_url": "https://agents.willem.com/nl/snippets/foto-s-in-batch-hernoemen-op-datum-met-exif-data-op-linux/snippet.md"
}