Why is the position of key frame BEFORE scene changes not after?

Why is the position of I frame BEFORE scene changes not after?
And, why doesn't MovieVideoChart show any I frames other than those that correspond to periodic "key frames every X frames"? Is it reading meta data and not really showing where the real existing I frames are located? I.e. WYSIAL (what you see is a lie)? If so, where can I get an affordable tool that will let me examine my files in this regard?
I have put compression and chapter marks at scene changes in FCP and have exported with markers for DVDSP (both chapter and compression).
I have read on this forum (somewhere) that when insert key frames every X frames is selected, Compressor is still going to insert key frames automatically at key frames.
When I last encoded with H.264 in Compressor, I selected option to insert I key frame every 90 frames (fps=29.97).
When I jump to chapter in my encoded video, where I had place a key frame at a cut, I end up with a chapter at the frame BEFORE the cut.
I will try moving my chapter/compression marks a frame ahead and see if that helps.
Certainly, others must have been plagued by this problem.
When encoding with MPEG2 for DVD, the same thing happens.
It is a real problem. I get one frame appearing before the cut in chapter skips.
Hope someone can illuminate this problem.

Hi there
As you have seen, RoboHelp doesn't understand how to create the layers you are wanting to achieve the effect in Word. It simply brings the images in as separate objects.
Basically there are two approaches you might consider.
You could insert Positioned Text Boxes and configure them to present the images as you want. If you take this approach, you will likely find yourself struggling to maintain the positioning consistently as well as noticing text flow issues. Personally, I'd avoid that approach.
The other approach involves displaying the images in your Word document so that you see them as intended, then screen capture so you grab the combined image. Then save that combined image and use it instead of the separate images in RoboHelp. This is the approach I'd suggest and that I use myself.
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7, 8 or 9 within the day!
Adobe Certified RoboHelp HTML Training
SorcerStone Blog
RoboHelp eBooks

