From 6cc2fc37e87055cc55810673b075db0b03036fd7 Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Mon, 7 Oct 2024 18:44:04 -0400 Subject: [PATCH] link to syllabus --- ...2024-10-04-pbcore-cataloger-mediainfo-ffmpeg-step-by-step.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-10-04-pbcore-cataloger-mediainfo-ffmpeg-step-by-step.md b/_posts/2024-10-04-pbcore-cataloger-mediainfo-ffmpeg-step-by-step.md index a90d936e..6939e2dd 100644 --- a/_posts/2024-10-04-pbcore-cataloger-mediainfo-ffmpeg-step-by-step.md +++ b/_posts/2024-10-04-pbcore-cataloger-mediainfo-ffmpeg-step-by-step.md @@ -5,7 +5,7 @@ date: 2024-10-04 18:00:00 -0500 tags: [avpres, mediainfo, ffmpeg, metadata] --- -Hi hello! It's been a few months since I've updated this blog, but I've been busy. Right now, I'm busy teaching a 4-week workshop to students at the University of Illinois Urbana-Champaign all about a/v preservation tools. Part of their work requires them to group together and make descriptive metadata records for an "preservation-quality file" (in this case, we are using a clip from the ubiquitous [Big Buck Bunny](https://en.wikipedia.org/wiki/Big_Buck_Bunny), though, to cut down on size constraints and processing time). They'll make an "access copy" with FFmpeg, an extraction of the audio track with FFmpeg, and extract file metadata for all three files using MediaInfo. Then, they'll use PBCore Cataloger to add the technical metadata as "instantiation records" for each of the video objects. They'll also have to consider file-naming conventions and validation as part of this project. +Hi hello! It's been a few months since I've updated this blog, but I've been busy. Right now, I'm busy teaching a [4-week workshop to students at the University of Illinois Urbana-Champaign](https://docs.google.com/document/d/1xFCU7tO8n1M3W4PoJpuF1NWSI1jSKEAYBwWCCvkIr_c/edit) all about a/v preservation tools. Part of their work requires them to group together and make descriptive metadata records for an "preservation-quality file" (in this case, we are using a clip from the ubiquitous [Big Buck Bunny](https://en.wikipedia.org/wiki/Big_Buck_Bunny), though, to cut down on size constraints and processing time). They'll make an "access copy" with FFmpeg, an extraction of the audio track with FFmpeg, and extract file metadata for all three files using MediaInfo. Then, they'll use PBCore Cataloger to add the technical metadata as "instantiation records" for each of the video objects. They'll also have to consider file-naming conventions and validation as part of this project. I'm going to go step-by-step through all of this work here, because I just did this as a full demo for the class last week.