Flickering Text

When i create a menu the text flickers unless i make it bold and to a certain size. I have tried various methods including typing the text straight into dvd pro. Is there any way of stopping this or at least reducing it.

The problem your seeing is when text has very narrow areas, (thin) most TV sets just don't have the resolution to display such text. A bolder larger text is always advised in projects.
I personally never use text below 20 point and always a thicker font, over all.

Similar Messages

  • Flickering text in chatbox while typing after Skype upgrade to version 7.1.0.105

    'Would appreciate any help with this flickering text problem -- the whole message would flicker while I type in the chatbox. I did not have this issue with the previous Skype version. Updated to: version 7.1.0.105Video Card: nVidia GeForce GTX 550TiOS: Windows 7  

    ootomaskooo wrote:
    1.) always have my drivers up-to-date (347.52)
    2.) just tried, nothing changed...
    3.) no programs listed
    This happens on my desktop. On my notebook I have version 7.1.0.105, it says it's up-to-date (which is a bit weird) and the flicker doesn't happen there..You're right, it is strange. My desktop specs:VGA: nVidia GTX 550 TiDriver ver: 347.52 OS: Windows 7 SP1
    Could the flickering be hardware- or OS-specific? What are your laptop specs and desktop specs, by the way? ruwim asked me to save a dxdiag log file to help in diagnosing the issue -- would you mind doing the same?ruwim wrote:
    Please,  run the DirectX diagnostics tool. Go to Windows Start and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post. Be aware that you will have to zip this file before attaching it here. 

  • Flickering text print applet

    my news applet scrolls text across the screen, the text however is flickering. my draw code is below.
              screen2D.clearRect(0,0,getSize().width,getSize().height);
    screen2D.drawString(obj.news[obj.currentItem],obj.x,obj.y);
              repaint();
    your help would be much appreciated
    Arnold Oree

    Double Buffering would seem to be the answer to your problems. I'm no expert but the following worked for me where I previous was drawing directly to the screen. Do all your drawing in the offscreen buffer area and then transfer it to the screen with the last statement in your paint method.
    I've lifted some code for an applet I created a while back. Hopefully you can see what's going on.
    Override the update method
    as noted.
    // buffer stuff
    Graphics bufferGraphics;
    Image offScreen;
    Dimension dim;
    public void paint (Graphics g)
    bufferGraphics.clearRect(0,0,dim.width, dim.height);
    bufferGraphics.setFont(new Font ("serif", Font.BOLD,18));
    // set up board
    for (int row = 0; row <=7; ++ row)
    for (int column = 0; column <=7; ++ column)
    // white squares
    if ((row+column)%2 == 0)
    bufferGraphics.setColor (new Color(0,0,0));
    // black squares
    if ((row+column)%2 == 1)
    bufferGraphics.setColor (new Color (255,255,255));
    // attacked squares
    bufferGraphics.fillRect (40+(column*40), 75+(row*40), 40, 40);
    if (board [row][column] !=0)
    bufferGraphics.setColor (new Color(255,0,0));
    bufferGraphics.drawString("X", 52 +(column*40), 101 +(row*40));
    } // end row loop
    } // end column loop
    bufferGraphics.setColor (new Color (255,0,0));
    bufferGraphics.drawLine (38,73,360,73); // top
    bufferGraphics.drawLine (38,74,360,74); // top
    bufferGraphics.drawLine (38,75,360,75); // top
    bufferGraphics.drawLine (40,75,40,395); // left
    bufferGraphics.drawLine (39,75,39,395); // left
    bufferGraphics.drawLine (38,75,38,395); // left
    bufferGraphics.drawLine (38,395,360,395); // bottom
    bufferGraphics.drawLine (38,396,360,396); // bottom
    bufferGraphics.drawLine (38,397,360,397); // bottom
    bufferGraphics.drawLine (360,75,360,395); // right
    bufferGraphics.drawLine (361,73,361,397); // right
    bufferGraphics.drawLine (362,73,362,397); // right
    bufferGraphics.setColor (new Color (255,0,0));
    g.drawImage (offScreen, 0, 0, this);
    } // end paint
    public void update (Graphics g)
    paint (g);
    } // end update

  • "flickering" text-only buttons

    Sorry for posting this answer twice, but on first occasion I posted in an old thread and nobody responded.
    I've made a dvd menu with red text-only buttons, changing to white when selected and changing red again when activated.
    In simulator modus this looks great. But when showed on a CRT monitor the buttons "flicker" and don't look crisp.
    Is this due to the font? or is it the position of the buttons with regard to the image lines of the CRT?
    Hopefully someone knows the origin and can tell me how to tackle the problem.
    ( I work with DVDSP 3)

    Don't use small (below 20 pt. or so, I usually stay over 22) / thin fonts. The flicker comes from interlacing so the smaller the graphic / thinner the line, the more noticeable it will be.

  • Blinking and annoying text when writing a message ...

    Hy there Skype users!
    With the new update there is an annoying "bug" with message writing(for me)!
    My specs are : Win 7 64bit(updated), latest java/flashplayer... everything, Geforce gtx 550 Ti video card with latest driver.
     Fix it please! Have nice day!
    Attachments:
    skypebug.jpg ‏19 KB

    ruwim wrote:
    http://community.skype.com/t5/Windows-desktop-client/Flickering-text-in-chatbox-while-typing-after-S...
    Some common factor is NVIDIA GTX graphic adapter.
    Hmm, that's right. antiqwiz and I both have a nVidia GTX 550 Ti video card. ootomaskooo has a Nvidia GTX560.
    Update:
    - Flickering of text while typing in the first line of the chatbox is still present in Skype ver. 7.2.60.103.
    - Flickering goes way when the message goes to the second line.
    - A little flickering at times is present when typing is continued. 
    Suggestions that Didn't Work:
    1. updating GTX 550 Ti video card drivers to ver. 347.52
    2. checking nVidia Control Panel and setting "Adjust Image Settings with Preview" to Let the 3D application decide
    3. opening "Tools -> Options -> Advanced settings" and checking if other programs are listed under “Manage other programs access to Skype”
    4. deleting all files under Skype's AppData folder
    5. uninstalling and reinstalling Skype to ver. 7.2.60.103
    6. doing a clean install of Skype (removing all registry entries associated with Skype, etc.)
    7. reverting Skype's font to default
    8. updating Skype to ver. 7.2.60.103
    9. updating Internet Explorer to IE11.0.17
    Workaround:
    -  reverting to ver.7.0.0.102 (a little but not-so-annoying flickering occurs at times)
    Will try next:
    - update GTX 550 Ti video card drivers to ver. 347.88

  • How is this text animation created

    Hello Everyone,
    I am at a loss as to how to create this slightly jittering/flickering text and images as featured in this video:
    http://www.youtube.com/watch?v=9GorqroigqM
    I'm assuming its either After Effects or Flash Professional but I have also seen this effect in Lower Thirds and Intro to Television Shows  such as "Chasing New Jersey" Any assistance would be helpful. Thanks.
    Refined_Silver

    Refined_Silver wrote:
    I'm assuming its either After Effects or Flash Professional but I have also seen this effect in Lower Thirds and Intro to Television Shows  such as "Chasing New Jersey"
    After Effects is often used to create lower thirds and TV show intros.
    I can't see your example due to restrictions on the network where I work, but you might look into AE's quite powerful text animators.

  • Urgent: Progressive possible for PAL DVD?

    Hi all
    I'm making NTSC and PAL versions of the same DVD.
    On the NTSC version we have encoded all the menus (short movies created in FCPX) as 23.98 progressive in Compressor, to stop the title text flickering due to interlacing.   This worked perfectly, no more flickering text.
    For the PAL version however Compressor's PAL DVD settings only mention 25i, no progressive options seem available.
    Any suggestions on how to repeat this on the PAL side? 
    Thanks everyone - Jon

    If you're creating a DVD, there's really no choice of codecs, since DVD video is a very specific and tightly constrained form of MPEG-2 video. MPEG-2 video is highly compressed and is not a high-definition format, so it is absolutely unavoidable that export to DVD video will cause some quality loss. This is true for even professionally created DVDs. There is an MPEG-2 DVD export preset in After Effects that you can choose from the Format menu in the Output Module Settings dialog box.
    If, however, you're handing off your video as input to a larger work, and you need to create an intermediate file that preserves all detail for as long as possible in the post-production pipeline, then you should render and export using lossless encoding. My preference for creating losslessly compressed intermediate files from 8-bit-per-channel sources is the PNG video codec in a QuickTime (MOV) container.
    See this FAQ entry (and the pages that it links to) for more  information about compression and choosing settings for specific  purposes:
    http://forums.adobe.com/thread/729526
    You mentioned "jerky" output. See this FAQ entry for information about losslessly encoded movies and how they are not suited for playback:
    http://forums.adobe.com/thread/684381
    Or perhaps the jerkiness is coming from the frame-rate mismatch between your 30fps source and 25fps composition. If so, then frame blending can help.

  • Problems waking up

    I have a Rev A 20" G5 which has been running without issue since purchase in March 05. Recently I have had three occasions where I went to wake the machine up from sleep mode and there was a problem. The first two times were a few days apart. When the screen restored it looked like it was slightly scrambled with flickering text and icons. Yesterday I experienced the gray screen with fans at 100%. I also have had a couple of Firewire lockups trying to read CF cards from my Lexar 1394 reader. No new hardware has been added or removed from the system. I am under Apple Care so I'm not worried. Doing daily backups to an external drive via SuperDuper as a safeguard.
    Am I starting the death spiral? What should I do?
    Thanks!

    I have SuperDuper set to repair permissions before each backup (daily now), so I don't think this is a software issue. In fact last night I had another firewire hang while SuperDuper was trying to backup. I couldn't even shut down the system via the Apple menu and had to use the power button to shut down.
    I ran the hardware test twice, first doing a short test, then the extended test. The only error reported was:
    2STF/8/3 S-ATA Bus0 - Master
    That only happened on the short test. With 2GB of RAM it took a long time for the extended test, but no errors. If the firewire hangs continue, it's going to the Apple store for repair.
    Thanks!

  • Iphone 5s Apps garbled

    Has anyone been having really bad display issues in apps on Iphone 5S?
    In a lot of my apps I'm getting glitched text/missing letters/strange flickering/text squashed on top of each other.
    Outside the apps and in Apples own apps there are no problems.  I'm wondering if anyone else is getting similar behaivior?
    Here is a link to a screenshot to give an example of whats going on.
    https://skydrive.live.com/redir?resid=7B2CC0D54D7E3BBD!1482&authkey=!AIDmga-3OqQ DIf0&v=3

    Another example.
    https://skydrive.live.com/redir?resid=7B2CC0D54D7E3BBD!1483&authkey=!AEWLHq0QOjl 8nYE&v=3

  • Any help, text flickers in apps but not icons or pictures...

    I have a Ti 1 Ghz and I am starting to have problems with my display. I am not sure what the problem is as it is very strange. When I am viewing text in apps like Word, Safari, Firefox, Textedit, (basically any app), some of the text (sometimes a letter sometimes a word or sentence) gets little black dots flickering/blinking. What's weird is they move with the word instead of staying in one spot (like a dead pixel). So when I scroll the text up or down, left or right the little blinking black dot moves with the text. It also happens when I open certain pictures (moves around with the picture) but not other pictures and so far the text under icons haven't been affected.
    At first I thought maybe it is because of Tiger (I just did an upgrade - fresh install about a month ago) so I booted into OS 9 (which is on a second partition) and the same problem occurred.
    So I thought dead pixels and I ran the hardware test cd. No little dead pixels showed while testing the video.
    So I tried calibrating the display, that had no effect and it is now back at default.
    Then I tried all the different settings for smoothing/anti alaising the fonts I could. I regularly boot up in both Japanese and English (main) settings.
    So maybe drivers, so I went to the ATI website and downloaded and installed the most recent updates available.
    I even thought, hey, maybe my eyes are bad. So I asked my wife whose vision is 20/20 and she agreed it wasn't just my eys.
    Nothing has helped.
    Has anyone had a problem like this? Does any one know what is wrong? Is it my display itself or maybe the video card?
    Just a little info, I bought this PB brand new from the store and within a month the screen went pink when ever the PB was moved. So I had the displayed replaced and it hasn't had any problems since then (September 2003) until now.
    Any advice would be great.
    Thanks,
    Elfbp
    Ti 1 GHz PowerBook   Mac OS X (10.4.6)   512 MB Ram, SuperDrive

    Hi, elfbp. There is no economical way to replace the screen — and no easy way, either. It's the Powerbook's most expensive part to buy, new or used, and the hardest one to remove and install successfully. Besides, you haven't determined yet that the display is what needs to be replaced, or even that anything needs to be replaced. And the symptom you report is so very odd — anomalous pixels that follow a word or words in your text, indicating that they aren't related to particular pixels or regions in the display — that I have no idea how to go about trying to isolate the cause.
    For what it's worth, the service manual for your Tibook model contains the following video troubleshooting section. It's not directed at your particular problem, but your particular problem isn't mentioned at all, and this may suggest some useful procedures or clues:
    "No display, or dim display, but computer appears to operate correctly:
    1. Remove any connected peripherals.
    2. Make sure F1 key is not stuck down.
    3. Press the F2 key (with the fn key pressed and not pressed) to increase the screen brightness settings.
    4. Reboot the computer—hold down the Control and Command keys and press the Power button to restart the computer. Or, press and hold the Power button for 5 to 10 seconds to shut down the computer, then press the Power button to restart.
    5. Make sure using the PowerBook (1GHz/867MHz) power adapter (66-1798)
    6. Verify inverter flex cable and LVDS cable connections are seated properly and that the cables are not damaged (refer to inverter board and display module replacement instructions).
    7. Replace inverter board.
    8. Replace display assembly.
    9. Replace logic board."
    Note in particular that checking the display cable connections and replacing the inverter board are both suggested before replacing the display itself. And I would be inclined also to replace the logic board before the display, since it's less expensive and much easier to install. By the time you've replaced an inverter and a logic board, you'll be well on your way to spending what the Powerbook is worth in good condition on the current market, and replacing the display may put you over that value. This is not to say you shouldn't do it, but if you could get a comparable used Powerbook in good working order for less than you might spend fixing yours, that's at least an option worth considering.
    I have no idea what professional repair options are available to you in Japan, but if I were you, I'd look into them. Don't use any repair service that isn't Apple-authorized.
    If you want to plunge inside the Tibook yourself, complete take-apart instructions are here.

  • I just got an iPhone 5 32GB and i have backed up my old 3GS 32GB via itunes (20GB of data on there) and it is taking a very long time to restore to my iPhone5. Its taken more than 20 hours and says 12 hours remaining. The text "Time remaining" flickers.

    I just got an iPhone 5 32GB and i have backed up my old 3GS 32GB via itunes (20GB of data on there) and it is taking a very long time to restore to my iPhone5. Its taken more than 20 hours and didnt complete.
    The text "Time remaining ... hours" flickers.
    I set it to start restoring from the 3GS backup yesterday at 1pm and the time remaining kept on increasing. I left it overnight and at 9am this morning the progress bar hadnt moved and it said 12 hours remaining.
    I don't know why its taking so long. I unplugged it and it just set up as new phone. So i did a factory reset and tried again at 4pm and it is now 12am and it says 4 hours remaining and my computer occasionally flickers. (Its not a bad computer, 2 months old, i7, 6GB RAM, Heaps of HDD space). It also messes with google chrome and i cannot browse the web at all while it is trying to restore my iphone.
    I have tried restarting my laptop and should i reinstall itunes? I simply dont see why it should take longer than 20 hours to copy over 20GB of data!
    Can anyone help me?
    Thank you

    I'm having this EXACT same problem with my iPhone 4, and I have the same computer stats (I have a Samsung Series 7)

  • My text flickers like mad on NTSC monitor

    I burned a DVD and tested it on my computer LCD screen. It looks fine.
    But when I tried it on an NTSC monitor, the intro text flickers like mad.
    OK, the fonts are a bit small to squeeze everything on, but it should not flicker as much as it does.
    My font face is plain Arial.
    The rest of the DVD is OK.
    (ps: I did the text in Motion, imported it into FCP and rendered it out ProRes422 HQ). As I say, it looks great on my computer monitor.

    the fonts are a bit small to squeeze everything on
    this could be your problem
    the choice of the text has to be compatable with the rezolution of the CRT - thin horizontal strokes cant be resolved properly and results in flicker
    a good rule is to size text so that 30 lines of text can be displayed in the screen hight- if it doesnt fit, throw out some of the text or put it on a separate screen

  • When mousing over text, the cursor flickers constantly (with each letter passed) from arrow to i-beam and back.  The problem occurs in both MS Word and Pages.  Any idea of how to resolve this annoying problem is appreciated.  System: 10.10.1

    When mousing over text, the cursor flickers constantly (with every letter passed) from arrow to i-beam and back.  The problem occurs in both MS Word 2011 and Pages.  Any idea of how to solve this annoying problem will be much appreciated.  System 10.10.1 on a MacPro (Late 2013)

    The mouse is controlled by the OS so don't guess any app other than a mouse driver or OS X itself would be able to cause this sort of flicker issue.
    Have you seen the following and is it what you are seeing? Maybe you could make a movie (Quicktime is great for this this to make a screen recording) - but not sure how to attach a movie to these discussions as mine is grayed out and can't be selected (to the right of the insert image). Here is the what I found for a search of "mouse cursor flickers os x yosemite"
         https://www.youtube.com/watch?v=ZNQ0D84DdF4
    What kind of mouse are you using? Is the mouse driver up to date if it's a third party mouse?

  • After exporting in Premier Pro CS6 my text flickers in the video

    After exporting in Premier Pro CS6 my text flickers in the video, how do I fix it?

    I have the exact same problem, but I'm actually using CC. I don't have an option for "match source high bitrate." Is anyone responding to forum questions out there?

  • How can I reduce flickering of text on TV?

    My text looks fine on my Apple monitor but on my TV it flickers. How can I reduce the flickering?
    Thanks,
    John Link

    In Effects > Video Filters > Video I found a flicker filter that does just what I need!

