Hi all,
I'm trying to make a Blu-ray menu with a lot of chapters. However, I ran into errors while authoring. To test things on my Blu-ray player, I exported to "Playstation 3 AVCHD" instead of Bluray though. I tried the following:
- Making a USB AVCHD with 1 title, 36 chapters without motion chapters enabled: works fine
- Making a USB AVCHD with 1 title, 12 chapters with motion chapters enabled: works fine
- Making a USB AVCHD with 1 title, 13 or more chapters with motion chapters enabled: error
I also found out what the problem is. multiAVCHD makes motion thumbnails just fine, then starts creation of the first chapter page. After finishing making that page, all thumbnails (not just the first 12) are deleted, after which running the avisynth script for the second page fails, because the referenced files are gone.
I tried unchecking several things in the settings tab, like "Delete all files in temp folder", "Move Transitional files" and checking "Keep encoded in source folder for re-use" but that doesn't seem to help.
Does anyone know what I can do about this?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Okay, I found a way to fix this. I cannot remove delete permission for the whole temp directory, because then multiAVCHD crashes. However, removing the delete permission just only the chapter m2ts files works. The following batch script does just that.
Code:FOR /L %%x in (1,1,9999) do ( icacls c:\multiAVCHD\_TEMP\multiTEMP-20200515\CH*.M2TS /inheritance:d TIMEOUT /T 15 icacls c:\multiAVCHD\_TEMP\multiTEMP-20200515\CH*.M2TS /remove "NT AUTHORITY\Authenticated Users" TIMEOUT /T 15 )
I hope this helps people having the same problem. -
Oh, I am very pleased with multiAVCHD, it makes very nice Blu-ray menu's and it suits my needs perfectly. I just needed this script to get motion chapters working, which is of course just a nice bonus feature. I posted it here in the hope it can help others which run into the same problem.
Similar Threads
-
multiAVCHD & chapter naming
By robertazimmerman in forum Authoring (Blu-ray)Replies: 5Last Post: 3rd Jun 2020, 09:41 -
multiAVCHD avisynth error!
By hdfills in forum Authoring (Blu-ray)Replies: 17Last Post: 16th May 2020, 05:39 -
Remuxing with MKVToolNix removes videos' thumbnails and file properties.
By nothingness in forum Newbie / General discussionsReplies: 4Last Post: 6th Aug 2018, 10:14 -
Remuxing with MKVtoolnix removes thumbnails
By RubbleToes in forum EditingReplies: 2Last Post: 10th Jun 2018, 10:54 -
multiAVCHD menu background and chapter thumbnail creation
By Delta007bhd in forum Authoring (Blu-ray)Replies: 12Last Post: 7th Dec 2016, 08:19