adamwilt.com > avchd2AVCHD copyright © 2013-2021  Adam J. Wilt  
 
A simple utility to convert mixed-case AVCHD folders and filenames to uppercase
search

(Created 2013.05.10)

avchd2AVCHD?

Let's face it: OS X has issues when it comes to handling AVCHD media. If the AVCHD folder structure isn't absolutely perfect, Final Cut can't find the media.

Some AVCHD cameras sometimes write files or folders with lowercase names, such as "index.bdm" instead of "INDEX.BDM". Most of the time that's OK... unless you move the media to a case-sensitive file system, such as a file server running Linux (like a Netgear, Synology, or QNAP NAS), or a hard disk formatted with case-sensitive HFS+. Unless you go through the folder structure and change all the lowercase names to uppercase, OS X won't know what do do with the media: does the following look familiar?



That's where avchd2AVCHD comes in: give it an AVCHD folder structure, and it'll go through and make sure all the files and folders have uppercase names:

avchd2AVCHD default screen
Launch avchd2AVCHD, and you get this very plain window.
avchd2AVCHD selecting a folder
Select the troublesome folder on your NAS or other case-sensitive storage.
avchd2AVCHD finished
avchd2AVCHD will look for any lowercase names and make them uppercase. That's it; that's all it does.

It's a very simple utility. You can choose one or several folders, or even drag 'n' drop them on the app's icon. Once you're done, just hit the return key to quit and close the app.

One side effect of fixing the filenames, at least on a case-sensitive NAS: the PRIVATE, AVCHD, and BDMV folders will not appear as "AVCHD Content" objects any more, but as plain folders (why? Don't ask me, ask Apple). Using Finder, you'll have to drill down into the BDMV folder and open INDEX.BDM to browse the media. FCP will still work fine looking at the root of the folder structure, though.

Notes:
  • Written on OS X 10.8.3, tested on OS X 10.6.3, 10.6.8, and 10.8.3. It should work on any version from 10.6.0 on up, but I haven't tested it on 10.7 at all.
  • avchd2AVCHD only works with AVCHD media copied off the camera's storage to your local disks or a file server. Camera media names always appear to be in uppercase to OS X's file system routines, so avchd2AVCHD won't fix anything on camera media such as SD or CF cards.
  • Start at the root folder for your media: avchd2AVCHD looks for the PRIVATE and/or AVCHD folders to verify it's working on the right thing. Choose the PRIVATE folder (if present), the AVCHD folder, or a higher-level folder containing them. Do not choose a folder deeper in the file structure, like the BDMV folder: it won't work.
  • Warning: avchd2AVCHD will try to fix any seemingly valid file or folder it finds inside any folder named "private" or "avchd" whether it's an AVCHD media file or not! The program checks that "private" has an "/avchd/bdmv/stream" subfolder tree; that "avchd" has a "/bdmv/stream" folder inside it; and that other folders and files appear to have the proper parent folders. However, this error checking is not guaranteed to work in every possible situation, and all sorts of things can break when you're trying to change filenames over a network connection, like yanked cables or power failures.
  • Drag 'n' drop works on the app's dock icon in 10.8, but not in 10.6 (it works on the app's Finder icon, just not when it's in the dock).
  • Error handling is very basic: you get a system error message for each error encountered (and you can look up details in avchd2AVCHD's window when it's finished). For example, if your AVCHD media are on a read-only filesystem, or the folders are locked, you'll get an alert for every filename avchd2AVCHD wants to fix, but can't.

You use avchd2AVCHD at your own risk: avchd2AVCHD is not guaranteed to work as expected; it is not warranted to be fit or suitable for any purpose whatsoever. I wrote it for my own needs and I've used it on my own local disk and Netgear ReadyNAS server, but that's it: there's not been any formal beta-testing. Back up your media before running avchd2AVCHD!

avchd2AVCHD is not code-signed, nor is it sandboxed; on macOS 10.8 or later, you’ll get a message like:

“avchd2AVCHD” cannot be opened because the developer cannot be verified.

How to open apps from an unidentified developer explains how to deal with this (basically: right-click or control-click on it, select “Open”, and click the Open button in the alert).

Want it? Download it.

You'll get a file called avchd2AVCHD.app.zip. Double-click the zipfile to extract avchd2AVCHD.app. Put that app in your Applications or Utility folder, and you're good to go.



Contact info

Last updated 2021.03.24