From 231c4b411f650c5f8576920cbcf49a292794c046 Mon Sep 17 00:00:00 2001 From: elasota Date: Sat, 9 May 2020 23:50:34 -0400 Subject: [PATCH] Update docs in line with flattenmov's new behavior --- Documentation/userhouses.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/userhouses.txt b/Documentation/userhouses.txt index 9035797..fc438e3 100644 --- a/Documentation/userhouses.txt +++ b/Documentation/userhouses.txt @@ -23,4 +23,4 @@ Once you've done that, create a ZIP archive where the path of the JSON file is " Next, you need to create a metadata file for the movie, which should have a ".mov.gpf" extension. You can create the metadata file using the "FTagData" utility, using a timestamp file created with the "MakeTimestamp" utility. -Some old QuickTime movies contain movie tracking information in the movie resources, in which case you need to merge them into the data for modern utilities to read them. You can use the "flattenmov" tool to do this if it's in MacBinary format. There isn't currently an option for flattening a movie in triplet format - This will probably change in the future by changing "flattenmov" to load triplet-format files. \ No newline at end of file +Some old QuickTime movies contain movie tracking information in the movie resource fork, in which case you need to merge them into the data for modern utilities to read them. You can use the "flattenmov" tool to do this: Pass it the data (.gpd) and resource (.gpr) data files for a movie, and it will merge them into a single .mov file. \ No newline at end of file