Resize Movie causes Captions to Change

I recorded a video at 1024x768 and then resized the movie to
800x600. The captivate file includes Live Motion Recordings, so I
have to check the "Rescale captions, highlight boxes, and other
objects" checkbox (if this box is not check the live motion capture
video will not be rescaled). When the video is finished resizing
all of the captions are narrow and tall with the text wrapped onto
multiple lines. I have to manually go to each slide and strech the
captions back out, otherwise there might only be two words per
line.
Is this a bug, or is there a way to fix this behavior?
Thanks,
Steve

Live motion recordings DO change in size as long as the
“Rescale captions, highlight boxes, and other objects”
check box is checked.
I do have Autosize Captions checked in the options.
Do a test, record a short lesson at 1024x768 also include a
live motion recording. Observe the captions. Resize the movie to
800x600 with the “Rescale captions, highlight boxes, and
other objects” CHECKED and then observe the captions again.
Notice how they are all shorter in width. If you uncheck the
Rescale Captions check box when you resize the movie, the captions
stay the same width however, they are all shifted and don't line up
with icons, menu items, etc. Also, the live motion recodings are
not resized.
I think this is a bug. Can anyone else confirm this?
Thanks,
Steve

Similar Messages

  • ORA-14402: updating partition key column would cause a partition change

    Hi,
    When I am trying to execute an update statement where i am tring to update date values emp_det from 11-oct-2010 to 12-nov-2010.
    Oracle throws an error :
    ORA-14402
    updating partition key column would cause a partition change
    I think that this is because emp_det is a partitioning key of a partitioned table.
    Oracle documentation says that
    "UPDATE will fail if you change a value in the column that would move the
    row to a different partition or subpartition, unless you enable row
    movement" .
    alter table t enable row movement;
    I did not understand what is meant by "enable row movement".
    I cannot drop the partitions and recreate it after updating the table and also i don't have proper priviliges for enale row movement syntax
    because of the lack of privileges. How to solve this is issues with out row movement and recreate partition.
    Can this be done by a developer or is there any other way to execute update in this case? its urgent.. pls help..
    thanks in advance..
    By
    Sivaraman
    Edited by: kn_sivaraman on Nov 1, 2010 2:32 AM

    kn_sivaraman wrote:
    I did not understand what is meant by "enable row movement". Each partition in partitioned table is physically separate segment. Assume you have a row that belongs to partition A stored in segment A and you change row's partitioning column to value that belongs to partition B - you have an issue since updated row can't be now stored in segment A anymore. By default such update is not allowed and you get an error. You can enable row movement and Oracle will move row to target partition:
    SQL> CREATE TABLE SALES_LIST(
      2                          SALESMAN_ID NUMBER(5,0),
      3                          SALESMAN_NAME VARCHAR2(30),
      4                          SALES_STATE VARCHAR2(20),
      5                          SALES_AMOUNT NUMBER(10,0),
      6                          SALES_DATE DATE
      7                         )
      8    PARTITION BY LIST(SALES_STATE)
      9    (
    10     PARTITION SALES_WEST     VALUES('California', 'Hawaii'),
    11     PARTITION SALES_EAST     VALUES('New York', 'Virginia', 'Florida'),
    12     PARTITION SALES_CENTRAL  VALUES('Texas', 'Illinois'),
    13     PARTITION SALES_OTHER    VALUES(DEFAULT)
    14    )
    15  /
    Table created.
    SQL> insert
      2    into sales_list
      3    values(
      4           1,
      5           'Sam',
      6           'Texas',
      7           1000,
      8           sysdate
      9          )
    10  /
    1 row created.
    SQL> update sales_list
      2    set  sales_state = 'New York'
      3    where sales_state = 'Texas'
      4  /
    update sales_list
    ERROR at line 1:
    ORA-14402: updating partition key column would cause a partition change
    SQL> alter table sales_list enable row movement
      2  /
    Table altered.
    SQL> update sales_list
      2    set  sales_state = 'New York'
      3    where sales_state = 'Texas'
      4  /
    1 row updated.
    SQL> SY.

  • Updating partition key column would cause a partition change

    while i am executing this query in sql i am getting an error message saying
    that
    updating partition key column would cause a partition change
    SQL> update questionbnkmaster set sectionid=23 where qno=19;
    update questionbnkmaster set sectionid=23 where qno=19
    ERROR at line 1:
    ORA-14402: updating partition key column would cause a partition change
    what can do to update the table without changing to the other fields
    tyhanx in advance
    cinux

    try this
    ALTER TABLE questionbnkmaster ENABLE ROW MOVEMENT
    /Cheers, APC

  • I have an ipod touch and it is disabled cause my cousin changed the password and forgot what it is so now it is stuck .. i connected it to the itunes but still the keypad didnt appear and couldnt remember the password.. anyone can help me ?

    i have an ipod touch and it is disabled cause my cousin changed the password and forgot what it is so now it is stuck .. i connected it to the itunes but still the keypad didnt appear and couldnt remember the password.. anyone can help me ?

    Place the iPod in Recovery Mode and restore via iTunes.
    iOS: Wrong passcode results in red disabled screen
    If not successful, try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • In the lightbox widget, how do I move a caption without moving the location of all the captions?

    I'm using the lightbox widget for my portfolio, and I've uploaded files of various layouts and orientations. Some captions appear over my graphics. When I try to move the caption below the graphic, it moves the location for all of my captions. Edit Together is unchecked. What am I missing?

    Consult the documentation for the app you've downloaded and see if they offer any way of importing from the app on your BB.

  • After downloading itunes 10.7 music videos and movies cause itunes to stop working and close

    After apparently successfully downloading latest itunes 10.7, I can play music only. Music videos and movies cause itunes to stop working and close. windows 7 home premium. Help!

    Try the following user tip:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • Movement Types - how to change determined Movement Types in Delivery Creati

    hi,
    Is there any way "material movement type" can be changed once its been determined in the delivery, or durin delivery creation (after creating the sales order)
    is it possible to override the material movement type creation, (apart from the control which we get by the schedule item category field).
    Is there any way to change the material movement type in a deliver document  ?
    thanks any help would be truly helpful.

    Hi Authi
    That could be correct. If all the conditions are known at the time of sales order then you can try and use the MV45AFZZ and form to move data into VBEP and move a different schedule line category that has a different movement type. Please check this option and it would work. We used it in a couple of situations in our client here. You need to configure and assign the schedule line category as manual one in the config.
    Reward if this helps.
    Thanks

  • Will updating from CS6 to CC Indesign cause any unwanted changes to existing CS6 documents?

    Will updating from CS6 to CC Indesign cause any unwanted changes to existing CS6 documents?

    The update itself will not affect exisiting files, but if you open and save them in CCC you will no longer be able to open them in CS6.

  • When I make an epub indesign moves the captions to the top

    why when I make an epub indesign moves the captions to the top they are grouped and should stay at bottom

    There were some reports a while ago about screen covers/cases interferring with the proximity sensor. If you remove those (if you have them) and the screen is clean and you still have the problem, it may be a defective proximity sensor.

  • I rented a movie on apple tv and while watching it kept stopping... i never finished the movie cause it wasn't playing

    I rented a movie on apple tv and while watching it kept stopping... i never finished the movie cause it wasn't playing.. Now what do I do.  My netflix wouldn't play either.  Will I be able to get my rented movie back?

    What is your internet speed? www.speedtest.net
    6mbps is required for instant HD rentals, you can turn off HD in the settings if on a slow connection
    You can also rent in iTunes and stream to ATV
    Wifi or ethernet?
    Are you using your ISP's DNS?

  • How to resize movie clip dynamically

    how to resize movie clip sccording the stage size and width

    how to resize movie clip sccording the stage size and width

  • BUG? when Using SCVMM 2012 R2 SP1 RU2 to move a vm and change vlan setting,vlan setting on hyper-v was not changed

    1. when i use scvmm 2012 r2 sp1 ru2 to move a vm to another host(with no vlan trunk ) and change vlan 2 to vlan disabled. the network of vm was lost,when i check the network property on hyper-v management console ,i saw the vlan still the original setting,
    but when i check the network propery on scvmm ,the vlan setting shows disabled,then i refresh the vm on scvmm console,the vlan setting shows vlan 2.
    image 1, move a vm and change vlan settings to be disabled.
    image 2. after vm was moved to another host ,the vm vlan settings shows on hyper-v console
    yoke88
    IM:[email protected]

    Hi,
    in 2012 R2 UR2 there is already one bug fix regarding the vlan's. This can be a different problem. I would suggest to post this question to 
    https://connect.microsoft.com/WindowsServer/SC_Public
    Regards,
    Cengiz Kuskaya

  • How to avoid projector to resize movie beyond 100%

    Hello,
    I have a Flash app that is used in .exe Projector.
    When the user clicks View->100% it runs fine; when the user clicks Show All it is resized to a size that exceeds width and height of my movie. How can avoid it and let Flash not resize movie when View->Show all?
    If i use fscommand("allowscale",false) i get what i need but the movie is not resized when the size is decreasing; i would need to resize below 100% but not beyond 100%, is it possible?
    I use Flash 8 Pro.
    Thanks in advance and greetings !

    Does your Application have a minimum size set on it?  The default template in Flash Builder generates this:
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
    If you have something similar then try removing those min sizes or updating them to a smaller more appropriate value for your application.

  • Resizing MPEG Movies Causes Jerk On Mac

    Hi,
    Interesting issue I'm having. If I link to an MPEG movie,
    instaniate it on stage, and then resize the sprite to make the
    movie appear smaller then it "jerks/moves" very slightly upon
    starting when run on any Mac. It works fine on the PC.
    I thought it might have been a floating point error due to
    the location being a decimal like 105.5 or something but it's not.
    I know this is rather obscure but I'd really appreciate any
    feedback if anyone has experienced something similar.
    Cheers!
    -Gordon McLachlan

    I had a problem that sounded like that once... was flickering
    on the mac but fine on the PC... turned out it was because I had a
    large animated background looping behind the MPEG file.
    T

  • Problem resizing movies in gmplayer [solved]

    I can't resize the movies in Mplayer. If I select double size I only get a grey frame around the movie. The size of the movie stays the same even if I select fullscreen.
    In Noatun I can change the size, but not in Mplayer (my favorite player). In mplayer I have selected the X11 X11(Ximage/Shm) driver. The other options don't give any output.
    Anybody got a clue how to fix this?

    Yes.
    I solved the resize issue by adding "zoom=1" to ~.mplayer/config
    Now the movie is resizable, but I would like to change the color of non-movie areas from grey to black. Watching a movie in fullscreen with a grey stripe on top and bottom isn't that nice.

