Is "Broadcast Safe" necessary if the output will never be broadcast?

I'm doing a project whose final output will be a set of DVD's which will never be broadcast. I really like the color look I've achieved for my clips, but when I check my scopes, they're outside broadcast safe, both up and down. If the output will never be broadcast, do I need to adjust these for broadcast safe?
Also, to get the best for the output, which settings for YUV, etc. should I use to have the DVD's match what I'm seeing in FCP?
Just a bit of additional information, I'm making the assumption that most if not all of the ultimate viewers of the project will be viewing it on modern HD sets. Does that also make a difference to my final output settings?
Thanks.

You must view FCP's output on a calibrated, professional broadcast monitor to assess the "look".
Computer monitors do not provide a true indication of how your movie will appear on a consumer television.
Try to find two consumer televisions that are accurately and identically adjusted. It is very unlikely.
While there is some degree of tolerance and there's not much chance of you blowing up someone's TV these days, you should at least use the "Normal" settings in the broadcast safe filter.
As an example. whites and yellows that are too bright can "crossover" and cause an annoying buzzing sound in the audio as well as being unpleasant to look at.

Similar Messages

  • I would like to compare two field and then is it's true then the output will be the 2nd one

    Hello All,
    I am doing a mappong where i need to compare two field and then if there are equal the 2nd one should be the output and 2nd value will be using multiple segment.
    It's for shipment.
    Regards
    Rituparna

    Not sure if i understand correctly. But you are trying to compare one field with multiple occurrences of another field.
    You can make use of the node function "Use One as Many" and repeat the first value as many times as the second value.
    Please refer to below wiki.
    Explain node functions - Process Integration - SCN Wiki

  • HT1359 it says you must connect the power cord so the battery will never work on its own?

    "after Battery Update has been installed, each battery you insert into your MacBook or MacBook Pro will be updated automatically. Your computer's power cord must be connected and plugged into a working power source."
    you can never again use the laptop unless the cord is plugged?

    daurisn wrote:
    you can never again use the laptop unless the cord is plugged?
    you are misunderstanding..of course you can use the laptop unplugged from a power source.

  • My iphone 5 battery drains pretty quickly on 3G and when I charge it, the battery will never be fully charged to 100%. Why is that?

    The battery when charged it will only reach 93%. When i reboot the phone the battery percentage will indicate 97-98% but the battery usage timer has been reset since the battery did not reach 100%. Why is that?

    I have the same problem with less than 1 mo old iphone 5 ios 6.1. I charged over night which is over 7 hrs and still not 100%

  • Way to display the output of tail command in a Java app

    Hi,
    I have a Java app running in the Linux environment. The Weblogic outputs get written to a log. I would like to design a screen in my app that will enable me to monitor my logs. I normally log into the Linux machine and do a tail -f on the log.
    tail -f Managed_1.logI would like to run this tail -f command from my Java app so that I am able to view the log proress from my app itself. I know we can use Runtime to run external programs but this is a case where a command will be executed continuously and the output will need to be displayed in my app, more specifically on a JSP.
    Any ideas would be most appreciated.
    Thanks and regards,
    Ganesh

    I had a look at the API for the Process class which
    lists an abstract method called getOutputStream().
    What I am not clear is that the documentation says
    that the exec method of Runtime will return an
    instance of a subclass of Process. Does this mean
    that the getOutputStream() method would have already
    been coded for the subclass instance returned?Yes.
    And even if we do get the OutputStream from the tail
    -f process, we will still have to read and display
    the info on a line by line basis. Will this happend
    to be fast enough to macth atleast to some extent the
    speed at which the log is written to?There are two ways to answer this:
    1. Ask somebody who knows how fast the log is written to.
    2. Try it and see.
    My approach would be the second option.

  • Adhoc Query- problem with the output file format

    Hi Gurus,
    I have a problem in exporting the output of an adhoc query to Excel format.
    The menu option I chose to export the report data into Excel is List>Export>Spreadsheet.
    However,I think I've just pressed the wrong option to export my report and now I can't seem to change it from a HTML file option.
    Can anybody help me correct this output setting.
    Points assured for apt help...

    Hi Sushil,
    There are two ways to save the output in the excel format.
    As you have mentioned, you can use
    List -> Export-> Spreadsheet.
    Then select table. Now the output will open in a spreadsheet.
    The other way is
    List -> Export-> Local File
    Here you need to select the option spreadsheet. Then mention the path where you want the file to be stored. Also mention the format as .xls
    Hope this helps
    Regards,
    Brinda

  • How to write code to print and save the output in my GUI?

    I had been searching on code to program print and save commands to print and save the output from the GUI but to no avail. Can someone help me?

    The output will be link from the previous GUI page. Hence the output is a page with Jtable and a button for print to print the information in the JTable.

  • How to read back the output state for digital output or anlog output ?

    I use NI-pci 6221(68PIN) Accquistion card to do measurmet,after i do digital output ,or anlog output ,I find that the output will be maitained by the card.even after i exit my accquistion program.But if i reset the card ,the ouptut also will be reset.
    Now if i don't reset the card ,how can i read back the output state,?

    Hi Mike,
    There is no way for you to internally route an analog output to an analog input. The only solution is to physically connect the two lines together with a wire.
    I came to this conclusion through the following steps:
    1- Start MAX and select the DAQmx device under "Devices and Interfaces>>NI-DAQmx Devices" that you want to internally route signals through.
    2- Click on the "Device Routes" tab on the bottom of the right hand window (It defaults to the "Attributes" tab)
    3- Line up the Source with the Destination to see if the connection can be internally routed (either direct or indirect)
    I came to the above conclusion by following these steps for a PCI-6251 DAQ device (the analog output & input do not exist in the "Device Routes" tab therefore they do not support internal routing), but you should verify this for your specific hardware. Let me know if you have any other questions/concerns.
    Cheers,
    Jonah Paul
    Applications Engineer
    National Instruments
    Jonah Paul
    Marketing Manager, Embedded Software
    Evaluate the LabVIEW RIO Platform! - ni.com/rioeval

  • How can i see the output in Visual Studio 2013

    Below is some code rearrange a array, i want to see the result after it's sorted so i add a loop of cout myself, But after runing the code, nothing happened, i didn't see any result from the widow before it closed, any help?
    #include<iostream>
    const int Red = 1, White = 2, Blue = 3;
    void main()
    int arr[] = { 1, 1, 2, 2, 1, 3, 1, 2, 3, 3, 1, 1, 3, 2, 1, 2, 1, 3, 2, 1, 1, 3, 2, 1, 3, 1, 3, 2, 2, 3, 3, 3, 1, 2, 1, 2, 1, 3, 1, 2, 3, 3, 1, 2, 1, 2, 1, 2, 2, 1 };
    int n = sizeof(arr) / sizeof(int);
    int Insert_Red = 0, Insert_White = 0, i;
    for (int i = 0; i < n;i++)
    if (arr[i]==White)
    arr[i] = arr[Insert_White];
    arr[Insert_White] = White;
    Insert_White++;
    if (arr[i]==Red)
    arr[i] = arr[Insert_White];
    arr[Insert_White] = arr[Insert_Red];
    arr[Insert_Red] = Red;
    Insert_Red++;
    Insert_White++;
    for (int i = 0; i < n; i++)
    std::cout << arr[i];

    i didn't see any result from the widow before it closed
    Other choices which don't require any changes to your code:
    (1) Set a breakpoint at the last closing brace (assuming that there isn't a
    return statement before it - if there is then set the breakpoint on that
    return statement).
    (2) Put the cursor as described in (1) but instead of setting a breakpoint
    use "Run To Cursor" from the menu that pops up when you right-click the
    mouse. (Or use Ctrl-F10)
    (3) Run your program in the IDE using Ctrl-F5 (Run Without Debugging)
    Note that when using these methods, focus *may* remain on the IDE editor. If it
    does then your console window with the output will be a background window. You
    will then need to switch to it manually from the Taskbar, etc.
    Non-related observation:
    Standard C and C ++ require that the main() function return an int. e.g. -
    int main()
    Some compilers will accept void main() so as not to break old code, but new
    code should always return an int.
     - Wayne

  • DMEE : Delete Trailing spaces in the output file..

    Dear Friends
    I am using a DMEE Tree t generate a payment file.
    Everything is fine except that teh bank requires the trailing spaces to be deleted.
    i.e. I am getting an output like below but with spaces in place of dots
    :50H:/09618078222002EUR....................<CR/LF>
    Sana'a............................................ <CR/LF>
    :70:DMEE-TEST14.................<CR/LF>
    Note:The dots represents spaces which I want to remove. The dots are added to show you the output...
    The <CR/LF> is printing at the end of the field length. I mean if the field is 34 Chr long then the
    <CR/LF> is getting printed at 35th Char irrexpective of teh field contents...
    But the bank requires in the below format. i.e. remove the spaces thats all.
    :50H:/09618078222002EUR<CR/LF>
    Sana'a<CR/LF>
    :70:DMEE-TEST14<CR/LF>
    Can anyone help.
    I am working on SAP 4.6C
    Help will surely be reawrded....

    Hello Sam,
    I DO NOT know if i can make you understand the logic, but will give it a try )
    The <CR/LF> is printing at the end of the field length. I mean if the field is 34 Chr long then the
    <CR/LF> is getting printed at 35th Char irrexpective of teh field contents...
    You define an element of length 35 char, then in the "Mapping Procedure" select the "Own Mapping (Atoms)" & set the "Atom Handling" as 01 (Concatenate values in element).
    Then create the ATOMS: one with the value "DMEE-TEST14" & the other atom with the value "<CR/LF>
    ". The output will be a concatenation of the two fields )
    Did you get what i wanted to tell you )
    BR,
    Suhas

  • Broadcast safe levels and DVD output

    Some of my video levels are above 100 IRE. I am only outputting to DVD or Blu-ray, never broadcast.
    Should I compress the dynamic range down to broadcast safe, or leave the slightly higher dynamic range?
    I think that this is probably a question of how FCP, Compressor, and the DVD or Blu-ray plays handle 110 IRE. All the video I am referring to is HDV and the over 100 IRE is in the original captured video. I understand that I need to set the RGB to YCbCr conversion in the sequence settings to match my output strategy.
    All my sequence renders are to ProRes.
    Obviously, if I use 110 IRE as my max output level, I don't what it clipped somewhere down the path.
    Thanks
    Rick

    IRE is an analogue video measurement. It is only applicable if you are transferring to analogue:
    http://www.kenstone.net/fcphomepage/video_levelsnattress.html
    8-bit digital video uses a level of 16 for 0% and 235 for 100%.
    So you are talking about levels that are above 100%, a.k.a. superwhites.
    Since ProRes is 10-bit, the digital code numbers are different,
    but superwhites are still luma values that are above 100%.
    Although DV-type codecs can handle superwhites, DVD encoding does not,
    so it would be safest to eliminate them by using the Broadcast Safe filter
    set to 100%, even though you're not broadcasting.
    Clamping your superwhites may cause you to lose highlight detail.
    For that reason, you should color-correct to bring the highlights
    down to below 100% (while looking at the Waveform Monitor)
    and then use the Broadcast Safe filter as insurance.
    That way, you can determine how you'd like the highlights to look,
    instead of just letting them get all set to 100%.
    If you're doing a lot of color-correction, the extra resolution
    will be useful. Just be sure to get things below 100% for output to DVD.

  • I am trying to import developed images from LightRoom 5 in o Photoshop 6.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, you do not have necessary access permissions or another progra

    I am trying to import developed images from LightRoom 5 Photoshop 6 for further editing.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, or you do not have necessary access permissions or another program is using the file.  Use the 'Properties' command in the Windows Explorer to unlock the file. How do I fix this?  I would greatly appreciate it if you would respond with terms and procedures that a computer ignorant user, such as me, will understand.   Thanks.

    Have you tried restoring the Preferences yet?

  • I am trying to import developed images from LightRoom 5 into Photoshop 6.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, you do not have necessary access permissions or another progra

    I am trying to import developed images from LightRoom 5 into Photoshop 6.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, you do not have necessary access permissions or another program is using the file.  Use the 'properties' command in the Windows Explorer to unlock the file'.  This has not happened before.  How do I change this?

    Could not open a scratch file because the file is locked or you do not have the necessary access privileges. (…) | Mylen…
    Mylenium

  • Why does my iPhone 5 take very grainy flash photographs in the dark will a hard reboot be safe to do to try to fix or is it a hardware issue?

    Why does my iPhone 5 take very grainy flash photographs in the dark will a hard reboot be safe to do to try to fix or is it a hardware issue?
    And By hard boot I mean holding the home and power button down at the same time for 10 seconds or whatever
    I see other people have these grainy flash photographs if you try to take a picture in darkness the picture comes out very dark and grainy I thought the software would ultimately fix this but it's been going on for over a year I usually take my photographs in daylight but I need this to be fixed
    If it is a hardware issue I hope Apple will replace my iPhone 5 because I was just waiting for one of the iOS updates to fix it I bought my phone in November 2012 its the iPhone 5
    Please help or advise if you can was this just a software or hardware issue I know Apple was aware of it but I was advised that iOS update would fix it but obviously not
    Is it safe to do a hard boot on my iPhone five by holding the power and home button at the same time for 10 or 20 seconds I saw someone said that fixed there's at least temporarily
    I'm typing this on my iPhone five right now why do the words go off to the left and right no matter if I hold the phone vertical or horizontal the words bleed off to left right so for me to proofread it I have to move my text left to right to proof read it
    Thank you

    The flash on a smartphone camera is tiny. It only lights up a very small area right in front of the camera. It won't light up the whole scene.
    Have you seen the size of the flash on a professional camera? Even they can't light a whole scene in the dark.
    Fact is, a smartphone camera is not capable of taking good photos in the dark, even with the flash.
    You'll need to buy and learn how to use a professional, dedicated SLR camera to be able to take good photos in the dark. It is not easy.

  • Error while executing SSIS package - Error: 4014, Severity:20, State: 11. A fatal error occurred while reading the input stream from the network. The session will be terminated (input error: 109, output error: 0)

    Hi,
    We are getting the following error when running our SSIS packages on Microsoft SQL Server 2012 R2 on Windows Server 2008 R2 SP1:
    Error: 4014, Severity:20, State: 11.   A fatal error occurred while reading the input stream from the network. The session will be terminated (input error: 109, output error: 0)
    SQL Server Data Tools and SQL Server Database Engine reside on the same server.
    We tried the following:
    Disabling TCP Chimney Offload
    Installed Windows Server 2008 SP1
    Splitting our SSIS code into multiple steps so it is not all one large continuous operation
    The error occurs during a BulkDataLoad task.
    Other options we are investigating with the engineering team (out-sourced, so delayed responses):
    Firewall configurations (everything is local, so this should not make a difference)
    Disabling the anti-virus scanner
    Are there other things we can try?
    Any insight is greatly appreciated.
    Thanks!

    Hi HenryKwan,
    Based on the current information, the issue can be caused by many reasons. Please refer to the following tips:
    Install the latest hotfix based on your SQL Server version. Ps: there is no SQL Server 2012 R2 version.
    Change the MaxConcurrentExecutables property from -1 to another one based on the MAXDOP. For example, 8.
    Set "RetainSameConnection" Property to FALSE on the all the connection managers.
    Reference:
    https://connect.microsoft.com/SQLServer/feedback/details/774370/ssis-packages-abort-with-unexpected-termination-message
    If the issue is still existed, as Jakub suggested, please provide us more information about this issue.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • Trying to install Acrobat Pro XI on Windows 2008R2 VM

    Our desktop guys ordered Acrobat Pro XI for some 32-bit Windows 7 VM's. We also have some server applications running 64-bit Windows 2008R2 that need it and I'm attempting to create a silent install for.  I used the customization wizard provided by A

  • Win 8.1 update with MSI GX70 issues

    Hello people. I recently updated my MSI GX70-3BE from win 8 to win 8.1 pro (update from store, not clean install), along with numbers of new driver supplied by MSI (VGA, SCM, killer network, etc.) and BIOS (w8_E176KAMS.50D) + EC (w8_176KEMS1.505) Now

  • Current datetime in xslt

    Hi , I want to get the current datetime during my xlst tranform. I used the below codes but can not get it . xslt 1.0 <xsl:stylesheet ... xmlns:ex="http://exslt.org/dates-and-times" extension-element-prefixes="ex"> <xsl:value-of select="ex:date-time(

  • Ipod touch 4th gen update IOS5

    how can I update an ipod touch 4th gen 32g with IOS5

  • CONNECTION OBJECT AND POD

    hi experts, can any one of you explain what is connection object and point of delivery with any example.