Similar Messages

  • Why does the tab button in Safari close safari and not open a new tab?

    Why does the tab button in Safari close Safari and not open a new tab?

    Try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps BEFORE doing the reset.

  • Why is the game Candy Crush Saga, a free game, not available in the South Africa store?

    Why is the game Candy Crush Saga, a free game, not available in the South Africa store?

    Read this thread where Steff South Africa, an apparently knowledgable user, has explained the situation as it stands:
    https://discussions.apple.com/thread/4159223
    Regards.

  • Why does the English keep defaulting back to US and not British

    Why does the English keep defaulting back to US and not British.
    This is clear enough it does what it says in English British English

    Where do you get this problem?
    Is this with the spell checking dictionary or with the language setting?
    *Tools > Options > Content > Languages
    If you do not keep changes after a restart or otherwise have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved

  • If the data network is not available for some time, to get it again we need to restart the phone instead it is not finding the data network instantly. why cant the iphone searches data net work offten if not available. i am totally disappointed with this!

    If the data network is not available for some time, to get it again we need to restart the phone instead it is not finding the data network instantly. why cant the iphone searches data net work offten if not available. i am totally disappointed with this!

    Still it could not find the data network.it searches for voice network instantly and works too. but even full voice network available, there is no data network.when i restart the phone it could find data network.
    Already i reset network settings for two times.

  • HT1918 why did the system always show me that I could not perchase and ask me to contact itunes support?

    why did the system always show me that I could not perchase and ask me to contact itunes support?

    Welcome to the Apple Community.
    Did you follow the instructions in the message and contact Apple, which you can do through iTunes Store Support. If Apple have asked you to contact them, then the issue can only be resolved by them.

  • HT201406 why is the iphone 3G 4.2.1 so slow? after ios 4 on iphone 3G i don't want this phone anymore. So disapointed about apple!!!

    why is the iphone 3G 4.2.1 so slow? after ios 4 on iphone 3G i don't want this phone anymore. So disapointed about apple!!!

    First try Resetting it: hold down the home and sleep buttons, ignore the red Off slider, wait for the Apple logo, let go of the buttons.
    If that does not work Restore your iPhone in iTunes.

  • Why is the logon box for puzzles.telegraph.co.uk not responding? (it used to )

    Why is the logon box for puzzles.telegraph.co.uk not responding? (it use to to). I have to use Firefox to access this site, which I pay for.

    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If that didn't help, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • How to fix the position of JInternal frames added in JFrame

    Hay Frnds, I am having a problem. I have a JFrame ,in which i have added five JInternalFrames. My problem is that i want to fix the position of thaose Internal frames so that user cant move them from one place to other. Is there any way to fix there position. Plz reply as soon as possible. Its very urgent.
    Thanks.

    In Jframe I added one rootPanelI don't know what a rootPanel is or why you think you need to add one.
    The general code should probably be something like:
    frame.add(userPanel, BorderLayout.CENTER);
    frame.add(buttonPanel, BorderLayout.SOUTH);
    frame.pack();Read the section from the Swing tutorial on [Using Layout Managers|http://java.sun.com/docs/books/tutorial/uiswing/TOC.html] for more information and working examples.
    For more help create a [SSCCE (Short, Self Contained, Compilable and Executable, Example Program)|http://sscce.org], that demonstrates the incorrect behaviour.
    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.

  • Getting the keyboard modifiers key state before injecting event.

    I'm using the Robot to inject keyboard events into a host computer from multiple clients.
    Since each client can have different modifiers keys (i.e. Shift, Alt, Ctrl, ...) set at a time and
    clients can interrupt each other, I need to be able to read from the host computer what
    modifier keys are set at that moment to get things back into synch.
    The KeyEvent class has a way to get the modifier keys through:
    KeyEvent.isShiftDown();
    KeyEvent.isControlDown():
    But this doesn't help (apparently) because that information is only available to a
    Keyboard listener when a key is pressed.
    What I need is a way to "get" the current keyboard modifier keys state before injecting
    an event through the Robot.
    Would anyone know how to do this?

    So... the clients send input events to the host and the host in turn simulates those events with the use of a Robot. Is that correct?
    If so then the program needs to save the last injected keyboard input that had a modifier mask in a field somewhere. Whenever you need to ask if any modifier keys are being pressed, you need only to look at this field and see if it is a pressed event. However, this method won't be able to detect a person physically at the host computer typing stuff.
    The central problem is that you can query keyboard input from OS (such as asking if shift is currently pressed) without a focused window using the standard api. But a focused window kind of defeats the purpose of what you are trying to do.

  • After importing word document in RH 9, why does the position of image changes

    Hi All,
    I have a document which i need to import in RH9. However when i imported the document, the position of the images on my first page changed.
    i read several discussion, but could nt get any relevant suggestion.
    the first page of my document has company logo and a text box on its left but when i am importing, the image is displayed separately and text box is displayed after the image. the first page is my cover page thats the reason it has text box.
    Now can anyone please tell me how i can club the text box and image on a single htm.Robohelp also converts the text box and its data to an image format.
    Thanks for your time and consideration

    Hi there
    As you have seen, RoboHelp doesn't understand how to create the layers you are wanting to achieve the effect in Word. It simply brings the images in as separate objects.
    Basically there are two approaches you might consider.
    You could insert Positioned Text Boxes and configure them to present the images as you want. If you take this approach, you will likely find yourself struggling to maintain the positioning consistently as well as noticing text flow issues. Personally, I'd avoid that approach.
    The other approach involves displaying the images in your Word document so that you see them as intended, then screen capture so you grab the combined image. Then save that combined image and use it instead of the separate images in RoboHelp. This is the approach I'd suggest and that I use myself.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Why do the strokes around my frames load slowly online?

    I have a website: www.libusedesign.com that I built in iWeb. A few questions:
    1. Why do the strokes around my little boxes take forever to draw online? (see website to see what I mean). The photos in the boxes are that size, lo-res JPGs (they are not too big). So, why is this? Is there a way to fix it?
    also...
    2. If I put a "shadow" on something in iWeb, it does not show when online. (and I am using the latest browers...firefox, safari)
    3. In this particular website, in my navigation bar, I have to make the text off center vertically to make it appear online correctly. If I have it set right where I want the text to be in iWeb, it appears off when online, therefore, I have to make it look bad in the iWeb program, just to make it look correctly online. Why is this?
    Thanks

    Try both and then download and run GraphicConverter in the demo mode to see what reduced file size it can create with both formats that will look good.
    Another method is to use the jpg format and use the freeware Resize! to resize it with the following settings:
    *JPEG Quality* = experiment with several to see which will give the smallest file size and acceptable quality
    *Proportional Resizing* = 100 Percent - this will keep the image size the same.
    I've seen some background images resized with the quality set at 20 (low) that looked as good as the original. However these were patterned images and might be too low for your use. That's why you can experiment with the quality level and see what size is acceptable.
    OT

  • Why does the button only work in test scene, not test movie?

    Hi everyone, I have a very frustrating problem with my flash project.
    I have two scenes in my flash movie, each of them has lots of links and navigation within itself. And there is one button that takes you from one scene to another.
    When I test Scene 2, everything works fine. However, when I test the whole movie, the navigation within Scene 2 won't work and there is no error!
    Does anyone has any thought about what is going wrong?
    I'm using Flash CS6.
    Thank you!

    Thank you for replying me!
    My Scene 1 has some key frames and some gotoAndStop functions navigate between the frames. My Scene 2 has basically the same set up, but different content.
    Then I use a button to jump from Scene 1 to Scene 2.
    Here is the code:
    var StoreHomepressing:Boolean = false;
    function StoreHomeonPressing(evt:Event){
              if (StoreHomepressing==true){
                        gotoAndStop(1,"Scene 2");
    function StoreHomehandlePress(evt:MouseEvent){
              StoreHomepressing = true;
    function StoreHomehandleRelease(evt:MouseEvent){
              StoreHomepressing = false;
    StoreHomeBtn.addEventListener(MouseEvent.MOUSE_DOWN, StoreHomehandlePress);
    StoreHomeBtn.addEventListener(MouseEvent.MOUSE_UP, StoreHomehandleRelease);
    addEventListener(Event.ENTER_FRAME, StoreHomeonPressing);
    "StoreHomeBtn" is the instant name of a the button. Through this code, I want it to go to and stop at frame 1 of Scene 2 on pressing this button. It does jump to frame 1 of Scene 2, but once it goes to Scene 2, all the gotoAndStop functions in Scene 2 don't work and no errors show up.

  • Why does the flash player work on some website but not others??

    I have the new flash player, and for the most part the player will work on some web sites. However I like to be on myspace and it says that I have to install the new version of the flash player. However I ALREADY have the new verison. There are other site that I go to as well and it tells me the same thing. what is going on and how can I fix it. I am at my wits ends right now and I dont know what to do. Can any one help me please

    I had the same issue when I had created Flash Paper items. I had found the a solution on my opinion.
    http://www.eolsoft.com/freeware/flash_movie_player/
    you actually need a Flash Movie Player and not Flash Player. they are different. the only issue is that Adobe does not support this anymore.
    so what I did is placed the EXE file of Flash Movie Player found on the link above on my server, made a note to my viewers that Flash Movie Player is required to view the documents.
    I found this solutlion when my boss asked why he could not view any of the Flash Paper Documents

  • Why does the Time Capsule of my neighbour appears and not mine?

    Why does the The Time Capsule of my neighbour appears and not mine?  I tried everything.
    Can I use the Capsule as merely a back up without making use of Wifi?  By connecting by cable to the computer?

    Why does the The Time Capsule of my neighbour appears and not mine?  I tried everything.
    What generation is your neighbour's and what generation is yours??
    Sometimes the changes in the TC and firmware can make wireless fail.. also location is important.. the location of your neighbours might be better than yours.. his also might interfere with yours.. set a fixed channel and try the various channels.
    Can I use the Capsule as merely a back up without making use of Wifi?  By connecting by cable to the computer?
    Sure, but you need to work out how the network is going to work.. if you are still picking up network from wireless.. then set static ip for the TC in a different IP range.. set no gateway (router ip) or dns and it will work just fine.

Maybe you are looking for

  • Using an emac as a monitor for a mac mini

    Hi, Sorry if the question was already asked, but a quick search in the forum brought no answer. I have an emac (OS9) and a mac mini(OSX). I'd like to use the emac as a monitor for the mac mini. Is it possible? How? (Both are G4, although I don't thin

  • Can't sync tv shows with ipod

    I am trying to sync TV shows I purchased and downloaded from iTunes with my ipod nano.  I select "Devices", "TV Shows", check "Sync TV Shows", then then check TV shows I want to sync, and select "sync".   The status bar indicates syncing, determines

  • Define status for backend purchase order in SRM7.02

    Hi, i am working in SRM 7.02 classic scenario using PI. When the SC is converted to Backend PO, some PO XML are failed due to various reason. Instead i need to create a PO in held status. For the same, we have settings 'Define status for Backend purc

  • Am I likely to recieve problems with these stats?

    Hi Just recently ordered BT vision and even tho its not due to arrive for a few weeks, BT have kindly enabled the Assured Rate/QOS already ;-) Now the wife is a bit pessemestic as to whether it will work on our line as she has heard horror stories fr

  • APO -DP and BW linking

    Hi 1) Is it mandatory to do some setting in BW for data upload by APO consultant. 2) If a orgnaisation is using  manual forcasting by taking inputs frm sale team , sales data  than how to convenced client that he will get benifited from APO DP. Thank