Chapter markers lost after burn, breaking scripts.

I wrote a script to handle navigation between chapters in a training video.
It reads SPRM 4 to determine the last played chapter and does some arithmetic to calculate the next sequence in the video.
The user is presented with the option to repeat the chapter or continue to the next training sequence.
This works beautifully in the simulator and even in Apple's dvd player but the stand alone players we've tried (a Magnavox and a Sony) don't have the chapter number information. It can be displayed for other projects but for some reason, this dvd lost the chapter numbers during the burn?
Consequently the script that moves to the next chapter doesn't work because the dvd player always feeds it the first chapter number.
The project has 3 tracks. Any input would be most appreciated. I need to know if SPRM 4 just doesn't work on some DVD players.

Sorry,
I was looking at the wrong line in the script. I am checking SPRM 7 for the Current segment of the title (Chapter Marker).
Also I got lost in the nomenclature in your second paragraph. It looks really helpful but I didn't understand what you meant ("Non-sequential PGCs..."). How should I get the dvd to move from track 1 to track 2 and back if I don't set the Next Jump (aside from scripting it)?
Also, where could I find the DVD Spec rules you've alluded to?
Thanks
Here is the script thats being run:
01: mov GPRM 6, SPRM 7
02: mov GRPM 7, SPRM 4
03: sub GPRM 7, 1
04: mul GRPM 7, 128
05: add GRPM 7, 49280
06: add GPRM 7, GPRM 6
07: mov GPRM 6, SPRM 8
08: Goto 13 if (GPRM 6 = 2048)
09: sub GPRM 7, 1
10: sub GPRM 7, 1 if (GPRM 7 = 49285)
11: sub GPRM 7, 1 if (GPRM 7 = 49439)
12: Jump Indirect GPRM 7
13: mov GPRM 7, 49408 if (GPRM 7 = 49313)
14: Jump Indirect GPRM 7
It calculates the valud of the current Chapter in terms of the current track, determines whether the user wanted to repeat the chapter or continue to the next chapter, tests a few special repeat/continue points (jumping back multiple chapters or continuing to the next track) and the jumps to the calculated location.
I realize that I could rewrite this and using a few prescripts and the other scripts in the project so that I don't have to calculate based of SPRM 7 but I'd rather not if it isn't necessary. It seems like the dvd player (stand alone) simply doesn't read the chapter markers. It always repeats to chapter 1 and continues to chapter 2 no matter what.

