How to match custom profile of PMW-350K and Canon XF300

Not exacctly a Premiere Pro question, but neither does it belong in the Lounge.
We will be shooting the Heineken Regatta on Sint Maarten in March. We have two cameras, a Canon XF300 and a Sony PMW-350K with the standard 16x Fujinon lens.
What is the simplest way to match the custom profiles for both cameras, so that color correction in post will be avoided to the largest degree possible?

There is custom preset on videocopilot for matching the EX1 and the Canon XH A1. Maybe it could be of some help.
http://www.videocopilot.net/blog/2009/07/start-the-montage/#comments Scroll on this page and you will see the preset.
Hope this helps

Similar Messages

  • How to set custom profiles in iphone 5 and viewing sent messsges and dialed calls seperately

    i found that i cannot set any other profiles other than silent and general is there any app to create custom profiles and also i can't view the dialed calls seperately only missed calls can be viewind seperately is there any app to overcome that problem?and also i want to view sent messages seperately in my messages option.

    These are not a features of the iPhone and iOS. No 3rd party app can provide these functions due to Apple restrictions.

  • How to create customer exit for characteristic variables and for text vars.

    hi friends,
      can anybody tell me how to create customer exit for characteristic variables and for text variables in bw ides system.
    thanks,
    sree

    Hi,
    Please have a look at:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f1a7e790-0201-0010-0a8d-f08a4662562d
    Krzys

  • How to create custom profile provider for fba user

    Hello Every One
      I have one SharePoint 2010 web application and on this FBA is configured. With help of code how can I get and set custom property for a user in
     “aspnet_Profile” table in Database.
    I have also try this config setting in web.config but not able to set or get profile property.
    <anonymousIdentification enabled="true" />
    <profile defaultProvider="AspNetSqlProfileProvider">
    <providers>
    <clear />
    <!--<add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="fbaSQL" applicationName="/"/>-->
    <add name="Demo_ProfileProvider" connectionStringName="fbaSQL" applicationName="/" type="System.Web.Profile.SqlProfileProvider,System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </providers>
    <properties>
    <add name="ThemeName" type="String" allowAnonymous="true" />
    <add name="NoOfVisits" type="int" allowAnonymous="true" />
    </properties>
    </profile>
    </system.web>
    thanks
    navaratan
    Navaratan Sharma

    Solution for this problem is
    do following entry in web.config
    <anonymousIdentification enabled="true" />
    <profile enabled="true" defaultProvider="AspNetSqlProfileProvider">
    <providers>
    <clear />
    <!--<add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="fbaSQL" applicationName="/"/>-->
    <!--<add name="Demo_ProfileProvider" connectionStringName="fbaSQL" applicationName="/" type="System.Web.Profile.SqlProfileProvider,System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />-->
    <add name="AspNetSqlProfileProvider" connectionStringName="fbaSQL" applicationName="/" type="System.Web.Profile.SqlProfileProvider,System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </providers>
    <properties>
    <add name="ThemeName" type="String" allowAnonymous="true" />
    <add name="NoOfVisits" type="int" allowAnonymous="true" />
    </properties>
    </profile>
    </system.web>
    code for get and set Profile property is
    protected void OnClickbtn(object sender, EventArgs e)
    try
    ProfileBase profile = System.Web.Profile.ProfileBase.Create(HttpContext.Current.User.Identity.Name);
    profile["ThemeName"] = txtTheme.Text;
    profile["NoOfVisits"] = int.Parse( txtNoOfVisits.Text);
    profile.Save();
    catch (Exception ex)
    protected void OnClickbtnGet(object sender, EventArgs e)
    try
    ProfileInfoCollection profiles = ProfileManager.GetAllProfiles(ProfileAuthenticationOption.All);
    foreach (ProfileInfo profileInfo in profiles)
    ProfileBase profile = ProfileBase.Create(profileInfo.UserName);
    // add condition for user
    txtTheme.Text = (string)profile.GetPropertyValue("ThemeName");
    txtNoOfVisits.Text = Convert.ToString((int)profile.GetPropertyValue("NoOfVisits"));
    SPUser user = SPContext.Current.Web.CurrentUser;
    catch (Exception ex)
    thanks
    navaratan
    Navaratan Sharma

  • How to match impedance between AT-MIO-16 and 50 Ohm output of preamp

    I am trying to count TTL signal from a preamplifier/discriminator (ARI Corp's MTS-100) using the AM9513 chip built into the NI AT-MIO-16 A/D board.
    With only power to the preamp (i.e. no input signal) I get ~150,000 or so counts per second, while with a different rate meter I get normal 5-10 counts per second. These excess counts would seem to be caused by an impedance mismatch leading to ringing in the line from the preamp to the A/D board.
    The TTL output from the preamp has an impedance of 50 Ohms, minimum pulse width of 10 ns. I use a coax cable with impedance of 50 Ohms that is terminated with a 50 Ohm cap just before going to the connector block for the A/D board. Bottom line, I match the imp
    edance as well as I can and still get reflection. The detector,preamp,A/D board,computer,etc are all tied to the same ground. The discriminator level has little or no effect.
    Could I be connecting to the connector block of the A/D board incorrectly? Is there a threshold adjustment available for the Source (i.e. Vhigh) that might be set too low?
    Is this hopeless? Or are there other things to try?
    Any help would be appreciated.
    Thanks,
    sonnymoon

    Ben on 7/25/2002 answered:
    "Hi its me again.
    Can you see the ringing with a scope?
    What exactly are you using to get the counts from the board?
    Are you sure you are re-setting the counter and have the clock configed to come from your external signal?
    Ben
    Hi Ben,
    Thanks for your help on this. I have tried using both Labview software and NI Measurement and Automation test panels. I remember trying to figure out how to address the counter correctly using Labview "Counter Start", "Counter Read", "Counter Stop" VI's. Perhaps you could confirm for me, I am putting the signal from the preamp into "Source 1" on the A/D connector board, and I use "GPCTR1" to identify the counter.
    Does the "Counter Stop" VI reset the counter? I was as
    suming it does. If not, how do I do that?
    But, using the NI Measurement and Automation test panels, selecting "Simple event counting" and "GPCTR1" I see lots (100,000's) of counts pile up in 1 second when I should only see 5-10.
    I haven't checked with a scope (we don't have one in our lab!) but I may try to borrow one to confirm it is ringing.
    My basic set up is as follows:
    BNC (50 Ohm) from preamp TTL out to BNC T adapter with a 50 Ohm Terminator cap.
    Signal lead from BNC plug to PIN 41 (Source1) of AT-MIO-16 I/O connector. Ground lead to PIN 24 (DIG GND) which is also grounded to be the same as that of the preamp and dectector.
    Thanks again for your help,
    Joel

  • How to get custom iPod Tough 4G Ringer and Alerts?

    I tried Googleing this but got results of dumb apps that just waste my time. So i wanted to customize the Ringer and Alerts to you know how do whistles are high pitched well thats what I want to set it to. When my friend calls me I dont want it going off in class making bunch of noise I just want the high frequence noise.
    This isnt really part of the topic but the back camera megapixles is .7 and front is .3 VGA. Is there a way to improve it? taking videos decent but pictures is just crap. Especially when I Skype with my friends. They keep telling me its blury when cant see what your showing us that well.

    Have you tried:
    http://www.digitaltrends.com/mobile/how-to-make-ringtones-for-iphone/
    As you found out, the cameras on the 4G iPod are not the best.Yu must have optimum light to get decent phots/videos

  • How to deploy custom JSP file in reporting and analysis workspace extented services?

    Hi All,
    We are using Oracle EPM 11.2.3 Interactive reporting.  We need add on functionality on the existing workspace and developed a JAVA code for that. Now we are facing challenges with deploying JSP file with existing weblogic server. does anybody did it before? we followed oracle doc but not useful.
    The task of JSP file would get the user information from the existing session then list the file which user has access and follow.
    Do we have any doc related to this? Your help is highly appreciated.
    Thanks
    Venkatesh

    Hi,
    After deployed inside the OC4J server. Run the index page by
    Calling like http://hostname:port/earname/index.jsp
    While deploying the ear file you would have given a name for the ear file use that name in the URL.
    If so then you can see the provider displayed on the index page. Then click on the provider name it will take you to the next page where it will display all the portlet inside the provider.
    Please copy the URL and paste it while registering the Provider with the portal server.
    Because the server will try to navigate to the URL mentioned while registering if the server dint find the proper URL then registration fails.
    Try this and let me know.
    Regards,
    Vijay.B

  • Matching video sources: Panasonic DVX 100 and Canon G10

    I am trying to match digital video captured on mini-DV from a Panasonic DVX100 with video captured on a Canon G10 digital camera. The G10 footage is a good quality, but looks noticably different, the clips do not blend well. Has anyone tried something like this before, or have any suggestions?

    A lot can be accomplished in the 3Way to get what you want, in fact, I would advise you against using Color for this, unless you know it and unless you're looking to establish an image baseline and have Color render new media. Time should have been taken to match the DVX100 to the G10 beforehand on chart like a DSCLabs Chrome du Monde or at least with a Macbeth Color checker.
    Find similar shots from each camera, place a marker at each spot. Toggle back and forth between the markers, observe your scopes (the vectorscope, waveform and RGB Parade - ignore the histogram as it's fairly worthless) as they will tell you what to do.
    Manipulate away.
    Don't know how to read your scopes? There's a section in the manual that quickly gives the highlights of this great skill to know.
    If you get in a bind, send me a couple of .tiffs from similar shots of each camera and I'll get you started.

  • Is there a lens profile for Samyang 14mm and Canon 5D2 ?

    Hi !
    I'm thinking about buying a new Samyang / Rokinon / Bower etc 14mm wide angle full frame lens.
    However, this lens has bad moustache distortion on stills images - not good for architecture.
    Is there an Adobe lens profile for Adobe Camera Raw (Photoshop CS6 Bridge) for full frame Canon 5D2 / 3 or 1Ds 3 etc ?
    It's needed for Mac - don't know if there is any difference.
    Advice before I buy would be much appreciated ...

    Yay that's great news ... and thanks for such a speedy reply.
    Didn't know about the Adobe Lens Profile Downloader ... so have just downloaded it for Mac and found the lens profile.
    Appreciate your help ... it'll hopefully be great for correcting the distorion i need.

  • Oracle Receivables Customer Profile deletion

    This customers custom program ( Apps 11.5.5) tries to update the Terms in a custom table by looking up Standard Terms ( joining AR_CUSTOMER_PROFILES and RA_CUSTOMERS; the custom table holds Customer Number).
    This update fails with an ORA-01427 because for a few customers two Customer Profiles are found. Receivables allows setting up Customer Profiles at Site and Customer level.
    So I need to change the update statement. Does someone have an example of a query-statement that first checks a Customer's Customer Profiles at Site-level and then ( if it doesn't exist) at Customer-level.
    Cheers,
    Hans Lawalata

    Dear Ivruksha,
    In Oracle Payable we have Temporary Prepayment and Permanent Prepayment, Temporary Prepayment can be applied on Purchase Invoice but Permanent we can not apply on Purchase Invoices until unless we change the type from Permanent to Temporary.
    In the same way My client is asking how to maintain these type of deposit when they receive from their Customer.
    Scenario-01: Our Client receive Advance from his customer and He will adjust that amount on future sales - to support this we have Standard Deposit Transaction in AR
    Scenario-02: Our client receives Advance from his Customer and he won't allow that payment to adjust on future sales transaction he wants to maintain that amount as Security Deposit & Use should not be able to adjust this Deposit amount on Sales Transaction as AP Permanent Prepayment.
    Please help me how to provide solution to this requirement.
    Regards
    Bharath

  • How to make custom icc color profile work as default for all users?

    Hi!
    I've calibrated two monitors for the machine running Mavericks OS X. I've managed to move these custom icc color profiles to ColorSync folder in HDD Library, so that that they are available for all the users. However, I cannot figure out how to make these icc profiles work as default profiles for all users and not only the one I used to calibrate monitors.
    Is there a specific place I have to put custom icc profile to make it system default?
    Thank you!

    If you put the profiles in the root /Library/ColorSync/Profiles/ folder, then each user needs to select them in their account. There isn't a way to apply them globally so each account automatically comes up that way.

  • How to create custom color profile in OSX?

    I started thinking about this after downloading the program "f.lux", which changes the color temperature of your screen depending on the time of day. It seems the program accomplishes this by adjusting your display calibration. Some controls for this already exist (you can tinker with them in preferences>display>color) but they can't be calibrated beyond minor changes to gamma and color tempterature. In f.lux they have a "darkroom mode", which is this amazing red-on-black high-contrast effect perfectly suited for use in a darkroom. I feel like a high-contrast monochrome display could come in handy, but I want more control over the brightness and color than what this app offers. I don't see anything like that in the usual preferences, but I do see a host of various color profiles (apple rgb, adobe rgb, PAL, Pantone, and whatever else...). How do I create a completely custom profile, or edit one that exists? Where are these files stored on my computer? Are there workarounds, or any third-party apps for changing my display settings?
    All help is greatly appreciated.

    Hi,
    To create document library, please look at the below links which may help you to resolve your problem.
    Create document library programmatically in SharePoint
    How to Create SharePoint List or Library Programmatically
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to install custom printer profiles in maverick

    how to install custom printer profiles in maverick

    NOTE: In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder. You'll need to do it again after each system update that's applied.
    OT

  • Illustrator CC how to setup custom document profile

    How do I set up a custom document profile in Illustrator CC and save it for future use?
    I do not see any way to save it.

    1.  Re: Illustrator CC how to setup custom document profile
           Francesco Della Peruta     Sep 11, 2013 11:31 AM  (in response to dinnys)   
    I think you have to create a new document, set all your preferred options, leave it empty, and save it as a template file, ready to reuse .
    Otherwise you can:
    Create a new document, set all your preferred options, leave it empty, and save it in the same folder of the adobe preset.
    To find the correct path select the preset profile menu, in the new document window, and choose browse.
    I hope this help"

  • How to make Custom Discoverer workbook use Custom Security profile of Apps

    We use Discoverer in Oracle Apps setup. We have added Custom security in our HR People Form of Apps.
    This Custom Security restricts one HR Emplpoyee not view other HR employee record except for himself/herself. Also maintining that they should be able to view all other employee's records.
    The following code was put under the Security Profile Form -- > Custom Security Tab
    exists (select 1
    from per_jobs b
    where ASSIGNMENT.job_id = b.job_id
    and (b.name not like '%HR%')
    and (b.name not like '%Human%')
    and ASSIGNMENT.assignment_number is not null
    union
    select 1
    from fnd_user fu
    where fu.user_name = fnd_global.user_name
    and fu.employee_id = PERSON.person_id
    and ASSIGNMENT.assignment_number is not null)
    Above security profile works fine for HR People Form.
    However, It does not work for our Discoverer Workbooks. I found a note on Metalink 422841.1 which talks about leveraging the Custom Security of Apps in Discoverer Report. I read it, but did not get much clue.
    Can Anyone help.
    Thanks

    Hi,
    If you want to use custom HR security with Discoverer you have to ensure that the correct security filters are applied when the Discoverer reports are run. These filters can use the supplied HR_SECURITY package or you can develop your own conditions using table lookups or functions. To get the filters applied to your reports you have a number of options:
    1. Build the security into custom folders using additional conditions
    2. Use custom database views in Discoverer and build the security into the views
    3. Use mandatory conditions in you Discoverer folders using either a function call or database contexts set at login time
    4. Use VPD (Virtual Private Database)
    I am not sure which of these options you are using to implement your HR security in Discoverer. The last option, VPD, is the most flexible and can give the best performance but maybe it is more complex to set up.
    Rod West

Maybe you are looking for