Why is everything in my playback monitor blown up (by 200% or so?), and why is it showing as 4:3?

Why is everything in my playback monitor blown up (by 200% or so?), and why is it showing as 4:3? I imported mxf files that show up fine in the preview monitor, but when edited into the timeline they now suddenly appear super blown up; there is a guy in a mid-shot interview situation, but now I only see his arm. Perhaps I hit  a wrong button by accident, but how can I resolve this? ALso, whether it's the same issue or whether it is unrelated I don't know, but in the playback monitor the aspect ratio seems 4:3; why is that? Any idea, on either topic, anyone? Thank you!!!!! I appreciate your help!!

Did you do as it shows in http://forums.adobe.com/message/3776153 to be sure your video and sequence match?

Similar Messages

  • Why can't I connect to the Internet on my Adobe Reader? And why do websites tell me I don't have Adobe downloaded when I have an updated version on my computer? It is an IPad,does that affect it?

    Why can't I connect to the Internet on my Adobe Reader? And why do websites tell me I don't have Adobe downloaded when I have an updated version on my computer? It is an IPad,does that affect it?

    Also, download and open the free Adobe Reader app. Then read the Help section to figure out how to use it.

  • Why the files my program create are created twice each file double ? And why sometimes the files size are too small ?

    My program is using Queue of type Uri to create Queue of urls and then i'm using webbrowser to navigate each Uri from the Queue in it's turn and get the url(html) source content and save it to the hard disk.
    The problem is sometimes the text files on the hard disk are small like 90KB or 60KB and sometimes they are as they are suppose to be 300KB or 200KB.
    This is a button click event where i'm calling two methods:
    private void toolStripButton3_Click(object sender, EventArgs e)
    GetHtmls();
    CheckQueue();
    This is the GetHtmls method code:
    private Queue<Uri> myUrls = new Queue<Uri>();
    private bool isBusy = false;
    private void GetHtmls()
    for (int i = 1; i < 49; i++)
    adrBarTextBox.Text = sourceUrl + i;
    targetHtmls = (combinedHtmlsDir + "\\Html" + i + ".txt");
    Uri targetUri = new Uri(sourceUrl + i);
    myUrls.Enqueue(targetUri);
    sourceUrl contain website address: http://www.tapuz.co.il/forums2008/forumpage.aspx?forumid=393&pagenumber=
    And i'm adding to it the numbers and create the pages.
    And add them to the Queue.
    THen the CheckQueue method:
    Uri uri;
    private void CheckQueue()
    if (isBusy)
    return; // We're downloading some page right now, don't disturb
    isBusy = true; // OK, let's get started
    if (myUrls.Count == 0) // No more pages to download, we're done
    isBusy = false;
    return;
    uri = myUrls.Dequeue(); // Get one URL from queue
    getCurrentBrowser().Navigate(uri);
    It suppose to Navigate to each Uri(html address) in the Queue.
    And the browser document completed event:
    private void Form1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
    // If page loaded completly then do something
    int urlnumber = uri.ToString().IndexOf("pagenumber=");
    string number = uri.ToString().Substring(urlnumber + 11);
    int num = Int32.Parse(number);
    targetHtmls = (combinedHtmlsDir + "\\Html" + num + ".txt");
    StreamWriter writer = File.CreateText(targetHtmls);
    writer.Write(getCurrentBrowser().DocumentText);
    writer.Close();
    isBusy = false; // We're done
    CheckQueue(); // Check next page in queue
    In the completed event i'm getting the page number and build the string for the text file then write the html source content to the text file.
    In the end i have on my hard disk 48 text files.
    The problems are:
    1. Sometimes it seems like it's not finishing navigating to the current uri or maybe some other reason maybe server side problem and creating small size files with source content inside but not all the source content. Sometimes the text files size are each
    file 99KB or 70KB and sometimes the size of them are about 300KB and 200KB and this is the right sizes 300KB 200KB.
    2. The text files on my hard disk suppose to be 48 different files each file should contain the source if the html page of the 48 pages. But on my hard disk the 48 text files are duplicated for some reason.
    This is the file on my hard disk:
    Some of the files are 205KB 350KB 175KB and some of the files sizes are 85KB 94KB 35KB 
    Why some of the files it didn't navigated to the end or maybe didn't got all the source ?
    And why it's making each second file the same like the one before ? It suppose to create 48 different files but i'm getting two identical files each navigation.

    I solved it now.
    This is what i did:
    It's a bit slow process since i'm waiting for each page to be loaded into the webbrowser but it does the work.
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using System.Collections;
    using System.IO;
    using System.Net;
    namespace WindowsFormsApplication1
    public partial class Form1 : Form
    private string sourceUrl = "http://test.test";
    private string htmlsTargetDirectory = "Test Htmls";
    private string appDir = Path.GetDirectoryName(@"C:\Users\chocolade1972\AppData\Local\Test_Images\Test Images\Test Htmls");
    private string combinedHtmlsDir;
    private String targetHtmls;
    private int counter = 1;
    private StreamWriter w;
    private string uri;
    private bool htmlloaded = false;
    public Form1()
    InitializeComponent();
    webBrowser1.ScriptErrorsSuppressed = true;
    combinedHtmlsDir = Path.Combine(appDir, htmlsTargetDirectory);
    if (!Directory.Exists(combinedHtmlsDir))
    Directory.CreateDirectory(combinedHtmlsDir);
    private void Form1_Load(object sender, EventArgs e)
    GetHtmls();
    timer1.Enabled = true;
    private void GetHtmls()
    uri = sourceUrl + counter;
    targetHtmls = (combinedHtmlsDir + "\\Html" + counter + ".txt");
    webBrowser1.Navigate(uri);
    private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
    if (e.Url.ToString() == uri)
    targetHtmls = (combinedHtmlsDir + "\\Html" + counter + ".txt");
    htmlloaded = true;
    StreamWriter writer = File.CreateText(targetHtmls);
    writer.Write(webBrowser1.DocumentText);
    writer.Close();
    FileInfo fi = new FileInfo(targetHtmls);
    var size = fi.Length;
    w = new StreamWriter(combinedHtmlsDir + "\\test.txt", true);
    w.WriteLine("File Size " + size);
    w.Close();
    private void timer1_Tick(object sender, EventArgs e)
    if (htmlloaded == true)
    uri = sourceUrl + counter;
    myurls.Add(uri);
    webBrowser1.Navigate(uri);
    htmlloaded = false;
    counter += 1;

  • Why is the left side of my iMac screen darker than the other, and why does the display randomly go black?

    My family has a late 2010 27" Imac. A few months ago, we noticed that the left side of the screen was somewhat darker than the right. As time went on, it continued to get worse and worse. When you turn the computer off for an hour or so, it helps the display out somewhat, but it eventually goes back to being darker on the left. About two months ago, the display started to go completely black. When the screen is black, everything still runs. My itunes library will still play, everything is functioning even though the screen is out. It has started to become more frequent. It is extremely annoying, almost unbearable. Since the one year warranty went out in November, what are we supposed to do about this?

    Contact Apple Service, iMac Service or Apple's Express Lane. It's a known issue with 27" iMacs and you might be eligible for replacement. I had mine replaced shortly after buying it. BTW, AppleCare's extended warranty is the cheapest insurance policy one can have for desktop machines. Too bad you missed the deadline.

  • Why are my soft proofed prints always too dark in the dark areas and why are the colors, especially red, washed out.

    Use a calibrated camera and monitor. Work in PS CC. Have a controlled work room. Soft proof according to Jeff Schewe of the 'Luminous Landscape'. Printing on a new Epson r2880 with a custom profile. Use fresh Epson Luster paper. The problem keeps persisting no matter what I do. Any and all help will be much appreciated.
    Thanks.
    Richard

    Please turn off your auto reply in your emails.  The forums are designed to be used through a web browser while logged in to the forum.  We don't need to see stuff like your "On Sun, Oct 12, 2014 at 10:50 PM, station_two <[email protected]>".  Everybody sees everyone's post.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    Now, did they first send you a target file which you then printed on your particular printer using your intended paper and inks, then snail-mailed the print to them in California in order for them to make your custom printer profile for you, which they then in turn emailed to you?   If that was not the case, you do not have a custom profile at all, but a meaningless stock one.  Even if they used a printer model exactly like yours when they created the profile, it was not done on your particular unit and therefore is not valid.
    On the other hand, if the procedure above was indeed followed correctly, then that custom printer profile is showing you exactly what your images will look like once you print them.
    That's precisely what soft proofing is for, so you can adjust your image while in Proof view.
    Hope this clears it up for you.

  • Why was Facebook for HTC Sense re-enabled in 4.4.3 update, and why can it no longer be disabled in app manger?

    Many of us who disabled Facebook for HTC Sense in 4.4.2 have been unpleasantly surprised to find the 4.4.3 update has re-enabled that app/service, and unlike with 4.4.2  the box to disable it (in app manager -> all) is now greyed out, and unselectable.
    Why was this this app forced upon us? (Yes, we can temporarily force stop it, but that doesn't last long as it can re-enable itself - even before the phone is restarted or rebooted).
    If Verizon doesn't want upset m8 customers it should put out an update to the 4.4.3 update that allows us to permanently disable Facebook for HTC Sense once again.

    I completely agree.  I have ZERO interest in using Facebook and that was the first app I disabled when I bought my phone.  I am very disappointed to hear that Facebook is being forced back on us with the new 4.4.3 update.  I am not comfortable with rooting yet, or I would do that so I could uninstall this and every other piece of Verizon bloatware that I do not want.  It is my phone, right??  I distinctly remember using my money to pay for it!   I also don't have a lot of confidence that the instructions on rooting are completely up to date to account for any issues or speed bumps, especially for first-timers like myself.
    Interesting also how Verizon's release notes don't mention this "helpful feature."

  • Why has my iphone synced to a ipad that isn't mine? and why are my personal imessages being sent to this ipad aswell?

    Why are my messages from people going to my iphone and ipad when i only want them to go to my iphone? and how do i stop this from happening?
    these are personal messages from friends and it's a family ipad

    Are you using the same Apple ID on both devices?

  • Why can't I run (or even open) Photoshop Elements 10 anymore? AND why can't I uninstall it to reinstall?

    I have been running Photoshop Elements 11 but when I tried to use 10 I couldn't even open the program.
    I wanted to uninstall Elements 10 and then reinstall it but got no where. What's going on?
          [email protected]

    Are you trying to sign in as part of opening, or did you have a photoshop.com account? If so,
    PSE 8, 9, 10 Can’t Sign In, Error 404 | Barbara's Sort-of-Tech Blog

  • When and Why do we need to build a CUSTOM CUBE

    Hello Experts, Could some please explain with a scenerio ..
    "When and Why do we need to build a CUSTOM CUBE"
    Thanks in advance
    Bhalout

    When and Why:
    Custom cube should be think of when the constent cube is either not suitable nor available for a subject area.
    If there is a content cube and but does not meet your reporting needs, then the better thing will be to adopt the content one and make changes.
    Ravi Thothadri

  • Why can't I see still images in the playback monitor when editing a video?

    Why can't I see still images in the playback monitor when editing a video? I have rendered the images in the project.  I checked my system to make sure it meets all the requirements for the software, no problem there.  When I "share" the project and save it as an MPEG, the images show up in WMP just fine.  But I need to be able to see what I'm doing to the stills while I am editing.  Help!

    Gordon
    Many thanks for the reply with the details.
    But, the key is missing...what version of Premiere Elements are you using? Are you using Premiere Elements 10?
    I hope not in this case, but if you are, we will tell you what needs to be done. The following is a copy/paste of the Announcement
    at the top of this forum about the Premiere Elements 10/NVIDIA GeForce issue.
    Premiere Elements 10 NVIDIA Video Card Driver Roll Back
    If you are a Premiere Elements 10 user whose Windows computer uses a NVIDIA GeForce video card and you are experiencing
    Premiere Elements 10 display and/or unexplained program behavior, then your first line of troubleshooting needs to be rolling
    back the video card driver version instead of assuring that it is up to date.
    Since October 2013 to the present, there have been a growing number of reports about display and unexplained workflow
    glitches specific to the Premiere Elements 10 user whose Windows computer has a NVIDIA GeForce video card. If this applies
    to you, then the “user to user” remedy is to roll back the NVIDIA GeForce video card driver as far as is necessary to get rid of
    the problems. The typical driver roll back has gone back as far as March – July 2013 in order to get a working Premiere
    Elements 10. Neither NVIDIA nor Adobe has taken any corrective action in this regard to date, and none is expected moving forward.
    Since October 2013, the following thread has tried to keep up with the Premiere Elements 10 NVIDIA reports
    http://forums.adobe.com/thread/1317675
    Older NVIDIA GeForce drivers can be found
    http://www.nvidia.com/Download/Find.aspx?lang=en-us
    A February 2014 overview of the situation as well as how to use the older NVIDIA GeForce drivers for the driver roll back
    can be found
    http://atr935.blogspot.com/2014/02/pe10-nvidia-video-card-roll-back.html
    Looking forward to your reply.
    Thank you.
    ATR

  • Premiere CS5 - Project Monitor playback is jerky after resintall of operating system and CS5

    PROBLEM: Premiere CS5 - Project Monitor playback is jerky
    This had NOT been an issue prior to reinstalling the operating system and all software.  I have read numerous articles on the forums and have tried everything I can find...with no results.
    STEPS TAKEN TO RESOLVE THE PROBLEM:
    I have scoured the articles here http://www.adobe.com/cfusion/search/index.cfm?loc=en_us&term=choppy%20video&cat=support&pr oduct=premierepro and others at Cretive Cow
    I have installed all updates for CS5 Master Collection, immediately following a fresh install of the operating system and SC5 Master Collection.
    I have ensured that sequence settings match resolution and frame rates of footage - the problem persists.
    I have tested by importing both standard def AVI files created from tape and high def SONY MP4 files - the problem persists.
    I have ensured the latest Video drivers are installed (clean installation selected, so that the Windows default would be removed) - the problem persists.
    I have tried the 3D settings in NVIDIA control panel | Program Settings tab... selected Adobe Premiere Pro from the drop down menu | and chaged 'Multi-display/mixed-GPU acceleration from the value of 'Multiple Display performance' to the value of 'single display performance'; although, I ran two monitors before using this latest NVIDIA video driver and I didn't experience this jerky footage issue - the problem persisted after affecting that change; so, I switched it back. 
    Since I have 96 GB of RAM, I don't use a pagefile.  A zero MB page file is the same setting I had prior to rebuilding the C:  Regardless of whether I have a pagefile or not, the problem persists.
    I have tried creating a fresh user profile, where the user profile is created on the C: drive by default; and, where I left it there on C: to test for the jerky playback in a new PrPR project  - the problem persists.
    Regarding the C: (system drive) and why I reinstalled everything, it had become unstable and was locking up.  I ran DISK ERROR CHECKING with the FIX parameter and the system was still locking up on me.  Keep in mind that the System drive is a solid state drive.  Anyhow, I had no choice but to dive in and reinstall everything.  I wiped the system partition of the SSD using quick format and started installing the operating system.  Now, I've read the CLAIM that this cuases performance issues; but, the only place I see issues is in the video monitor playback in PrPr.  Everything else - Office applications...printing...browsing the Internet...works just fine, everything is responsive, whereas, I couldn't do ANYTHING with it before.
    SYSTEM CONFIGURATION:
    The Operating system and all software is installed on C:
    All data files and most profile related folders are stored on D:
    C:\ (one Intel Solid State Drive - SYSTEM DRIVE)  Used Space: 57.5 GB  Free Space: 388 GB
    D:\ (four Western Digital 2TB drives in an on-board INTEL hardware RAID5 array & hotswapable backplane) used space: 1.28 TB Free space: 4.16TB
    Adobe Premiere Pro CS5 VERSION: 5.0.3 (005 (MC: 218798))
    Operating System    Microsoft Windows 7 Ultimate Version    6.1.7601 Service Pack 1 Build 7601
    System Manufacturer    Intel Corporation
    System Model    S5520SC
    System Type    x64-based PC
    Video    NVIDIA Quadro FX 4800 driver v.320.78
    Display        Dell 27" LCD (DisplayPort)
    Display        Dell 27" LCD (DisplayPort)
    Processor    Intel(R) Xeon(R) CPU           X5680  @ 3.33GHz, 3326 Mhz, 6 Core(s), 12 Logical Processor(s)
    Processor    Intel(R) Xeon(R) CPU           X5680  @ 3.33GHz, 3326 Mhz, 6 Core(s), 12 Logical Processor(s)
    Installed Physical Memory (RAM)    96.0 GB
    Page File Space    0 bytes
    PREMIERE PRO CS5 SETTINGS:
    Monitor PLAYBACK RESOLUTION: Full
    Monitor PAUSE RESOLUTION: Full
    (regardless of this setting, the problem persists)
    PREFERENCES:
    MEMORY:
    Installed RAM: 95.9 GB
    RAM reserved for other applications: 10 GB
    Optimize rendering for: Performance
    (Changing this setting to 'memory' does not resolve the problem)
    MEDIA:
    Media Cache Files
    X - Save Media Cached files next to originals when possible
    LOCATION: D:\Users...\AppData\Roaming\Adobe\Common
    (User Profile folders were relocated to D:\ from within the properties of each folder's 'LOCATION' tab.  This is the same configureation I had prior to rebuilding the C:\drive.  Testing under a new profile where it's allowed to stay on teh system drive does NOT resolve the problem.)
    Media Cache Database
    LOCATION: D:\Users...\AppData\Roaming\Adobe\Common
    PROJECT SETTINGS:
    Scratch Disks
    Path: D:\Users...\My Documents\
    General
    Video Rendering and Playback: Mercury Playback Engine GPU Acceleration
    (Setting Viideo Rendering and Playback to 'Sofware' does not resolve the problem)
    If any of y'all have any other suggestions, I'm all ears.
    Thank you.

    I'VE RESOLVED THE PROBLEM!
    PREFACE:
    OK, I am hoping that through this week-long Operating-System-and-Software-reinatalltion excerise of mine, I have revealed something that everyone -- whom have been cursing Adobe over -- can apply to their systems to resolve this jerky video problem within PremierePro CS5 (and quite possibly other versions, too). 
    If you've read my post above, you've seen all the steps I've taken to resolve the problem.  I've read many posts, some of which have mentioned  hardware upgrade / opitmization steps that one may take to enhance performance, and hopefully resolve the problem.  I've read where people have taken these steps and have still experienced the problem...and then they curse Adobe.  Fer-shame, fer-shame, fer-shame! (nod to Gomer Pyle). 
    In my case, I knew it wasn't an Adobe issue, as it had worked flawlessly before; and, it wouldn't require a hardware upgrade or reconfigureation, as my system is completely maxed out with two processors, a system drive and a hardware RAID5 array, a CUDA-suported nVIDIA 4800 FX card, and 96 GB of RAM.  bla bla bla, puke...whatever.  Bottom line is this:
    It's not a software issue.  It's not and Adobe issue; and Gawd no!  It's NOT a PC vs. Mac issue!  HA HA.  The software had worked swimmingly well prior to the reinstallation / 'lobotomy' I perfomed on the system drive.
    SOLUTION FOR ME:
    Download and install the updated drivers for the motherboard.  Mine is an Intel Workstation Board S5520SC.  Intel has an INTEL DRIVER UPDATE UTILITY which automatically scaned my Intel system and identified drivers which needed updating.  A very handy, time-saving tool!!!  Here's the URL: http://www.intel.com/p/en_US/support/detect?iid=dc_iduu
    The scan revealed two Intel drivers needing an update:
    Intel Chipset
    Wired Networking
    and one non-intel driver:
    Creative Labs Sound Blaster X-fi
    I downloaded and installed these three drivers, rebooted, and tested PremierePro, and was extatic to find this resolved the problem.
    If you have a motherboard from another manufacturer, then you may want to navigate over to their wibsite to locate chipset and other updated drivers for your motherboard. 
    ROOT CAUSE:
    While Microsoft Windows 7 Ultimate was able to install certain default drivers during the Operating System installation (keeping in mind that this was done on an Intel Solid State Drive that I formatted using Quick Format) these default chipset drivers apparently weren't current and were ultimately the root cuase of the jerky video playback within PremierePro CS5.
    Peace

  • Why do I have jerky playback on quick time?

    Why do I have jerky playback on quicktime?

    Go to Start and type netplwiz in the Start Search and hit Enter. The User Accountsdialogue box will be displayed as shown in following screenshot.
    Now uncheck Users must a enter username and password to use this computer option and press OK. Thats all, now reboot your system and you will never see the login window any more
    Refer the following weblink to adjust the time for monitor to stay longer:
    http://windows.microsoft.com/en-IN/windows7/products/features/power-management
    I am an HP employee.
    Regards,
    Vidya
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    ***Click on "Thumbs up" button to the bottom right side of my post to say thanks!***

  • Why am I unable to playback a movie in my library

    why am I unable to playback a movie shown in my library

    Hi there jcrod,
    You may find the troubleshooting steps in the article below helpful.
    Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/ts1718
    -Griff W. 

  • I purchased and successfully downloaded Caravan Palace - Caravan Palace and Panic. Both albums skip and cutout during playback. Q: what's happening and why?

    I purchased and successfully downloaded Caravan Palace - Caravan Palace and Panic. Both albums skip and cutout during playback. Q: what's happening and why?

    Sounds like a corrupt download.
    From iPad:
    Delete the albums: swipe you finger across and tap delete
    Make sure you have a good internet connection & re-download: Open iTunes app > More > Purchased
    From computer:
    Delete the albums: Select > right-click > delete
    Go to iTunes Store > Purchased (in Quick Links on the right)

  • Why is everything so difficult since 'upgrading' to Maverick. I can't sync my Outlook calendar (default) with iCal or my iPad.

    Why is everything so difficult since 'upgrading' to Maverick. I can't sync my Outlook calendar (default) with iCal or my iPad.
    Also, I can't send pictures via Dropbox any more. Two basic necessities that I just can't get to work.

    Microsoft didn't update Outlook to be Mavericks ready.
    I don't really use Dropbox, but if their software doesn't work like it used to, they didn't update it for Mavericks.
    EDIT: http://www.iclarified.com/34312/dropbox-24-released-for-mac-os-x-brings-maverick s-support-iphoto-importer-more

Maybe you are looking for

  • No space in available paging segments  - plenty of room on HD

    Greetings all, I'm running OS X Server 10.5.4 on a 2.8Ghz iMac with 4G of RAM. Every night my server crashes and reboots. The logs reveal the following: 11/21/08 2:12:02 AM kernel (default pager): [KERNEL]: no space in available paging segments This

  • Wana XI objective questions

    Hi all, any body wants XI certification objective questions I have some that please contact me on personal mail id [removed by moderator] I will forward that doc. Thanks & Regards, Ashok Kumar.M Selling certification questions is illegal and point mo

  • IOS  Modify App Delegate

    I want to modify a part of the AppDelegate.m so that it will open the iPhone3.5-inch or iPhone4-inch or the iPad view controller. Here is the part I modified: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionar

  • Viewer&browser window problem in Aperture 2.1 i see half...!

    Hello everyone! I have just bought aperture 2.1 and as at the beginning everything was ok, after i dont know waht, i had problem with the browser and also the viewer screen! It previews the photos not in center of the viewer but at the right! Also in

  • Screen saver mode over-night; Snow Leopard

    Can anyone discus the efficacy, if any, of allowing my Macbook (10.6.8) to go into screen saver mode over night? /Geo