Similar Messages

  • Chapter markers lost after removing audio track

    I have a QT movie (of old home novies with no REAL audio) prepared for the AppleTV that was working fine with chapters. When I removed the audio track and saved the file there are no longer any chapters. When I view the 'properties' of the file I see 'something' above the video track that has the name of the file bit can not be enabled. Is there a way for me to get back the chapters or did I mess up? Thanks.

    Sorry,
    I was looking at the wrong line in the script. I am checking SPRM 7 for the Current segment of the title (Chapter Marker).
    Also I got lost in the nomenclature in your second paragraph. It looks really helpful but I didn't understand what you meant ("Non-sequential PGCs..."). How should I get the dvd to move from track 1 to track 2 and back if I don't set the Next Jump (aside from scripting it)?
    Also, where could I find the DVD Spec rules you've alluded to?
    Thanks
    Here is the script thats being run:
    01: mov GPRM 6, SPRM 7
    02: mov GRPM 7, SPRM 4
    03: sub GPRM 7, 1
    04: mul GRPM 7, 128
    05: add GRPM 7, 49280
    06: add GPRM 7, GPRM 6
    07: mov GPRM 6, SPRM 8
    08: Goto 13 if (GPRM 6 = 2048)
    09: sub GPRM 7, 1
    10: sub GPRM 7, 1 if (GPRM 7 = 49285)
    11: sub GPRM 7, 1 if (GPRM 7 = 49439)
    12: Jump Indirect GPRM 7
    13: mov GPRM 7, 49408 if (GPRM 7 = 49313)
    14: Jump Indirect GPRM 7
    It calculates the valud of the current Chapter in terms of the current track, determines whether the user wanted to repeat the chapter or continue to the next chapter, tests a few special repeat/continue points (jumping back multiple chapters or continuing to the next track) and the jumps to the calculated location.
    I realize that I could rewrite this and using a few prescripts and the other scripts in the project so that I don't have to calculate based of SPRM 7 but I'd rather not if it isn't necessary. It seems like the dvd player (stand alone) simply doesn't read the chapter markers. It always repeats to chapter 1 and continues to chapter 2 no matter what.

  • Chapter Markers shift after build in Encore when using PP dynamic lnk

    When I create a sequence complete with perfectly placed chapter markers in Premiere Pro CS6 and send it to Encore via the dynamic link everything appears fine (it even simulates perfectly) until I build a DVD in Encore. After the build in Encore most of the chapter markers have shifted and are no longer perfectly placed. It's as if Encore encodes the video without regard to the chapter marker information and then adds them onto the already encoded video where they have limitations on which GOP frames they can appear. Shouldn't Encore take the chapter markers into account while encoding the video? The way around this I found is to export the sequence from PP and then import the video into Encore. All is well if I do it this way but I like the advantages of dynamic link. Encore just doesn't seem to respect the chapter marker information. Am I missing something or is this just a flaw in Encore?

    Good questions.
    Yes my source clips codec is motion jpeg at 29.97fps.
    If I just focus on the second chapter marker in my test sequence (given the automatic first chapter marker is at 0 sec.) it is at 1:01 in the timeline which is off the GOP boundary of 15 frames. When I build the timeline this marker moves 1 frame back to 1 sec., a GOP boundary. Doesn't sound like a big deal but that puts the marker into the previous clip on my time line which causes the automatic thumbnail in my menu to be wrong and there's a little flicker when you jump to this chapter on DVD playback as it plays this one odd frame.
    I guess I am transcoding during the build (am I not supposed to?) but I have since tried your idea of trying "transcode now" before the build. It sounded promising. While looking at my second chapter marker in the timeline I clicked transcode now and watched the marker jump back 1 frame. Cool, but I'd rather it didn't do that.
    You are right I don't need a menu to examine this. It's just that the thumbnails changing in my menu after a build were the firts indication to me that something was going wrong. Again if I import a file that's already transcoded  to En this isn't an issue.
    It just looks like En doesn't respect chapter marker locations through the dynamic link to Pr and it should. It rather transcodes first and then adds in the chapter markers as close as it can to their original locations. It's possible I am missing something in my workflow but it at least sounds like you understand what I am experiencing.
    Can you try modifying your test by creating a couple of 1-sec clips in Pr sequence with a chapter marker between them (so your first one is at 1:01) and then see if the same thing happens to your first chapter marker?

  • Chapter markers lost from quicktime MOV in compressor

    I searched on this topic and can't seem to find it specifically. Soo....
    When we export from FCP through compressor to an m2v, chapter markers come through fine and appear in DVD SP just fine. However, an editor of mine exported to a quicktime MOV with the chapter markers. The file, when opened in quicktime, show the chapters there.
    However. If I run the MOV through compressor using the same set ups, the chapter markers are striped from the resulting file.
    I am wondering if there is something I am missing when I have to do this from an MOV with chapters.
    OR
    If there is some way to export or extract the chapter marker information in a way that DVD SP can import. The text track that is in Quicktime has a good deal of other information that DVD SP won't accept as a chapter marker file. Argh.
    Can FCP export JUST the chapter marker text. I am obviously going to just go in and add the chapter markers to the track in DVD SP myself. But, as everyone knows doing this after compressing to M2V I will no longer be able to have those markers on the exact frame I want due to GOP.
    So, I am asking this for the next time I have an MOV with chapters that I want to convert to mpeg2 and retain the markers for DVDSP.
    Just so you know... yes. These markers where properly tagged as chapter markers. (obviously because quicktime shows them as such.)
    Thanks guys. I know someone else has had to deal with this somewhere.

    I must be losing it. I meant to post in this thread.
    My chapters are clean. Pretty good at avoiding anything problematic. I even keep spaces out of my folder names because when I learned to use computers they weren't allowed. (only 128 characters too, if I remember correctly)
    I have the previous versions of Final Cut Studio. The recent decline of DVD and the economy has eaten my departments budget to upgrade the OS to Leopard and to Studio 2 so FCP 5.1.4, etc.
    Maybe this has been fixed in the upgrade?
    My editor has upgraded. So, this would be entirely a moot issue if Apple saw fit to make their projects backwards compatible. (Don't get me started on that) I guess I will have to stay on top of my contract editors and sending me an XML so I can work in their projects. Or giving me the M2V's I ask for already rendered.
    Until we can upgrade around here.
    thanks for the help tho.

  • Chapter Markers lost in iPad transfer?

    Hi,
    I can make a timeline in FCPro 7 - and I name the chapter markers with a number that corresponds  with, in this case, a horse hip number at a horse sale!
    So I'll have a 30 minute movie edited in FCPro 7 with 10 chapter markers - all named with a number.
    When I export to a SC movie - all chapter markers show up perfectly.  I then run the SC movie thru Compressor - and compress for iPad.  NOW, my problem begins.
    When I drop the compression in iTunes and sync with my iPad (Model MB293LL)  - it syncs perfectly with the iPad - and I see the Chapter Markers - but the "names" of them are lost!  They're just renamed 1, 2, 3, etc and I've completely lost the number I've used to rename them???
    So I "see" all the chapter markers - but their 'name' has been lost?
    Interestingly, if I bring in the same movie to my iPhone - the Chapter markers show up perfectly!  And hold my "name" perfectly.  Is this an iPad bug?
    But I could've sworn that a year or so ago, this did all work.  Anyone else have this issue - that the chater marer names are lost in iPad?
    Thanks,
    Larry

    I must be losing it. I meant to post in this thread.
    My chapters are clean. Pretty good at avoiding anything problematic. I even keep spaces out of my folder names because when I learned to use computers they weren't allowed. (only 128 characters too, if I remember correctly)
    I have the previous versions of Final Cut Studio. The recent decline of DVD and the economy has eaten my departments budget to upgrade the OS to Leopard and to Studio 2 so FCP 5.1.4, etc.
    Maybe this has been fixed in the upgrade?
    My editor has upgraded. So, this would be entirely a moot issue if Apple saw fit to make their projects backwards compatible. (Don't get me started on that) I guess I will have to stay on top of my contract editors and sending me an XML so I can work in their projects. Or giving me the M2V's I ask for already rendered.
    Until we can upgrade around here.
    thanks for the help tho.

  • Keeping chapter markers after compressing

    Why are my chapter markers disappearing after I compress a file. Example: start with a DV file with chapter makers created in FCP and the markers show up in the Quicktime player but when I compress them to H.264 with Compressor or any other type of program (included exporting them out of the Quicktime player) the markers are gone. I have seen many other H.264 movies on the web with the markers in them so I know that it can be done.
    Dual 2.7 G5/ Dual 2.0 G5   Mac OS X (10.4.6)   30" Apple Monitors, Final Cut Studio

    Thanks for the tip, and I got it to work but here are a couple of things to clairify for others. To extract the chapter(s) info out of the movie you go to Window:Show movie properties, enable the Text Track(not called chapter track) and select only that track to Extract. A new movie is created, that just looks like a white bar with the chapter names in them, select all and copy. Then go to your compressed movie and Edit:Add to Selection & Scale.
    Now the movie will not look right, to fix this: go to Window:Show movie properties, uncheck the enable button on the text track, in the "other settings" for the text track make sure "Chapters" is selected to "Text track", now go to "Visual Settings" and change the scaled size to match the width of you movie and make the height 20 pixels (320 x 20 for me) and all is well. If I enable the text track the name of the chapter markers appear in a white box at the top of the screen.
    It sounds complicated but once you do it once or twice it's easy to do. Now if anyone knows of a better way???????
    Dual 2.7 G5/ Dual 2.0 G5   Mac OS X (10.4.6)   30" Apple Monitors, Final Cut Studio

  • Is it possible to get Chapter Markers out of FCPX?

    It seems like a tremendous short-coming that Final Cut Pro X doesn't allow for chapter markers that can be used in iDVD or DVD Pro. Surely there is some way to get used-defined markers from Final Cut Pro X or at least re-define the Final Cut Pro X markers in the DVD authoring applications. Does anyone know how to do this?

    I couldn't figure out any way to do this. A workaround I used was to send to Compressor, add chapter markers there, and burn a DVD from Compressor (with a very limited menu), or export media from FCP X and import into iMovie to add chapter marks, then send to iDVD.
    I agree that lack of DVD publishing support is a tremendous shortcoming of FCP X.

  • Automatic Chapter Markers

    Is there a way to dump my video onto idvd and have it automatically make chapter markers at each clip break?

    Will iMovie or iDvd add a chapter marker every time the record button is hit on the camera/ camcorder? Manually? ..... Yes. Automatically? ...... No.
    If I'm not mistaken there's a 99 limit to the number of chapters that can be added to any given movie within iDvd. Most of my own shoots (weddings) would exceed this particular limit. But I can understand where it would benefit your type of on location shooting for football games.
    You may wish to make such a recommendation directly to apple since most of the time they rarely read these forums:
    http://www.apple.com/feedback/idvd.html
    You can have iDvd set interval chapter markers every so many minutes apart like this:
    Click here
    Hope this helps but if not just come on back.
    Message was edited by: SDMacuser

  • Missing with chapter markers after Export Using QuickTime Conversion

    I have my FCE workflow setup as follows:
    I create the sequences using relatively large video source files, in Apple Intermediate Codec (AIC).
    Then, I use Export -> Using QuickTime Conversion to H.264 Codec, but my chapter markers are lost.
    If I use Export -> QuickTime Movie, the chapter markers are preserved, but the codec is still AIC.
    I need a compressed file with chapter markers. What am I missing?

    One more time: "Where are you looking at the exported file? After making a DVD or somewhere else?"
    Can you answer this for me? How are you looking at this material? Off the DVD you've burned? Is that what you're saying? Comparing the QuickTime Movie export to a DVD burned from a PhotoJPEG export? Or are you playing it from the computer to HDMI? If so are you using the QuickTime player? Is the QT player set to high quality playback? Yes, PhotoJPEG (not JPEG Photo) is a very large file especially at full quality. You probably don't need any more than 75% quality. I'd be very surprised if you say you can see the difference between 75% and 100%.
    The length of the video is important not the size of the disc. iDVD's compression is fixed by the length of movie and the amount of content that has to be encoded.

  • Chapter Markers won't show up on Chapter Menu when trying to burn a DVD.

    Help,
    Trying to burn an SD DVD disc in FCP X from the Share menu.  I've set Orange Chapter Markers with Titles in my project from the timeline and these don't appear when I check the box to use chapter markers for Subtitles in the Destinations box to burn a DVD.  I've set a photo in the main menu and it appears with the Title of my Project, but in the Chapter Menu it only shows the default list of Chapter 1, Chapter 2, etc.  Shouldn't my Chapters show up on the list after they've been set up on my timeline in the project?  Also, I tried burning a disc with my Chapters not showing up on the chapter list and my disc only plays from the Main menu where the picture is inserted.  There's a slash line in the Chapter list button stating I can't use that option and I can't play chapters.  Trying to get this project out the door before January 20, 2013.  Can someone please help?
    Thanks,
    Dave

    Can you post some screen shots? The chapter marker dialog box in the timeline. The DVD menu.
    What's playing back the DVD?
    Have you tried it without the background image? Build a disk image rather than burn a disc.

  • GPRM Button scripts work in Simulate, but not after burning

    Hello everyone:
    I have a question regarding GPRM-based buttons and scripting menu navigation. My scripts work perfectly in DVD Studio Pro's simulate mode, but after building and formatting a DVD, the scripts do not function properly on a set top box, in Apple DVD Player, or when playing from the Video TS folder. The scripts were based off of a tutorial by Hal MacLean at dvdstudiopro.co.uk.
    Essentially, I have one track which is accessed via a Main Menu or a Chapters Menu. There is an animation that plays at the head of each menu, so menu has a loop point. The user should return to the correct screen, the correct button should be highlighted, and the menu should jump to the loop point. All of these things happen in simulate mode, but after burning, the loop point is ignored: The correct menu and buttons are highlighted, but the menu plays from the beginning. Here is how the project is laid out:
    From the main menu, if the user chooses Play Movie, the following script plays:
    mov GPRM 0, 1
    Jump Feature
    From the main menu, if the user chooses Chapters, the following script plays:
    mov GPRM 0, 0
    Jump Chapters Menu
    Each of the chapter buttons is assigned to the start of a scene. The feature's menu call is assigned to the following script:
    mov GPRM 1, SPRM 8
    div GPRM 1, 1024
    Jump Main Menu(Loop) [GPRM 1] if (GPRM 0 = 1)
    Jump Chapters Menu(Loop) [GPRM 1]
    I was able to make the menus behave properly by writing the scripts this way:
    mov GPRM 1, SPRM 8
    div GPRM 1, 1024
    Jump Main Menu Script [GPRM 1] if (GPRM 0 = 1)
    Jump Chapters Menu Script [GPRM 1]
    Main Menu Script:
    Jump Main Menu(Loop)
    Chapters Menu Script:
    Jump Chapters Menu (Loop)
    But, although the user is returned to the correct menu and the loop point, now only the default button is highlighted.
    Has anyone run into the same issues? Can anyone see any flaws in my scripts, or have any suggests? i would really appreciate any thoughts you all have. Thanks for your time!

    Do you have any pre scripts atached to the menus? I was having the same problems as you and found that pre scripts and GPRMs don't play nice (at least in DSP). Removing the pre scripts solved my issue.
    http://discussions.apple.com/message.jspa?messageID=4643747#4643747
    Good luck!

  • Chapter Markers won't appear on Marker list in FCP X settings when trying to Burn a Standard Definition Disc

    Help,
    Trying to burn an SD DVD disc in FCP X from the Share menu.  I've set Orange Chapter Markers with Titles in my project from the timeline and these don't appear when I check the box to use chapter markers for Subtitles in the Destinations box to burn a DVD.  I've set a photo in the main menu and it appears with the Title of my Project, but in the Chapter Menu it only shows the default list of Chapter 1, Chapter 2, etc.  Shouldn't my Chapters show up on the list after I set them up on my timeline in the project?  Also, I did burn a disc with my Chapters not showing up the chapter list and my disc only plays from the Main menu with the picture inserted.  There's a slash line in the Chapter list button stating I can't use that option and I can't play chapters.  Trying to get this project out the door before January 20, 2013.  Can someone please help?
    Thanks,
    Dave

    This "Share" feature behaves the same in both FCP7 and FCPX (it may actually be the only thing they have in common).
    Since the specification for DVD-Video does not support titled chapter points, the text that you have entered for the marker does not appear on the burned DVD.  You only get DVD chapter points at the same time index as the time code position of the FCP marker (and even then, it's at the closest i-frame of the MPEG2 GOP structure).  Also, the first frame is always "Chapter 1".  So, if your first FCP7/X marker at two minutes is named "Later that day...", then on the burned DVD it will appear as "Chapter 2".
    Checking "use chapter markers for Subtitles" was a good guess; however, this feature turns extended markers into subtitles (a very, very quick way to create subtitles, but limited when compared to what can be done in DVD Studio Pro).
    Could a QuickTime movie burned to a DVD-R/+R work instead of a DVD?  QuickTime chapter markers support text.
    -Warren

  • IDVD 7 trouble with chapter markers and burning

    After importing my iMovie into iDVD, with all the chapter markers working fine, saved fine. When I try and burn, I get the message - "Assets used in your project were changed since you last opened this project". It then asks if I want to update. If I say no - I can't burn it. If I agree to the auto update it screws up all the chapter markers and doesn't seem to let me fix them!
    I have one week left to have this completed. I'd so appreciate any suggestions!! Thanks.

    That, I am afraid, is 'normal' behaviour.
    Chapter markers are screwed up this way, and all we can do is to create a new iDVD project.

  • Chapter markers don't appear in Encore after Export from Premiere

    I have to admit that I am really frustrated by this whole Adobe Cloud. Every time I 'upgrade' to the latest version, there is some new bug that REALLY hampers my workflow, and in the meantime I find no new features that are really all that useful to me right now.
    Here is the latest: After creating chapter markers in Premiere and exporting the timeline as an m2v, I bring the file into Encore and none of my chapter markers are there. This worked up to two days ago right before I 'upgraded'. Is anyone else experiencing this?
    Also, if I export a file that uses the Warp Stabilizer effect, the word "Stabilizing" appears on the output during any clips that use it. This was a little embarrassing to discover after I sent out a DVD to a client. I have found a work around for this, but seriously WTF??
    I don't feel confident that I should ever upgrade any more, but then what am I paying for?
    Does anyone know if it is possible to revert to an old version once you've upgraded.

    I am on a Mac 10.9.3, but I don't think that would have anything to do with it. I did output an .mp4 last night and brought it into Encore and the cahpter markers came in fine. So it must be something about the m2v file it doesn't like. Obviously, .mp4 is not the ideal way to bring the file into Encore because then the program has to transcode again, but yet another work around I have to come up with to make up for the program's shortcomings.
    I will open another thread about the "Stabilizing" issue.
    Thanks.

  • Burning movies with chapter markers crash iDVD in snow leopard

    Hi Everyone-
    When attempting to burn movies that have had chapter markers added in iDVD, my machine will crash during rendering. Removing chapters fixes the problem, but I would like to use that functionality. I've tried the usual fixes (delete plist files, permissions repair, re-install iDVD, re-install snow leopard) with no luck.
    Any advice out there?
    Thanks

    Hi
    *Not knowing the origin to Your problem - General approach when in trouble is as follows.*
    • Delete iDVD pref file - *or rather start a new user/account* - log into this and re-try
    iDVD pref file resides.
    Mac Hard Disk (start-up HD)/Users/"Your account"/Library/Preferences
    and is named. com.apple.iDVD.plist
    While iDVD is NOT RUNNING - move this file out to desk-top.
    Now restart iDVD.
    • Free space on internal (start-up) hard disk if it is less than 10Gb should rather have 25Gb
    • Hard disk is untidy. Repair Permissions, Repair Hard disk (Apple Disc Util tool)
    • Program miss-match. iDVD 5.0.2, Mac OS X.4.11 AND QuickTime 7.5.5 - is OK - DON’T work under Leopard
    • Program miss-match. iDVD 6.0.4, Mac OS X.4.11 AND QuickTime 7.5.5 - is OK (might work under Leopard)
    • Program miss-match. iDVD’08 v. 7.0.1, Mac OS X.4.11 AND QuickTime 7.5.5 - is OK (might work under Leopard)
    • iDVD (08) v7 Locate theme folder. Move out iDVD1, iDVD 2 and eventually iDVD4 folders to desktop - re-try
    • Try a Cleaning CD/DVD that cleans the laser lens on the DVD burner/player
    iDVD 6.0.4 and iDVD 7.0.1 are compatible with Mac OS X 10.5 Leopard
    Last resort. from Craig. Solved the problem!! Finally!!
    I deleted every iDVD application and folder from my boot drive,
    emptied the trash and then installed iDVD 08 using the customize option
    and I am up and running.
    If You do a re-install be sure to get rid of all iDVD old parts AND then EMPTY the Trash-basket !
    iDVD updated ?
    Apple Codec updated ?
    Start a New Clean project - or delete project assets
    No of Colors - must be set to millions
    Yours Bengt W

Maybe you are looking for

  • Migrating iPhoto to Aperture 3 and the case of missing photos

    I love the new Aperture 3 and am so excited to migrate from iPhoto. I have used the Aperture feature of importing an entire iPhoto library directly into a new Aperture library. This doesn't produce any errors (except for a handful of missing photos w

  • IPhoto is not in app store under purchased

    hello i had to reinstall lion and after that i went to instore iphoto from the app store.  i went to purchased and i accidently hit the delete button instead of install.  so i went back to reinstall iphoto but an message came up saying ive already ha

  • Miro multiple vendor

    Hi, If I have more than 1 vendor for the PO, example goods which to credit vendor and freight cost to freight company and custom duty to custom, may i know if possible to have more than 1 vendor in a single miro? thanks

  • Open Source patching or scripting patch installs

    Has anyone implemented Scripts to Automate patching of a Solaris Server. I am interested in Open Source solution rather than the one provided by SUN. I am mostly interested in Solaris 8/9/10 on SPARC. I have seen a few scripts in perl, want to know i

  • Formula Syntax Error

    I am trying to work with a formula whereby =1/(1+0.1)² ; =1/(1+0.1)³ etc. How do I do this on Mac numbers? Each time I enter this formula using the special characters I get the warning: "The Formula contains a Syntax Error". Absence of an kind of gui