How do I specify an output folder when exporting?

I am running Adobie Premiere Pro CS5.5.
I got to File -> Export -> Media. The "export settings" box appears.
I know how to set the settings for my desired export. The issue I'm having is under "summary" where the output is specified. Often, I find my video is being outputted to random and unwanted folders. My videos have ended up in folders buried deep in my hard drive where a few have been lost forever. How do I specify the output location so I can easily find my video in a place that I want and is convenient?
-- extremely frustrated.

Similar Messages

  • How to change Form Builders output folder

    Hello,
    we have a big forms migration project in our company and are currently setting up our development envirionment.
    We have a src/ and a run/ folder.
    src/ holds the sources like fmb, run/ holds the fmx, plx etc.
    The run/ folder is the folder where oc4j searches for the fmx.
    The src/ folder MUST be the working dir of Oracle Forms Builder(OFB), because the builder searches for *.pll in his working dir. If it does not find them, the librarys will be removed from the form (thus, they will never ever run).
    The problem for us is, that OFB compiles the files to working dir (src/). We will have to copy them manualy to run/ to test them*.
    *I know, you can start each form right from OFB. But we have a start form, that does a lot of initializing for the app. If you try to start a form standalone, it will rain error messages. So you have to start the app by starting at that form.
    How can you specify the output folder of Oracle Forms Builder?
    How do you set up you development envirionment?
    EDIT Our Version:
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Toolkit Version 10.1.2.0.2 (Production)
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.2 (Production)
    Oracle Tools GUI Utilities Version 10.1.2.0.2 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE     10.1.0.4.0     Production
    Edited by: user5828099 on 08.01.2009 05:59

    For building a complete application it could be quite useful to do a batch-compile of your forms and do not do a manual compilation using forms-builder.
    You could have look at this Re: Migrating Forms 61 to 10g - Forms Builder Crashing

  • How do I specify 16bit R5G6B5 pixels when creating a BufferedImage?

    Hello All,
    I'm trying to load raster data from an image file and it may contain different bit depths. I'm loading this data into a BufferedImage using the constructor
    BufferedImage(ColorModel cm, WritableRaster raster, boolean isRasterPremultiplied, Hashtable<?,?> properties)
    I'm trying to figure out how to specify the exact way the pixels are stored, but I'm having a really hard time. It seems that I would want to put this information in the ColorModel, but I can't find anything to specify that. The WritableRaster is another place I looked, but when I create that, it also doesn't ask for (or I don't know how to provide) the specific color info. I have a file that stores it's pixel data in 16 bits, but the colors are separated out by Red (5bits) Green(6bits) Blue(5bits). I have the hex color masks for the color, but I don't know how to use them without first creating a BufferedImage, then using a PixelGrabber or other such process for editing the pixels after the fact. I'd like to be able to specify the the info when I create the image. Can anybody help me?
    Thank you!

    Quasi_Stomach wrote:
    If I use the SinglePixelPackedSampleModel, I'm required to provide a scanlineStride and bandMask array. Do you know what these mean?I think you're referring to this constructor:
    public SinglePixelPackedSampleModel(int dataType, int w, int h, int scanlineStride, int[] bitMasks)Ultimately, the data is going to be stored in a one dimensional array, say a short[]. The SampleModel knows how to access the data elements for the pixel in row r column c, for example.
    Suppose I have a short[] where each short represents a pixel packed as 565_RGB. Bit masks are needed to extract the red, green and blue components from a short. These masks are:
    int[] bitMasks = {0xF800, 0x7E0, 0x1F}; Write those out in binary and you'll see.
    Second, an image is two-dimensional but a DataBuffer is one-dimensional -- basically a short[] in our case. How is the image folded in? Row by row. If you ran through the data in the short[] you would see row 0 of the image, then row 1, row 2, etc... But sometimes there's padding in there. It may be advantageous (because of video hardware) for the image width to be a power of 2: 2, 4, 8, 16, 32... and if the width isn't there may be padding (zeroes) in the short[] that guarantee that each row's data starts at an offset that is a multiple of a power of two. For example, you may have an image with width 200 that's padded out to 256, and the rows start at offsets [0], [256], [512], ...
    This larger width, 256, is the scanlineStride. Chances are, if you don't know about a specific scanlineStride, it's going to be the same as the width.
    Edit: All this being said, I can't remember the last time I needed to directly create or manipulate a SampleModel. Are you sure you need to go this low level? Perhaps you need to step back and describe the big picture. There may be another approach that's much easier to do what ever it is you are trying to do.

  • Reports output delayed when exported to Excel using OLE2

    Hi All,
    Platform - Oracle Application Server 10g Release 2 10.1.2.3 on Windows 32 bit.
    The report output is getting generated in a minute when exported to PDF i.e destype=cache & desformat=pdf. When we generate the output to excel is considerably delayed. It is taking time and internal server error is occuring.
    1) Report developed with simple query
    2) Used RPT2XLS procedure which uses OLE2 builtin to export report output into excel.
    3) Called RPT2XLS.run procedure in After-Report trigger of the report.
    4) We have relased all memory objects in the RPT2XLS package after exporting data and there is no EXCEL.exe running once the file is generated.
    System parameters used in the URL.
    . destype=file
    desformat=pdf
    CONTAINSOLE=yes (Required for exporting OLE2 objects into Excel in report)
    desname=path & name of the file.
    I have gone through the tuning documents for reports server and increased minengine, maxengine and initengine parameters of the reports engine and also changed maxconnect and IdleTimeout parameters in reports server configuration file.
    What might be the reason for delaying in the output of the reports when exported to Excel. Can the guys with special knowledge on this area help us in getting out of this issue.
    Thanks in advance.

    hey all,
    Thanks everyone for the reply.
    I am using the foloowing field cat:
    l_col_pos = l_col_pos + 1.
        wa_fieldcat-col_pos = l_col_pos.
        wa_fieldcat-outputlen = 32.            
         wa_fieldcat-fieldname = 'SOLLWERT'.
         wa_fieldcat-inttype   = 'P'.             
    *    wa_fieldcat-tabname = 'i_final'.      
        wa_fieldcat-seltext_l = text-t11.         "Target Value
        APPEND wa_fieldcat TO i_fieldcat.
        CLEAR wa_fieldcat.
    I have use this also in the field cat but stil i get space in the excel header.
    wa_fieldcat-REF_FIELDNAME = 'SOLLWERT'.
    *    wa_fieldcat-REF_TABNAME =  'QAMV'.
    Also the space comes with the descrip[tion in the cell of excel.
    its like [space Target Value] and i dont need this Space.
    I have also used  wa_layout-colwidth_optimize = 'X'. but it doesnt wrk.
    Please suggest

  • How do I set to 300 DPI when exporting?

    I have a real problem here. I use an Apple iMac with the base software, iPhoto.
    When I export and burn to a CD, the photos are evidently being exported at a very low (72) DPI. I've had complaints from publishers and a stock agency that my images are not at 300 DPI. Yet I cannot figure out how to set DPI when exporting.
    One stock agency owner told me to click on "preferences" and look there for where to set DPI. I did so, and found nothing whatsoever about DPI settings. He (the stock agency owner) doesn't use an Apple, so he was probably basing his "preferences" suggestion on where one would go if they were using a Windows-based program, or if one were using Photoshop.
    If anyone can tell me how to set the DPI using the software I have I would appreciate it. I don't need to know how to do this in Photoshop or Aperture, as I don't have these programs, and I do not intend to get another editing program. How do you do it using only iPhoto - that's my dilemma.
    Thanks!

    Tom:
    DPI only comes into play when you set a size to be printed. Say you have an image that is 1600 x 1200 pixels in size. iPhoto when exported would report it at 72 dpi and a print size of 22.22 inches x 16.66 inches. If you you wanted a 300 dpi print from that photo you would have to print it at 5.33 inches x 4 inches.
    It doesn't make any difference what the dpi is reported as long as the pixel dimensions are large. What size prints are offered by the stock agency? Take the largest that you photos would be offered at and multiple each dimension by 300 to get the number of pixels you would need to provide in the file. For example an 8 x 10 would require a minimum of 2400 x 3000 pixels. An 11 x 14 - 3300 x 4200 pixels.
    To get a photo to report a specific dpi it must be set to be printed at a particular size. Photoshop can do that. The print size is included with the other info embedded in the file that would let other image applications see the dpi and the print size. For more info on this read The Myth of DPI. Watch this video screenshot of changing the dpi of a photo in Photoshop. Watch as the print size changes with dpi changing but the pixel dimensions remain the same.
    iPhoto cannot set the print size for exporting.
    Bottom line: if you were to provide an image at 3300 x 4200 pixels (an 11x14) it should be sufficient for any size up to that size. Photoshop Elements for Mac, at $79 (Amazon.com) has about 75% of Photoshop's capabilities at 1/7 the cost. It's really a very powerful, consumer oriented image editor. Ask them what the minimum pixel dimensions are for the photos.

  • How to make white shapes turn transparent when exporting to .png?

    I'm trying to cut out parts of my image with white shapes, but when exporting to .png with transparent backgrounds, the white shapes remain as white shapes instead of becoming transparent and applying the cut.
    How do i fix this?
    Thanks,
    Rokas

    Use a mask, most probably an opacity mask should help.

  • How can I keep 16:9-format when exporting to the camera

    Yesterday happened something, what never happened before:
    A movie recorded in 16:9, edited on IM HD6 in 16:9 can only be exported back to my Sony HD-Camery in 4:3. Camera is preset for 16:9. That means, the globe in my movie is becoming an oval! When I imported this "Oval"-Tape back to an new iMovie-Folder, it is again 16:9.
    Can everybody unravel that mystery?
    Thank you for help.
    iMac, iLife   Mac OS X (10.4.3)   Intel-iMac, Sony HD-Camcorder

    Besides starting with a 16:9 iMovie Project you must choose the "Expert Settings" when exporting to QuickTime.
    Choose DV Stream. Double check those settings by clicking the "Options" button. This is where you'll find the aspect ratio for your DV file.

  • How to format the font in Cell when export to Excel file?

    Dear all,
    I am using the CRJ SDK 12 to export to Excel file, but i i want to format the font of Cells in Excel when exporting them.
    Can you help me to solve this issue?
    Thanks,
    Nha

    There's no control over per-cell formatting for Excel exports.
    Sincerely,
    Ted Ueda

  • How do I keep the date/time when exporting photos?

    When exporting photos from Photos.app on my Mac, it doesn't use the metadata that it displays in Photos--it uses the current date/time. So when I export a photo from 2010, it says it's dated 2015 when I import it into Aperture.
    Is there a way to export an image with its original timestamp? Is this a bug? Thanks.

    If you are editing tif files, then you have only a couple of choices.
    Flatten the image before you save it.  This will reduce it down to one layer. That's the smallest you can get.
    When you first open the image, look to see if it's 8 bit or 16 bit tif.  It won't help you, but if the image is 8 bit, and you save it as 16 bit, you will have dramatically increased the size of the file for nothing.  If it's started as 16, no worries!
    check if you are saving with compression.   Tif compression is lossless, so unless you did something like resize+resample, it remains the same bit density, etc, so should be just as printable as what they sent you (unless you messed up!).
    Cheers!

  • How to turn off linking on folder when publishing it as portlet

    when I publish a folder as a portlet. The display name of the
    portlet becomes a link. I just want to display the folder items
    under the name rather than have a link on the name. It confuses
    the users and looks weird. How do I turn it off?

    You'll have to wait for the next release. The only solution in
    the current release is to turn off portlet headers in the region.
    Regards,
    Jerry

  • How Do I Change Video Output Quality When Capturing .DV Video From Camera?

    I am experimenting with both this Premiere Elements 10 trial, as well as other brands of software, finding the best one to purchase for my needs.
    In some other software, I not only indicate the source quality, but the output quality to the computer.  If I want to upload the full quality video files to edit for retransferring back to a DV video tape, that's fine, but I will take up a lot of computer memory, relatively speaking.  On the other hand, if I know that I'm going to be editing the video for replay on the computer or over the web, I can tell the program to upload to MPEG4 or some other conversion. 
    I am not seeing this as an option with the Premiere Elements.  Can anyone tell me where, if possible, I can alter the output quality before the program begins the download?  I certainly can find the input quality (such as .dv 4:3 ratio).  I'd prefer not to always have to download the full quality video, THEN have to covert it as a separate step.
    Thank you!

    The PRE workflow is (1) Create your project (2) import your assets (3) sequence and edit your assets (4) create your menus (5) share your project.
    The quality of intended output has no effect on your project settings which should match your source footage. Done this way optimises PRE's performance - as it can internally process far more effectively when matched to a 'native' format.
    For standard definition the ideal format for PRE is DV-AVI Type 2. This is almost lossless and operates at around 13GB per hour.
    Compression to an output format (e.g. DVD, or an iPod, or viewing online) is managed through the share process.
    You could:
    Import your footage - e.g AVCHD, HDV, DV-AVI, VOB
    Share it to a compressed format - e.g. MP4
    Delete the original capture source (in Step 1)
    Work in a new project using the compressed output (in step 2).
    But if you do this your final output quality will be lessened through working with a compressed original that you will then compress again. I can't see what you feel you will gain by this - disk space is so cheap now why wouldn't you want to give yourself the best quality source to work with.
    Note that once you are finished with a project you can archive it off to free up your disk space.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • How do I specify the build number when deploying an iOS application (not version number)

    I'm looking for a way to specify the application's build number when deploying an iOS application.
    Currently in the -app.xml file, you can specify a version number by using:
    <versionNumber>1.0.24</versionNumber>
    But when submitting to the iTunes Connect store, I want to be able to submit the new updates as a build change, and not version change to avoid the approval process again.
    Can this be done ?
    Thanks in advance.
    -Daniel

    Hi Gig52,
    Unfortunately, there is no way for you update/modify/increment the build/version number information from the command line. You will have to set that via the Project Explorer. You could check the box labeled Auto Increment in the Version Information property to have the version number automatically increment each time you build your application.

  • How do I specify the file extensions when opening a file in Labview?

    When opening a file, the file open dialogue box appears with a drop down box called 'Files of type *.*
    I want to only display files of type IPC, and I will create all my files to have this extension.
    I have been using this technique in VB for some time, but I cannot find a method of doing this in Labview so far, can anyone help?

    Use the function "File Dialog" and wire your type to "pattern label".
    Hope this helps.
    Thomas
    Using LV8.0
    Don't be afraid to rate a good answer...

  • How do I select the Poster Frame when exporting to video?

    PP CS6
    I cannot find how to select the frame that I want to appear as the Poster Frame in the exported video.
    I can select it I can change one by right clicking an imported video OK but not the sequence!
    I've been through every menu I can find & even Lynda.com training!
    I'm sure that there must be a way but I'm blowed if I can find it!!

    There are two common meanings for the phrase "poster frame":
    A standalone image on disk (JPG etc) which is displayed by a player before the video is loaded - commonly used by video player apps on websites (YouTube etc), InDesign and PDF files, etc. so the video asset doesn't have to be opened in order for the viewer to see what they're about to watch - although the image is normally captured from the video it doesn't have to be.
    An image resource embedded into the XMP/ID3 data of a video or audio file which can sometimes be shown in the player, but is normally set because it  appears as the thumbnail image when viewing the files in Finder or Windows Explorer. It's not part of the content stream, it's in the file header. In MP3 files it's used to store album artwork.
    You can create standalone JPEG images from PP using the camera icon below the monitor and can semi-automate the export of a still image alongside your video using presets in Adobe Media Encoder, but there's no option in PP (or via Adobe Media Encoder) to specify the embedded poster image in a rendered media file. Several third-party apps can do it, either during render (Compressor / Squeeze) or after the fact (Quicktime Pro), but support for these embedded resources depends on the wrapper for the video file.
    The ability to set a 'poster frame' in the clip bins in PP is solely there to help you organize your project assets visually - for example if the imported footage starts from black, or if you want to choose a frame where the slate is visible - but your choice has no effect on the sequences at export and isn't written back into the original footage.

  • How do you keep film roll data when exporting?

    I'm moving to a newer computer and wanted to transfer my large library to the new setup. I have film rolls organized with original photo dates, but when I import the library in the new iPhoto setup from a hard drive all the dates change to the day I originally imported them by scanning, not the dates of the photos themselves. How can I keep all the film roll data I worked hard on to organize the photos?

    I hope that someone comes along soon to tell you a better way, but in the meantime, here is what I do when I need to reset the date.
    Open an event and click on one of the photos.  Select the 'Photos' pull-down menu and choose 'Batch Change'.  This allows you to change the date for all of the photos in the event. 
    I decided it was too much work to do batch change dates when I moved my photos to iPhoto four years ago so I keep most of pre-DSLR photos in a Picture file outside of iPhoto.  Inconvenient at times, but I don't need to access older photos all that often.  When I do, I just pull a folder of photos into iPhoto and batch change the date then.
    I am sure there must be an easier way; I just stumbled onto this accidentally.

Maybe you are looking for

  • Embedding My Gallery into a website?

    I have a website I am building- website funny .I have elements Organizer set up with multiple albums that I can sync up to Photoshop.com. I would then like to have a link on my website that launches an embedded copy of my gallery into the website so

  • PDF offline

    I have an offline pdf, but dynamically for filling the fields. I can save the data as XML, but I cannot open the pdf again with the data (offline). The exactly problem is: I need  filling the fields of pdf with SAP data. The client don't want to buy

  • How do I Create NIS Group

    Hi All, How do I add a new NIS (not nis+) group to my NIS environment Thanks Zac

  • Migrating iWeb From Old HDD

    I installed a new HDD and migrated all data, applications etc using Migration Assistant. That was 3 weeks ago and everythingh has worked fine until today when I went to use iWeb after the migration. Discovered that the icon looked different and it wo

  • MacBook Pro Trackpad functionality to a MacBook?

    Here's the story: I have a MacBook Pro that I enjoy using the two-finger to scroll and two finger-click for right-click functionality. A friend has a regular MacBook (in sexy black...) who had been using the great program SideTrack ( http://www.ragin