Maybe you are looking for

  • Checkboxes in BI Publisher not showing up for all reports

    Hi everyone, I followed the instructions (uploading fonts, checking the checkbox font property e.t.c) for displaying checkboxes (without the diamond shape) in my BI Publisher reports. It worked for 1 report and still does. Unfortunately the new repor

  • SRM 7.0 : RFX Screen Enhancements

    Hi Experts,     I wanted to add a new Vendor Search Field to the Advanced Search of RFX Screen (Header) and display the value in Item. Application: /SAPSRM/WDA_L_FPM_OIF Web Dynpro Component: /SAPSRM/WDC_UI_DS_SO_RFX Window Information: IV_L_FPC_CA_D

  • K9AGM3 motherboard won't start if JPW1 is plugged in.

    Have had the motherboard for about 5 years working fine apart from the pcei graphics card slot getting a bit iffy and needing to be plugged in very carefully or I end up getting weird lines on my screen if it is bumped, but yesterday my pc was left o

  • Moving to Snow Leopard

    Hi, I did a clean install of Snow Leopard and then migrated from a clone the accounts, network setting and documents. I then reinstalled all of the applications. Everything works just fine but a good number of Color profiles for my printer (Epson Pro

  • OPEN SALESORDER

    Hi all, i am uploading sales order using BAPI_SALESORDER_CREATEFROMDAT2, how to upload the address related data for one time shipto customers in the sales orders using this bapi. thanks, deepthi n