Maybe you are looking for

  • My MacBook no longer recognizes its own screen!

    Recently I started using an external monitor along with my MacBook's screen in order to have a larger canvas to work with. Recently the internal monitor on the macbook stopped working, even when I unplug the external monitor and reset it. Occasionall

  • Date changes in SO to PO.

    Hello, To all SDN Contributors, Query: Using with reference of Purchase order creating sales order. here the purchase order is raised the dated : 01-09-2008 and the sales order is generated dated : 08-09-2008. but here is it possible the sales order

  • Plugin Sony XDCAM lister et transférer FCP7

    J'ai un montage vidéo à executer sur Final Cut 7 / Mac OS 10.6.8 Les images produites par Sony XDCAM juin et produisent des fichiers.MXF J'ai Installé le plugin XDCAM Lister et Transférer. Maïs rien n'apparait Dans La Fenêtre "Lister et Transférer. Q

  • MRP View and Plant parameter

    Hi,   In our one plant, we are not running the MPR , it is use to mfg. of control pannel,  but we dont required the MPR run this,  but the material will be made thorugh production order,  then Finsih material will come in stock  so for this is it nec

  • OBIEE 10g

    Hello, I have created the ibot reports with filter and this will send to the user through the mail daily. But my problem is, the user cannot view the filter that i have set. The user can only view the report. Can any one help me out on how to visible