Last Updated: 15 Aug 2016
Background: MC Lets you manually create
Particles that can include a Playback Range for a chapter / part of a file for playback. There are several issues limitations to the current approach:
- Time Consuming to Create (as you have to manually find and enter the Names and Playback range for each particle)
- Can not be saved as sidecar files (so can not recreate or move between libraries)
ChapterDB is an online data base with 100,000+ user created chapter files for Blu-ray, DVD, and other files. ChapterDB lets you search for and download a Chapters file (in either a TXT or XML format). This script is based on the TXT format that looks like:
CHAPTER01=00:00:00.000
CHAPTER01NAME=A New World
CHAPTER02=00:06:17.960
CHAPTER02NAME=You are not in Kansas anymore
What Chapterfy does: It creates MC Particles for each chapter of a file with Chapter Names and Start/Stop Times.
- It will only run in Windows and is GUI based
- It needs no install
- When you first run Chapterfy it will create a .ini file (MCWS logon details) and add "Sent To" shortcuts in MC for many commands. You may need to run it "As Administrator" this first time.
- You can then either use one of the "Right Click --> Send To --> Send To (external) --> Chapterfy" command short cuts or run the EXE directy (or if you have AHK Installed the AHK script)
The particles created will have all the same meta data as the original file but the script will populate the following MC Fields:
-
Playback Range with "Start"-"End" timecodes
-
Name will be the "ChatperName"
-
Track # will be the order of the Chapters in the File
Notes, Limitations, Future Stuff: - If creating a sidecar chapters file from existing particles make sure they are shown in the correct order in MC
- I'm hoping that one day MC will support chapter side car files for displaying chapter names in the MC Menu during playback (instead of Chatper 1, 2 etc) but that is up to JR
- There is a bug in MC :
Incorrect Filename on Create Particles (sometime) Other Options: My inspiration is MrC's much more advanced MCUtils Based Script -
Guide: Generate Chapter Based Blu-ray Particles (aka Rip Music BDs Like CDs)