How to export for general viewing

I am very new to keynote. I made a basic 30 sec commercial/promo. I would like to send to all the people within my work place. The problem is that 90% of the machines are Windows/P.C.'s
How can I export so that
- they can open the file and view it
- it is a reasonable size to email
Help?
I have a couple of cool effects from keynote that I would like to keep. The effects are nice if I didn't want them I would have used powerpoint.
Any thoughts.
Tig

you can export the keynote to power point. be careful, in the past i have realized that some formatting is off. just give it a test trial before sending it to everyone.

Similar Messages

  • How to export all the views in one schema?

    Hi,
    I have more than 1000 views in one shcema.
    How to export all the views in one schema?
    Amy

    Hi,
    It's not a very easy question, I have develop a script wich create a script to create view from old database to new database :
    /* &1: Oracle SID Source
    /* &2: Oracle Schema Source
    SET HEAD OFF
    SET VERIFY OFF
    SET PAGESIZE 0
    SET LONG 40000000
    SET LONGCHUNKSIZE 2000
    SET LINESIZE 2000
    SET FEEDBACK OFF
    CREATE TABLE RECREATE_VIEW(VIEW_NAME VARCHAR2(30), TEXT LONG);
    /* Selection du texte de la vue */
    DECLARE
    w_text long;
    w_text_debut long;
    w_text_column long;
    w_view varchar2 (30);
    w_schema varchar2 (8):='&2';
    CURSOR w_cursor IS
    SELECT a.view_name, a.text
    FROM dba_views a
    WHERE a.owner = w_schema;
    CURSOR w_column IS
    SELECT DECODE (ROWNUM,
    1, 'CREATE OR REPLACE FORCE VIEW ' || '&' || '1..'
    || a.table_name || chr(10)
    || '('
    || a.column_name
    || DECODE (ROWNUM, nbcolumns, ')' || chr(10) || 'AS' || chr(10), ',' || chr(10))
    FROM (select column_name,table_name
    FROM dba_tab_columns
    WHERE owner = '&1'
    AND table_name = w_view
    order by column_id ) a,
    (SELECT COUNT (1) nbcolumns
    FROM dba_tab_columns
    WHERE owner = '&1'
    AND table_name = w_view
    GROUP BY owner, table_name) b
    order by rownum;
    BEGIN
    OPEN w_cursor;
    LOOP
    FETCH w_cursor INTO w_view, w_text;
    EXIT WHEN w_cursor%NOTFOUND;
    w_text_debut := NULL;
    w_text_column := NULL;
    OPEN w_column;
    LOOP
    FETCH w_column INTO w_text_column;
    EXIT WHEN w_column%NOTFOUND;
    w_text_debut := w_text_debut || w_text_column || ' ';
    w_text_column := NULL;
    END LOOP;
    CLOSE w_column;
    w_text := w_text_debut||w_text||';';
    insert into RECREATE_VIEW(VIEW_NAME, TEXT) VALUES (w_view, w_text);
    COMMIT;
    w_text := NULL;
    w_view := NULL;
    END LOOP;
    CLOSE w_cursor;
    END;
    SPOOL scripts_views_&1..sql
    PROMPT SPOOL scripts_views_&1..log
    PROMPT
    SELECT TEXT
    FROM RECREATE_VIEW;
    PROMPT
    PROMPT SPOOL OFF
    PROMPT
    SPOOL off
    PROMPT /* Formattage du fichier SQL */
    !sed 's/[ ]*$//' scripts_views_&1..sql > aprilia.tmp
    !rm scripts_views_&1..sql
    !mv aprilia.tmp scripts_views_&1..sql
    DROP TABLE RECREATE_VIEW;
    EXIT
    I hope that help you.
    Nicolas.

  • How to: subscribe for the viewer's Error event

    I am running a third party report tool and am trying to understand how to comply with their request. My report works fine in all export modes with the exception of export to word at which time it throws a "Index was outside the bounds of the array"
    error. This does not occur in any other export mode (i.e., Excel, RTF, TIFF, yada, yada.)
    The request from the vendor is " subscribe for the viewer's Error event and the report's Error event to get the exception."
    I run Win8.1 and would like to create a subscription to the View Event log to trap the occurrence of this error. I have tried to locate some documentation online as to how I can accomplish this.
    Where can I find this information as well as an example?
    Tom Mann MCSD C#

    They seem to be suggesting that the control will raise an error event which you can subscribe to.
    myViewer.Error += SomeHandler;
    and presumably
    private void SomeHandler(object sender, EventArgs a)
    // Do some error handling.
    If there turns out to be no actual error event then..,..
    Can you put a try catch block round code does the export?
    I'm guessing maybe not and it's an internal thing in the viewer.
    Plan C , let's see now.
    Try to find a way to override that button click on the viewer.
    Hope that helps.
    Recent Technet articles:
    Property List Editing ;  
    Dynamic XAML

  • How to Export from table view to Excel (not BI query)?

    There is a 'How to' document explaining how to export from an iView using a BI query:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/47fe4fef-0d01-0010-6f87-ed8ecb479123
    However:
    This 'How-To' document is using an example of a BEx query. I am not using a BEx query, therefore I do not have an "Info port". How can I download to Excel from a table view that is not an iView of a BI query? (It is just a internal table coming from a BAPI).

    keenneth,
    i am using the query from SQL server, i am having the same problem of not having info port. so did you find a work around for exporting to excel with filters for non sap queries ?
    any body who had come across this situation , plz guide me.
    thanks in advance
    ravi

  • Adobe TV Video Tutorials: how to download for offline viewing?

    How do I download Photoshop CS6 video tutorials from Adobe TV for offline viewing ?

    It depends on which browser you have.  If you are using Safari, post in their forum area.
    If using FireFox, use one of there many (hundreds) YouTube video downloader add-ons.  My personal preference is the DownloaderHelper add-on.

  • Export for computer viewing.  H264?

    I exported my 33 minute FCE film as Export>QuickTime Movie and got a beautiful end result and a file size of 13.47 GB, all as I expected. I will use iDVD to make a DVD of the film from this QuickTime movie.
    I would like to export another version of the movie to keep on my internal hard drive purely for viewing on the computer (no additional editing or burning to DVD). Although I would like to have decent quality for this version, my main concern is to end up with a relatively small file size. It doesn't have to be tiny, but certainly smaller than 13.47 GB.
    I intend to use Export>QuickTime Conversion, but have some questions about how to accomplish what I want. First, though…..
    My video is:
    Frame size: 1280x720
    Vid rate: 29.97fps
    Compressor: Apple Intermediate Codec
    My audio is:
    Aud Rate: 48.0 KHz
    Aud Format: 16-bit integer
    Data rate: 187.5 K/sec
    My sequence settings match my video and audio.
    Here are my questions:
    1. Is h264 the compressor I should use?
    2. The default video settings for h264 are:
    Quality: High
    Key frame rate: 24
    Frame reordering: yes
    Encoding mode: multi-pass
    Dimensions: 556x313 (Current)
    Are those the settings I should use? And why are the dimensions stated as 556x313 (Current) even though my video in FCE is 1280x720?
    (The default audio settings match my audio settings in FCE so I assume they're fine.)
    3. Since I don't intend to put the movie on the Internet, should I uncheck "Prepare for Internet Streaming"?
    4. I started an export using these settings and got an estimate that it was going to take over three hours to finish the export. That's significantly longer than it took to export the original Export>QuickTime Movie version. Does that seem right?
    Thanks,
    Steve

    Hi Steve
    1. Is h264 the compressor I should use?
    Yes - right now H.264 is pretty much the go-to codec for universal video playback. It's a highly compressed codec (meaning that it generally requires a more powerful processor for playback) but gives you great quality at relatively small file sizes.
    2. ... Are those the settings I should use? And why are the dimensions stated as 556x313 (Current) even though my video in FCE is 1280x720?
    The dimensions will be whatever the size of your Quicktime window. So if you've reduced your QT playback window, you'll see those values are smaller than expected. You can change this to full-frame if you want to keep your true frame size.
    Yes, you can turn off Internet Streaming.
    4. I started an export using these settings and got an estimate that it was going to take over three hours to finish the export. That's significantly longer than it took to export the original Export>QuickTime Movie version. Does that seem right?
    Yes, and here's why. When you originally exported from FCE, the system wasn't doing any transcoding. It was using the same codec and frame size as the raw video you're working with. That's why the file size is so large. When you export to a more compressed codec, like H.264, there's a lot of processing to be done. The speed of your system will greatly affect the time that this takes. Three hours for a half hour piece is not unheard of. Perhaps you can run it overnight?
    Matt

  • How to export for both windows and mac users

    I'm new to the video stuff, so i have a few questions. i am planning to post videos on my blog. I want to have them in a format that both windows and mac users can play. is this a possibility or will i have to export .wmv for windows and quicktime for mac? i realize that windows users can download quicktime, but i either want the video to be viewable in a format that can be read by all without having to download anything (might be too big a wish :o) ). if i can't do that, then i'd like to have 2 links - one for quicktime and one to the .wmv. in this case, how to i export a .wmv file? i don't see that option anywhere on the share menu? do i need to buy quicktime pro? that leads me to another questions - if i have imovie, do i need quicktime pro? so far i'm having a hard time figuring out what quicktime pro has that imovie doesn't....thanks in advance!

    I'm new to the video stuff, so i have a few questions. i am planning to post videos on my blog. I want to have them in a format that both windows and mac users can play. is this a possibility or will i have to export .wmv for windows and quicktime for mac? i realize that windows users can download quicktime, but i either want the video to be viewable in a format that can be read by all without having to download anything (might be too big a wish :o) ).
    Posting to YouTube and providing a URL link might be the most universal method of playback although quality may be on the weak side.
    if i can't do that, then i'd like to have 2 links - one for quicktime and one to the .wmv. in this case, how to i export a .wmv file?
    WMV is a proprietary compression format. You will either have to purchase the authorized QT components from Flip4Mac or purchase a separate open source converter application like Visual Hub.
    i don't see that option anywhere on the share menu?
    Any you won't even if you purchase and install the QT component -- iMovie '08 only exports to QT compression formats.
    do i need to buy quicktime pro?
    It wouldn't help. Getting QT Pro only unlocks editing and conversion features. It does not add any additional codecs which don't already have installed.
    if i have imovie, do i need quicktime pro? so far i'm having a hard time figuring out what quicktime pro has that imovie doesn't.
    As indicated above, QT Pro allows you to convert to/from any compression formats for which you have working import/export QT components. This can already be be done using GarageBand and iMovie. GarageBand allows you to access any installed QT import/export component while iMovie '08 restricts you to Apple QT components. In addition, QT Pro allows you to create player displays with multiple audio/video tracks, gives you ability to layer graphic elements (e.g, create watermarks, create pictures-within-pictures, etc,), allow the viewer to switch between alternate audio and/or video tracks, and may other things.
    ADDED: If you really want to see what QT Pro can do, check out QTKirk's examples on his DotMac account.
    Message was edited by: Jon Walker

  • Export for QT viewing.

    I recently completed a 2-minute movie that I wanted to share over the internet. I exported using QuickTime conversion, using the standard (default) settings. The result was a 31MB file which looks fine when viewed with the QT viewer. However, I thought that a movie exported as a self-contained QT movie in DV encoding would produce a higher-quality image, so I did that, getting a 421MB file (much too large for internet sharing), which I intended to record as data on a DVD-R to send to those who want the best quality. The problem is:
    The smaller file, highly-compressed movie looks much better than the large file when played on the QT viewer! This is not what I expected. I checked the clip properties with the video files loaded into QT and verified that the MPEG file (H.264) looks better than the DV file.
    What's wrong here?
    867 MHz PowerPC G4   Mac OS X (10.3.9)  

    Thanks Tom,
    I did find the setting for high quality in QT and it made a huge difference. However, I don't see a lot of difference between the DV and the MPEG versions, but this could be because the image is not complex (it's a video of the recent eclipse in Turkey) and compresses well with both codecs.
    867 MHz PowerPC G4 Mac OS X (10.3.9)

  • What's the best way to save clips for general viewing on the web?

    I am new to iMovie, but not to Macs or file formats.
    I have taken some video of kittens at a local cat shelter, hoping to post the clips at the shelter's website in efforts to get the kittens adopted.
    I managed to work through iMovie myself, saving the clips so that the person responsible for the website can post them. I first saved them as .mov files - the web person can view them, but others cannot. (They are all using IBM-compatibles) She is trying to get them to launch from an html page. So I tried saving them as .wmv files, but the little fade-outs I placed at the ends of the clips were truncated... the fade-ins were there, but not the fade-outs.
    The video started out very good quality, and I would like to retain as much of that quality as possible, while of course keeping them small and manageable. But first of all, I need the web person to be able to post them, and then need everyone to be able to view them.
    Am I asking too much, given there are so many ibms out there?

    you ask for a solution of a very common problem: the universal video format...
    due to sheer market power, .avi and .wmv are the most used standards.
    avi is just a container, little supported on Mac; you can choose it as an export option in iM, but it offers just a few compressors (dv/bmp = nice looking, but large, cinepak=small but ugly...)
    for export to .wmv, you need, as mish mentioned, to buy a plug-in from flip4mac, we do read enthusiastic responses on that product... but, Mac-users need additional software to read these files (the free plug-in from flip4mac or the free wmv player for Mac from Microsoft)
    RealPlayer needs costly encoders, and again special players...
    a nice option is .flv, flash-video... needs investment into FlashMX, $$$$ or shareware as VisualHub...
    finally, which works for me and my few PC friends, is usage of mp4... without .mov container; choose "mpeg4" in the expert options... your friend has to open that file once in Windows MediaPlayer manually once and save it again, to get rid of some meta-data "Quicktime needed" (which isn't true)... some PCs open these mp4 by double-click, some PCs demand for QT4Windows.. but, as said, manually (open dialog from within WMP) these mp4s are compatible..
    better pic results are earned with that little free app iSquint, I LOVE to recommend, it has an excellent algorithm...
    sorry, lots of tech blabla... difficult issue...
    helpful?

  • Problem exporting for TV viewing

    I am finding FCPX most frustrating and  have the following problems with exporting and saving to a USB HDD then viewing on a HD pal TV.   If there are any Ken Burns effects in the project then the file won't play on the TV. Without the ken burns it plays.  I had an MP3 audio track which also caused the TV to reject it as Invalid File.  I change the audio for a wave file and the file played on the TV but suffered lots of drop outs.  The exported file plays normally on my MacBook with QuickTime player.
    The settings are 1080x1900 50p. Computer  H264 audio AAC. I tried also audio and video prores 422 and the audio was ok  on the TV but there was no video.
    The project is mainly still pictures with some MTS video clips.
    The same project created and exported from iMovie works perfectly.
    Thanks for any help.
    Ray

    Thanks Luis for your help. I don't think that the frame rate is the problem as the video plays correctly on the TV without Ken Burns effects in the timeline.
    I just did a trial project with about 30 images at 8secs each with 3 sec transitions and a wave file . The video played fine but the audio suffered dropouts. I read on another post that someone fixed this by deleting the transitions so decided to give it a try. So I end up with 30 images  with a wave file attached no transitions. Exported and the setting was Computer 1080 x 1900 50p H.264 high quality and audio shown as AAC.IThere doesn't appear to be anyway to modify these settings without compressor.
    Result - the file would not play oon the TV just an invalid file message. The only difference in this file and the one that worked ok was the absence of transitions.
    It seems a bit strange. As I mentioned previously the same project recreated in iMovie works perfectly but I notice that that one shows the audio as pcm.

  • HOW TO EXPORT FOR MAX DVD LENGTH?

    Here's my issue:
    I'm used to exporting my timeline from FCP using standard DV/NTSC QT conversion to then burn DVDs using DVD Studio Pro. But I can only seem to fit about an hour and 15 minutes max onto the DVD.
    I recently taped several long meetings for work that I'd like to fit on as few DVDs as possible.
    How do get more than a bit more than an hour on a DVD? Is this in the compression in FCP or DVD Studio Pro?
    Thanks in advance!

    Use Compressor. It has presets for 60min, 90 min, and 150min.
    Shane

  • Help! How to export for specific resolution?

    What is the best resolution to export photos for Facebook/Blog/High Res?

    Resolution is set in the Export dialog under the Image Sizing section.
    For Facebook/Blog and any other screen display usage, it does not matter what you set the resolution value to as the file returned will be the identical in pixel dimensions - regardless.
    For applications where you print to physical media (paper, Tshirt, coffee mug, etc) 300 ppi is a good starting value.  Large format stuff with farther viewing distances can be less.

  • Iphoto slideshow exported for iweb viewed by windows

    I have been trying to publish an iphoto slideshow that I had exported as a movie for weeks. My mac people can see it, my PC family members cannot! I tried to make it small for the web, changed the filename to mp4 from mpv4, but PC people still could not see it. So I tried to put the slideshow movie in as a huge .mpeg and it disappeared. ( I had made an avi file but it looked horrible so used the equally as large but better ,mpeg)
    I am getting the idea that it can only be done with imovie! Is than an authoritative step by step on iphoto 08,quicktime pro, and Iweb so I can put all these things together?

    Don't use the Finder to change the file extension. Not only is it folly but it breaks the links used in your iWeb page code.
    Don't use AVI. It is a dead container discontinued by its authors (Microsoft) years ago.
    Don't use MPEG-1 (1991 format).
    Default exports from iPhoto to QuickTime formats use the newer H.264 video codec which requires any machine (Mac or PC) have QuickTime version 7 installed. If they can't install version 7 they can't view your file.

  • How to export for System Copy

    I know I can import the database using system copy in sapinst but can someone please explain how do I export the existing database so that I can import it.

    Hello Rajesh,
    the same way as you do an import.
    In the sapinst menu is a point for exporting the database.. that is what you are searching for.
    Regards
    Stefan

  • How to config for only "View Latest Instance" is available in infoview ?

    Hi,
    The BO version is  "BusinessObjects Enterprise 12.0"
    The purpose is  in infoview,  for each report user can see, only the feature "View Latest Instance"  is available.
    I have tried to set the access right, but at least, the user has below features:
    View
    Properties
    View Latest Instance
    History
    New
    Add
    Organize
    Is there any idea to do remove the "View" feature but keep others there ?
    Thanks & regards,
    Forest
    Edited by: Forest lin on Dec 5, 2008 12:06 PM

    Hi Forest
    I would like to make following suggestion :
    The option "View" and can not be removed. It is the primary right to access the Report.
    If there is no right "View Objects", Report will not appear in the desired folder.
    It is important to have "View Objects" right which will make "View" appear. Once this right is present
    rest of the situation for Report can be imagined.
    Regards,
    Hrishikesh

Maybe you are looking for

  • 500 Internal server error when running SOLMAN_SETUP

    Hi experts, I'm configuring our solution manager with the SOLMAN_SETUP transaction. In the "initial Configuration", step "j2ee configuration", I click the "Start SLD configuration" button and appears an Internet explorer. After loggin with an adminis

  • Variables in Oracle HRMS

    Is there any document or query that would return the variable values from database and application tier ?? Examples: Application tier such as: <COMMON_TOP> <APPL_TOP> <OA_HTML> <OA_JAVA> <OA_JRE_TOP> <COMMON_TOP>/util <COMMON_TOP>/clone <COMMON_TOP>/

  • Upgrades consistently failing...

    Every upgrade from Adobe is failing to run. I need some support. What I'm dealing with seems so insain I spent the last few days looking for some kind of malware problem. I've scanned my system with multiple tools and can't find anything. Acrobat, Ph

  • Ard firewall problem

    From within my home network ARD 3.5.2 can not connect between 2 computers.  Each computer shows available status, but connection fails unless the OSX Firewall is turned off.  ARD has worked in the past until one of the big security updates installed

  • A Great LV Story

    I'm pushing this one pretty hard, but I think it is very funny and well written. Want to see what life is like (not) in the LV group? Check out the story written by one of our own LV developers. http://detritus.blogs.com/lycangeek/2005/07/the_multipl