H.264 exports but not ProRes

I'm in a massive Multicam project that I'm trying to export a Pro Res encode but it won't. H.264 works but not pro res of any kind. Thoughts? Computer is 12 core Mac Pro fully maxed out.
Message was edited by: Kevin Monahan
Reason: more searchable title

Hi sjl_synergy,
Please provide some more Information like the Version of Operating System, the version of Premiere Pro and the Technical Specification of your machine.
This issue seems to be related to QuickTime components. Please go to MAC HD or Startup Drive>Library>QuickTime and try to remove the Prores components from it and then check. You can move the components to the desktop in a new folder and make the QuickTime folder empty. Hope it helps.
Regards,
Vinay

Similar Messages

  • I want a user to use only import, it run with export but not import

    Hi,
    i create a user for use only for import and for export.
    batch_export with exp_full_database role <- It run
    batch_import with imp_full_database role <- don't run
    P:\>sqlplus batch_export/batch
    SQL*Plus: Release 10.1.0.2.0 - Production on Lun. Ao¹t 21 17:21:58 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ERROR:
    ORA-00604: une erreur s'est produite au niveau SQL rÚcursif 1
    ORA-20000: Connexion refusee
    ORA-06512: Ó ligne 41
    Entrez le nom utilisateur :
    P:\>sqlplus batch_import/batch@rfsage
    SQL*Plus: Release 10.1.0.2.0 - Production on Lun. Ao¹t 21 17:03:36 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ConnectÚ Ó :
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> exit
    the trigger as run
    create or replace trigger batch_export.check_connexion after logon on database
    declare
    V_MODULE SYS.V_$SESSION.module%TYPE;
    V_TERMINAL SYS.V_$SESSION.terminal%TYPE;
    V_SID SYS.V_$SESSION.SID%TYPE;
    V_SERIAL SYS.V_$SESSION.SERIAL#%TYPE;
    V_COMMAND varchar2(100);
    V_CURRENT_USER varchar2(20);
    V_CURRENT_SID SYS.V_$SESSION.SID%TYPE;
    cursor connexion is
    select substr(module,1,7) module, substr(terminal,1,12) terminal, sid, serial# from v$session T1 where schemaname='BATCH_EXPORT';
    cursor ID_CUR is
    select user from dual;
    cursor SID_CUR is
    select SYS_CONTEXT('USERENV','SID') sessionid from dual;
    --select SYS_CONTEXT('USERENV','CURRENT_USERID') current_userid from dual;
    Begin
    open SID_CUR;
    loop
    fetch SID_CUR into V_CURRENT_SID ;
    EXIT WHEN SID_CUR%NOTFOUND;
    dbms_output.put_line('V_CURRENT_SID:'||V_CURRENT_SID);
    end loop;
    close SID_CUR;
    open ID_CUR;
    loop
         fetch ID_CUR into V_CURRENT_USER ;
         EXIT WHEN ID_CUR%NOTFOUND;
         if V_CURRENT_USER='BATCH_EXPORT' then
         open connexion;
         loop
              fetch connexion into V_MODULE,V_TERMINAL,V_SID,V_SERIAL ;
              EXIT WHEN connexion%NOTFOUND;
              if V_MODULE<>'EXP.EXE' then
              dbms_output.put_line('V_SID:'||V_SID);
              dbms_output.put_line('V_CURRENT_USER:'||V_CURRENT_USER);
                   if V_CURRENT_SID=V_SID then
                   dbms_output.put_line('MODULE:'||V_MODULE);
                   RAISE_APPLICATION_ERROR (-20000,'Connexion refusee');
                   end if;
              end if;
         end loop;
         close connexion;
         end if;
    end loop;
    close ID_CUR;
    End;
    as the same for import user.
    I try with role in trigger but it don't, i see this in forum Oracle.
    But i think EXP_FULL_DATABASE have not DBA rule, but IMP_FULL_DATABASE have.
    How i do this ?
    I want just to use a user to imp utilities, but not connexion in sqlplus.
    Thanks for your help
    Christophe

    thanks for your help.
    it run !
    for example :
    as the system user
    SQL> INSERT INTO PRODUCT_USER_PROFILE values ('SQL*Plus', 'BATCH', 'CONNECT',null,null, 'DISABLED', NULL, NULL);
    1 ligne créée.
    SQL> grant create session to batch;
    Autorisation de privilèges (GRANT) acceptée.
    SQL> INSERT INTO PRODUCT_USER_PROFILE values ('SQL*Plus', 'BATCH', 'SELECT',null,null, 'DISABLED', NULL, NULL);
    1 ligne créée.
    the result
    oracle@debian:~$ sqlplus batch/batch;
    SQL*Plus: Release 10.2.0.1.0 - Production on Mar. Août 22 06:53:00 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connecté à :
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select user from dual;
    SP2-0544: Commande "select" désactivée dans le profil utilisateur du produit
    SQL>
    oracle@debian:~$ exp batch/batch owner=batch file=test.dump
    Export: Release 10.2.0.1.0 - Production on Mar. Août 22 06:54:32 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connecté à : Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export fait dans le jeu de car WE8DEC et jeu de car NCHAR AL16UTF16
    le serveur utilise le jeu de caractères WE8ISO8859P1 (conversion possible)
    Prêt à exporter les utilisateurs spécifiés ...
    . export des actions et objets procéduraux de pré-schéma
    . export des noms de bibliothèque de fonctions étrangères pour l'utilisateur BATCH
    . export des synonymes de type PUBLIC
    . export des synonymes de type PRIVATE
    Thanks for all

  • Media Encoder will export H.264 720 but not 1080

    I'm on Windows 7, using Premiere and After Effects.
    I've installed updates for the OS, Quicktime, and Adobe applications.  I've, opened Premiere under a different user, tried holding shift and alt on opening Premiere and uninstalled  Premiere and After Effects.  I even tried taking the Media Encoder directory out of the applications directory, then reloading Premiere and After Effects (no joy). The Media Encoder directory didn't rebuild itself. 
    The problem is specific to exporting H.264 in 1920x1080.  It doesn't matter if it progressive or interlace, or any of the other variables, up or down.  1080 fails and 720 will export.
    Does anyone have another suggestion for me to try?
    Thanks in advance.

    I was able to uninstall Media Encoder by uninstalling a long list of CC applications; Prelude, InDesign, Flash, After Effects, Premiere, Speed Grade, and Photoshop.  In addition to uninstalling the applications, I did a search on my drive for any file with "media encoder" in the name or directory and deleted them.  That search, by the way, was the only way I was able to confirm how many applications were connected to Media Encoder.  There was suprisingly little on the subject in the Adobe library.
    When I reinstalled Premiere, Media Encoder came along with it.  Media Encoder is now working again.

  • H.264 export option not available.

    I am trying to export some MPEG4 and MOV videos to H.264 but I don't see the option on the drop-down menu.....anyone know how to do this?

    Set the export to "QuickTime Movie" and click the Options button.

  • App works when exported, but not in FlashBuilder

    I have an AIR drag-and-drop app that uses NativeDragEvent.NATIVE_DRAG_ENTER
    The app works as intended when I export it for release.   When I run or debug with FlashBuilder the application does not acknowledge files of any type being dragged over it. 
    Again, when the application is installed, it works great.  I'm dragging and dropping without issue.  This only happens when I'm running the app from FlashBuilder.  This isn't a big deal, but it is annyoing.
    Any ideas?

    I suspect this is where my issue lies, but I am not sure how
    to fix it. I have attached some code that defines the image
    location. I am able to successfully retrieve documents with the
    following, is this the same type of scenerio,
    http://www.skytitleagency.com/documents/Land_Contract.doc,
    except in the images folder ?

  • Some photos are not exported in export but claimed to be

    I have exported photos from iPhoto in years to share and backup without ever having noticed any problems. With the latest version of iPhoto (currently I run version 9.5.1, 902.17).
    I photograph in raw+jpeg on my Lumix camera and keep both, also in export. I export to an USB disk on my macmini server and the iPhoto run on my MacBook Pro and they are connected to the same network using WiFi.
    The problem I just encountered is that when I export photos from iPhoto it claim to have exported all the files but only some show up in the export folder. If I re-export it tells me that the files already exist do I want to overwrite. I answer yes but do not get more files in the export. There tend to me more raw files than jpeg in the export but not all raw files.
    This is a really frustrating issue since I rely on the export for backup and sharing. Hope some have an explanation.
    I run latest version of OSX 10.9 on both the MacBook Pro 15" retina and the MacMini. I have run disk utility to verify the export disk and it found no problems with it.
    Best,
    Soren

    Give this a go:
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run  Option #1 - Repair Permissions
    3 - try exporting the raw files again.
    OT

  • Premiere Pro Exporting Issues using ProRes LT

    Using Premiere Pro CC and is currently up to date.  When exporting ProRes LT (1920X1080) I am getting constant glitches and purple/pink scan line across my footage.  This happens within the timeline and the export.  Raw footage is clean.  Footage shot on a Canon 5D Mark ii.  System:  Mac Pro (2013 - The trash can one), 3.5GHz 6-Core Intel Xeon E5, 64 GB 1867 MHz DDR3 ECC, AMD FirePro D500 3072MB, OSX 10.9.3.

    HI Tswbmatt,
    It sounds like you are hitting the OS X 10.9.3 bug, corrupting exports with the Mercury Playback Engine (OpenCL). Usually, it's with H.264 exports, but I"m not surprised it affects other codecs too. I'll add that to the bug report.
    You can change the Mercury Playback Engine to "Software Only" or roll back to OS X 10.9.2 to fix it.
    Thanks,
    Kevin

  • H.264 export without audio creates files that are not recognized in Quicktime or VLC

    Dear all,
    I need to generate h.264 files with video only. (short clips for use with a "clickable" catalog on an iPad)
    Used the "H.264" category and chose a preset. Unchecked "Audio" so I only get the video exported.
    The resulting .m4v file is not playable in Quicktime or VLC or MPEG streamclip.
    When I leave audio enabled with the same preset, the file is fine, but as soon as I export without audio, the resulting file is unreadable.
    Source material is ProRes 422HQ, audio+video, about 30-40 seconds long.
    Any clues?
    Carl.
    Mac Pro 5,1
    24GB RAM
    Nvidia Quadro4000
    4TB internal RAID0
    OS 10.7.5
    Premiere 6.0.2

    Thanks Jeff, I did get that far ;-)
    I'm sorry, probably my question wasn't very clear. Of course I can find some technical info about the iPad...
    And of course some of the presets in Media Encoder provide basic starting points for encoding.
    But... there is also the first iPad, I couldn't find the specs about it on the Apple site. On everymac.com I found:
    Apple reports that the iPad supports "H.264 video up to 720p, 30 frames per second, Main Profile level 3.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats."
    So if I want to be compatible with all iPads I need to probably stay under 720p30 with [email protected] for H.264
    When I look at
    http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC
    I find (from the example values) that 1280x720@30p is quite near the maximum matrix size. So with 1024x576 I should be ok there. My bandwith of about 2Mbit is also well within range in this case. But what if I want to fill an iPod screen (1024x768) with the highest possible quality video? How do I calculate if this fits the max frame size requirements, where this is expressed in a number of luma samples and macroblocks? What is my max bandwith? The tables says that the "Max video bit rate for video coding layer (VCL) kbit/s" should be <14.000kbps. Does that directly translate to the sliders in my encoding app?
    If you look in the table "AVC software implementations" (under Software encoder feature comparison) you can see that some features that are supported in MainConcept, and not supported in Qt. (8×8 vs. 4×4 transform adaptivity, Quantization scaling matrices, Separate Cb and Cr QP control, etc. What are these exactly?)
    In Streamclip one can choose to have B-frames or not, in AME there is no such control. Does that mean it always encodes with B-frames? Why would one not want to have B-frames?
    A lot of parameters in AME H.264 encoding seem to be set to certain fixed values that are not accessible to the user. Other programs (Sorensen, Telestream) provide the user with access to more parameters. Which parameters in AME are set to what (fixed, non-accessible) values and why?
    As I said earlier, Quicktime reports different codecs for what should be the same format but from different encoders. Why? Is there a program that can analyze a H.264 stream and report about it in more detail than VLC/Quicktime?
    etc. etc. etc....
    If anyone could recommend an online resouce or a book to learn more about the ins and outs of H.264 encoding/decoding that would be great. I have the first edition of Charles Poynton's (brilliant!) book "Digital Video and HDTV", which does talk about MPEG-2 but not H.264. I saw that the second edition goes a bit more into detail about H.264. Does anyone have the second edition? Worth buying just for the relatively small addition about H.264?
    Thanks.
    Carl.

  • Video track/layer missing on QUICKTIME export - not missing if I use H.264 export?!

    Having a strange issue with Premier Pro CS5.04.  I'm exporting a video - 2 layers of MP4 video and one TITLE layer over the top.  The top video layer is a cropped and blurred section of the same file as the clip below, to obscure some text on the video.  When I export as an H.264 mp4 file it all exports fine - all layers intact and the blurring looks fine. 
    However, when i change to a QUICKTIME Pro Res 720 codec, the export does not include the blurred video layer - the settings on the timeline are identical, no opacity changes etc, and if I move the clips around to different video tracks the same issue occurs.  Any idea why it would ignore the top video clip in a quicktime export?! Seems bizarre.
    I'd love to include a screen grab but the uploader isn't working on this window. Useful.

    I've spent the last week searching the internet, reading articles, posting on forums.  Found several people with the same issue, but no answers.
    The code is fine.  I've tried code from several other articles/posts... they are all the same.  Standard <object><embed> method.
    Only thing I can think of is that the QT file is NOT being properly exported with Fast Start encoded.
    I was using QT Alternative, which MAY be part of the problem...  But real QT has a major bug in the installer that Apple appears to be ignoring for a long time now (...non-admin accounts get an error when trying to run QT, as the registry keys are not properly set as far as permissions).... which is preceisely why I went to QT Alternative.  I tried installing QT (real) again today, but got the same error with QT (...can't find ActiveX files... which is what appears as a result of the installer bug).
    What I'm trying now is I (reluctantly) switched my account to an Admin account (...QT now actually works, rather than getting an error on startup), and I'll try exporting the QT renders again, and see if there's a difference.
    But, ya, there appears to be a lot of people out there who can't get the Fast Start working lately.
    I'm open to any alternatives... as long as they are not complicated, and as long as they work.  Just want embedded files on my site that Fast Start (or equivelant), and only start downloading when you click play (...otherwise, I'll have 10 clips competing to download while my HTML page still tried to finish downloading it's own content).

  • ITunes for Windows freezes when importing a library. I have a large but not huge library of mostly iTunes purchased music on two authorized computers and would like to sync the files, export the library as a playlist, and import it on the other computer.

    I am running iTunes for Windows 10.2.2 on Windows 7 Home. I have my iTunes library on both this computer and another authorized machine running Windows 7 Professional. I have a large but not enormous library, as I'm one of those people who doesn't pirate, use torrents, borrow from a dozen friends, or whatever other shades of gray you might imagine. It's mostly iTunes purchases with my old CD collection imported. I have started using the following technique to sync my libraries between my two authorized computers, an ability which you can probably all agree should one day be added to iTunes -- that would be different from Home Sharing, because the music would be stored locally and thus available on the road. With the added benefit of the entire library being backed up on the other machine in real-time. Anyway, when I switch from my desktop to laptop and vice versa, I use the following technique:
    Connect both machines to the home network. One machine is the "Active" machine, which has most recently been used for iTunes media, purchases, ratings, etc.
    On the "Active" machine, File-->Library-->Export. Save the file as "Library.xml" on the shared drive of the other machine.
    Right-click "Library.xml" where it's been saved, and open another file that has two lines in it: The root path of the iTunes library on one machine and the root path of the iTunes library on the other machine.
    Do a find/replace all in Notepad to make the library XML file point to where the files will be saved on the "Inactive" machine.
    Run Microsoft SyncToy to synchronize the files between both music libraries; the most recent files win. This avoids copying the entire multi-gigabyte library over the network.
    Open iTunes on the "Inactive" machine.
    Go to Music, Select All, Delete. Keep files.
    Do the same for Movies, Music Videos.
    Go down to Playlists, select the top one, hold down the delete button until they're all gone.
    File-->Library-->Import Playlist. Choose the "Library.xml" file you saved.
    First a status bar comes up that says, "Importing library." It has the continually-scrolling progress bar, not the one that starts on the left and steadily creeps right. Then after about 30 seconds, that clears out. Wait. Typically a few minutes. Eventually a status bar will pop up saying something like, "Evaluating gapless playback information," or something like that.
    The "Inactive" computer is now the "Active" computer. I can now play my library, it has all my playlists and metadata from the other machine.
    Delete all the duplicate playlists named "Music," "Genius," "Purchased," and "iTunes DJ."
    Well, I just upgraded to iTunes 10.2.2 a few days ago and tried to do this again like I've done it dozens of times before. Now, iTunes just goes unresponsive after the library import. It got through the "Importing library" bar to the long wait and stopped. I can still multiprocess and use other programs, but iTunes is hovering back there not responding to clicks. Task Manager doesn't seem to think iTunes is using my CPU, and I don't see my hard drive rattling. Any thoughts on why iTunes might hang up when importing a large library?
    ... Also, please help lobby Apple to come up with a network sync tool built into iTunes for a user with multiple authorized computers. Something different than Home Sharing so I can pull my laptop off the network and still have the synced library with me. And all my metadata changes will sync. The technique I use seems a little kludgey, don't you think?

    iTunes isn't an editor. You need an app that's intended for editing audio files, like Adobe Audition (http://www.adobe.com/products/audition.html) or Audacity (free in the App Store).

  • When I export a playlist and then open in excel, do whatever sorting I want, I then save the file and reimport into itunes but not all the songs are there. It appears to be from "comma's" in the song name. Any solutions?

    I see songs such as "Monday, Monday" or "Paint It, Black" or even the artist name such as "Fireballs, with Jimmy Gilmer" which have comma's in them, being a problem when I try to do the following:
    1. Export a playlist which contains songs which are all there and play fine, but some have comma's in the title such as listed above.
    2. I then open that file in Excel and bring it in as a Tab-delimited file.  Everything lays out fine, and all the songs are thing (including those with comma's).
    3. I then sort the varoius fields I want (which I can't do in i-tunes because i-tunes won't sort it properly), and resave the file as a newly named file, which is also a .txt file.
    4. I then import that playlist into my itunes. It is exactly the same songs that I just had exported but i-tunes says some of the songs can't be found.
    I have traced this problem to comma's in the file name of the song such as listed above.  There must be a solution to this either as the file is opened in excel or in how it's saved or some other solution short of having to rename song/artists without using comma's. 
    Thanks.

    The additional problem is the file name of the song itself.  Even if I were able to delete the commas or replace with a space for example, changing the file name would result in itunes not being able to find the file.  I would have to go through each file (out of about 15,000+ songs) to find any that have titles such as described in this thread and change not only the song and artist in the fields, but changing the mp3 file itself. 
    I fear that I am really pretty much going to have to start with a list of songs that have no comma and then do a file compare to find those songs with commas and then just physically moving them into a new playlist I'm trying to create, but this is a royal pain as I want to be able to create a variety of playlists based on these chart dates/peak positions. 
    I'm trying to sort the songs in this manner:  I use different fields in itunes so that I can put the "peak position" of each song based on Billboard charts, as well as the date the peak position was acheived. I use the "comment box" for that.  I use the "grouping" field for my peak position.
    So I end up with something like "10/14/1980" in the comment box as the peak position for a song which is in the grouping field, and so forth.  If I try to sort the comments column in itunes for example, it won't sort properly. If I sort the Grouping field, it will bring up all the "1's", but that's followed by "10", 11, ...19, then "2", etc.  This is why I want to export the playlist and sort it as I want, and then reimport the playlist into itunes. 
    What I'm ultimately trying to achieve is a year-by-year peak position playlist so that I end up with every #1 song (in this case) from, say, January 1st 1980 and then every #1 song in sequential order for the rest of the year falls in line.  I have chart position dates from 1955 through 1999.  I have entered in all the data from Billboard books I own so I can really create some amazing playlists, but these commas are problematic. Had I known this ahead of time I would have made "Monday, Monday" as "Monday Monday" and not included commas, but it's too late for that.
    Any suggestions?

  • When exporting files to web pages Aperture keeping losing files, so for instance, if I choose to export 600 images to a new web page, it might do 524 images but not the full 600. I've tried resetting Aperture, it's the latest version etc etc. Help please!

    If anyone can help me with this I would be seriously grateful.
    When exporting mutliple files to web pages Aperture keeping losing files, so for instance, if I choose to export 600 images to a new web page, it might make 524 pages but not the full 600. I've tried resetting Aperture and its persmission and am using the latest version of 3.
    I have 3600 images which I need to upload as sublfolders, each with their own URL and at the moment Aperture is dropping of anything from 1 to 90 images.
    This is critical as people need to see each and every on of these images online. So if a file has 600 photos in it, Aperture should make a URL with 600 full image pages. And this is what it's not doing. On small files, say 30 or so it seems to work well, it's when it gets to more than that the problem starts.
    I've used Aperture in the past under previous versions and not had this problem.
    Any help would be great.
    Thanks.
    Bob.

    Hi Jack,
    Thanks for responding (as it seems as though no one else has been able to provide any insight as of yet)! Not sure if you saw my recent post, but the version of Aperture on the 2008 MacBook has been upgraded to 3.1.2 (not sure how; I bought it in 2009, but only have OS X 10.5.8... which apparently can't house 3.1.2 of Aperture, but hey, like many other anomalies i'm encountering, I'm no longer surprised!). I am unable to upgrade it any further, as it warns me that my OS X does not fit the requirements. I exported the projects as libraries; however, like I posted before, apparently these are from too old of a version for the new Aperture (3.3.1) to handle and import.
    It's getting to the point where I'd almost pay to upgrade the OS X on my previous MacBook (10.5.8) to something newer in order to THEN update Aperture to a newer version; however, my previous MacBook simply cannot handle this (the specs are awful -- hence my decision to save up and upgrade to the newest MBP with Retina).
    I've spent hours upon hours transferring files, libraries as projects, previews, versions, even masters (though, apparently some of them aren't accessible?) with no luck. I've rebuilt the library and reprocessed everything. And this is all after having to return one MBP already since Aperture 3.3.1 is glitch-y as it is, and froze everything for having a "managed library". So, now that I know that I have to deal with a referenced library in Aperture... I just need to actually transfer my previous library to my new one (hopefully WITH adjustments since these are years worth of photos and work).
    Again, any help is appreciated. I've lost enough sleep, time, and vision health over this at this point.
    Also, I know Migration Assistant is an option, I was told that it wouldn't work properly anyway because of the different operating systems, and the potential for problems.

  • How do i get my photos back on usb after editing in iphoto. i used export but after checking my photos were not back on usb?

    how do i get my photos back on usb after editing. i used export but after checking my photos were not back on usb?

    You're really going to need to explain that. What's "USB"? Do you mean a Disk, Drive or volume connected by USB? How is your iphoto set up? What version are you using?
    Regards
    TD

  • Profile issue in export workflow when PS is editor but not within Ap

    Aperture is with me on my MBP (with Elements as the external editor). My place of work is not graphics related, so it doesn't have Ap but does have PS CS8, which I've used happily for a long time, for their needs and I can use it for mine as well. So I can't use PS as the internal editor, which is OK, it's just the way it goes. I'm fine with exporting 16 bit TIFFs, using PS for all the things I can't do in Ap, and then creating 8 bit TIFFs for whoever I'm sending the images to, who will use them for the gamut of uses, both print and web, but I'm not in the loop after I hand them off. The images do not then go back into Aperture, they're archived separately.
    What is the best way to workflow the color profiles in doing this? Images come RAW off a Pentax K10D and into Aperture for conversion and color and exposure, then into the pixel editor. I work in and save a set in 16 bit RGB and then hand off a set in 8 bit sRGB. Here's my problem: When I work within Aperture and Elements (internally), everything works as planned, and when I check the images but I send them they're correct in how they look and the profile as listed. But I'm not getting the same results when I export out to PS from Ap, do the same routine and check. Sometimes there is no assigned profile, and sometimes if I then assign sRGB the image goes from looking right to wrong, so I can't ignore the issue : ) No doubt it's from the external editor only being able to make one blanket profile assumption at a time, either working or exporting.
    I understand that Aperture uses its own color space, wider than both. Am I correct in trying to stay RGB and then converting to sRGB? How do I achieve proper profile workflow when using Aperture and exporting to PS externally? Thanks very much for direction in this. Searches have gotten me info about what results I likely want, but not quite how to get them in this situation.

    Arrg. Sorry for that typo. The sentence should have been " When I work within Aperture and Elements (internally), everything works as planned, and when I check the images they're correct in how they look and the profile as listed. "

  • I just purchased Export PDF to Excel and it does not export anything usable. Your terminology should not be "export" but paste image, which is of no value. Please cancel my account and refund my money. What a shame you would advertise this as a product.

    I just purchased Export PDF to Excel and it does not export anything usable. Your terminology should not be "export" but paste image, which is of no value. Please cancel my account and refund my money. What a shame you would advertise this as a product.

    Hi pgrillo,
    I'm sorry that you're disappointed with your ExportPDF subscription. I checked your account, and see that the order is still processing. As such, I'm unable to cancel it for you myself. However, a Customer Care agent can take care of your cancelation/refund quickly. Here is the contact information: Contact Customer Care. Click Still Need Help? Contact Us at the bottom of the page to find both phone and chat support options.
    Best,
    Sara

Maybe you are looking for