Viewer window for Log & Transfer disappeared

Hello from Bonnie.
I am capturing on P2 cards using the log & transfer.
My viewer window which lets me see the clip & trim it disappeared, & I cannot find it.
Does anyone know where this switch is.
Thank you.
Bonnie

Hello Shane,
This is an old post but I tried to find the the FCP preferences in my library & there weren't any there.
I am using FCP 6
Still can't get the trim/viewer window in my log and transfer from P2 Cards.
Thanks for any info.
Also I am trying to render a 45 minute timeline that is a year old & had lots of 3D VFX. I keep getting General Error & it won't let me render.
I have had this problem over the years.
Even if I close all other tabs, I get this.
I really need to render this.
Anyone know what to do?
Cheers,
bonnieember.blip.tv

Similar Messages

  • Viewing Window for Large Graphs

    Hi! I'm looking for pointers on how to develop a viewing window for large graphs, otherwise called 'reference maps' or 'reference diagrams'. For instance, you might have a very large diagram that does not fit in your screen with a very small version of it to one side. Over the small graph, there would be a square box that you move around to focus over to section of the graph. As you move the box, the large diagram on the other side moves around to show that "enlarged" area covered by the box. I'm trying to avoid reinventing the wheel. I've found plenty of information on graphs and diagrams, but nothing close to what I need. Please help? Thanks!

    Here's something I played with for a while.import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.event.*;
    public class Test extends JFrame {
        String text = "Hi! I'm looking for pointers on how to develop a viewing\n"+
                "window for large graphs, otherwise called 'reference maps'\n"+
                "or 'reference diagrams'. For instance, you might have a\n"+
                "very large diagram that does not fit in your screen with a\n"+
                "very small version of it to one side. Over the small graph\n"+
                ", there would be a square box that you move around to\n"+
                "focus over to section of the graph. As you move the box,\n"+
                "the large diagram on the other side moves around to show\n"+
                "that \"enlarged\" area covered by the box. I'm trying to\n"+
                "avoid reinventing the wheel. I've found plenty of\n"+
                "information on graphs and diagrams, but nothing close to\n"+
                "what I need. Please help? Thanks!";
        JTextArea jta = new JTextArea(text);
        JScrollPane jsp = new JScrollPane(jta);
        JPanel p = new ReferencePanel(jsp);
        public Test() {
         setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
         Container content = getContentPane();
         content.setLayout(new GridLayout(1,2));
         content.add(jsp);
         content.add(p);
         setSize(300,200);
         show();
        public static void main( String args[] ) { new Test(); }
    class ReferencePanel extends JPanel {
        JScrollPane jsp;
        JScrollBar horiz, vert;
        Image img;
        public ReferencePanel(JScrollPane JSP) {
         jsp = JSP;
         horiz = jsp.getHorizontalScrollBar();
         vert = jsp.getVerticalScrollBar();
         jsp.getViewport().addChangeListener(new ChangeListener() {
             public void stateChanged(ChangeEvent ce) { updateView(); }
         jsp.getViewport().getView().addComponentListener(new ComponentAdapter() {
             public void componentShown(ComponentEvent ce) { updateView(); }
             public void componentResized(ComponentEvent ce) { updateView(); }
         addMouseListener(new MouseAdapter() {
             public void mousePressed(MouseEvent me) { setScrolls(me); }
        public void paint(Graphics g) {
         if (img!=null) g.drawImage(img, 0, 0, this);
        private void setScrolls(MouseEvent me) {
         vert.setValue(me.getY()*(vert.getMaximum()-vert.getVisibleAmount()/2)/getHeight());
         horiz.setValue(me.getX()*(horiz.getMaximum()-horiz.getVisibleAmount()/2)/getWidth());
        private void updateView() {
         Component c = jsp.getViewport().getView();
         if (c== null || c.getWidth()==0) return;
         Image i = c.createImage(c.getWidth(), c.getHeight());
         c.printAll(i.getGraphics());
         img = i.getScaledInstance(getWidth(), getHeight(), Image.SCALE_SMOOTH);
         repaint();
    }

  • Sony SR-11 video "backjerks" in Project viewer but not Log Transfer viewer

    For example, in both the project canvas and viewer, people's heads may be turning to the right in the frames leading up to "backjerk" frame and again after the "backjerk" frame, but their heads jerk to the left at the "backjerk" frame. For example,for clip 805:
    Frame
    06:24 normal progression
    07:00 - 07:06 normal progression
    07:07 picture jumps back to same image as frame 07:00
    07.08 picture jumps forward to expected image after frame 07:06
    07:09 - 07:19 normal progression
    07:20 picture jumps back to same image as frame 07:13
    07:21 picture jumps forward to expected image after frame 07:19
    The "backjerk" frames move 1 frame with each succeeding frame count of 24. Hence in the next batch of 24 frames, the "backjerk" frames are 08:08 and 08:21, and so on.
    When viewed in the Log and Transfer Viewer or camcorder, there is no "backjerk". Quicktime was unable to open the files copied directly from the camcorder stream. Quicktime could open the files after transfer and saving but had the same "backjerk" problem.
    The video was recorded on a Sony SR-11 at 25 fps, AVCHD 1920x1080 and transferred to FCE using Log and Transfer. Capture did not work due to lack of firewire connection. The clips appeared in the Log and Transfer Window, were dragged to the lower area where "drag media here" appeared, and were saved in a project.
    When the clips were dragged to the canvas in the project, I tried both yes and no to the question as to whether I wanted to change the format to be compatible with the External Video. Neither worked.
    The Easy set up is "HD", "25 fps" and "AVCHD Apple Intermediate Codec/50".
    FCE is version 4.0.1. Computer is MacPro, OS X Version 10.5.7; Processor: 2 x 2.26 GHz Quad-Core Intel Xeon. Memory: 6GB 1066 MHz DDR3, 170 GB of memory available on HD
    Any suggestions?

    maresol wrote:
    Dear Tom,
    I don't think your questions were directed at me or ?
    If you look at the header of each thread you will see an "in response to" with a name attached. That's helpful in figuring out who's talkng to who. It's a good idea to start a seperate thread for questions, piggy backing can get a bit confusing.
    What are the Sequnce settings that these clips are used in?
    HDV-Apple Intermediate Codec 1080i60 should be the one.
    Al

  • Viewer wanted for Logging FW in JDK 1.4

    Hi all,
    has anyone ever seen a viewer/interface for the Logging FW introduced in JDK 1.4? I mean something similar to LogFactor5 or Chainsaw for Log4J. I have been looking for it for a while but still without any results.
    Thanks a lot in advance,
    Dora

    The new version of log4j's Chainsaw can view jdk1.4 logging events.
    Available via Web Start:
    http://logging.apache.org/log4j/docs/chainsaw.html
    Chainsaw v2 can view jdk 1.4 util.logging events:
    1- written to disk using the xml formatter, or
    2- sent over the wire via sockethandler (again in xml format)
    Use the file menu, load java util file if you're loading a log file saved in jdk1.4 util.logging's xml format.
    If you're using a sockethandler:
    Chainsaw's Welcome panel provides both a tutorial and an 'example receiver configuration'. The XMLSocketReceiver is the example you would use to receive jdk1.4 util.logging events over a socket.
    You can define this receiver in the app - Select the view menu, show receivers, pick the 'new' icon, and select xmlsocketreceiver, using the 'org.apache.log4j.xml.UtilLoggingXMLDecoder' decoder and appropriate port.
    Scott

  • Using AVC Intra for Log & Transfer

    Just checking,
    Can you use the AVC Inra setting in Log & Transfer for XDCAM instead of AVCHD and if so what is the difference the two settings?
    Jeff

    Hi Thrillcat,
    The reason I asked this question is I was told that when importing XDCAM ftg I should use the AVCHD setting in Log & Transfer . I just noticed the AVC-Intra setting and thought this was a new flavor of AVC and thought I might use this as well for my XDCAM import.
    Could you set me straight?
    Thanks
    Jeff

  • Enlarging the viewer/window for videos

    When I try to view an older (non-HD) video in Aperture the viewing window is very small (1 inch by 1 inch in some cases where it was 160X120).  In iPhoto I simply was able to drag the window to make it larger.  That doesn't seem to work here.  Full screen mode doesn't alter the size either.  In fact, nothing I do seems to change the viewing size.  I tried zoom under the window menu and the view menu each without success.  Any suggestions?

    I do not know of any way to zoom the video viewer, other than using Quicktime as an external editor, but you can view your videos enlarged in Aperture, if you add them to a slideshow and then present the slideshow  in full screen mode or enlarge the viewer in the slideshow. The video will always be shown large enough to fill the viewer in the slideshow, even if it will be blown up too much,  like this:
    Regards
    Léonie

  • How do I enter a url? The window for this has disappeared.

    The new Firefox home screen lacks a place to enter a url. All I seem to be able to do is go to Ask.com, which I do not want to do. I want to be able to enter a url, press enter, and go to a webpage. With the new design of the screen I cannot see how to do this.

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible.
    *Firefox menu button > Options
    *View > Toolbars (press F10 to display the menu bar)
    *Right-click empty toolbar area
    Use Toolbar Layout (Customize) to open the Customize window and set which toolbar items to display.
    *check that "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    *if "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette into the Customize window to the Bookmarks Toolbar
    *if missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *if you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar setup
    *https://support.mozilla.org/kb/How+to+customize+the+toolbar
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Log & Transfer Question - Import Settings

    Is there any way to save my import settings in Log & Transfer (FCP7)? Every clip I import goes back to the default of 4 audio channels...and I don't want all four channels. Aside from manually changing the audio setting for each clip in the batch, is there a way to save a my audio setting for the entire batch of clips?
    Thanks.

    while you may not be able to save a setting, you can apply a change to all clips in the L&T bin.
    In the bin, highlight the clips you want to have the same settings then, in the viewer window in Log & Transfer, select the settings tab, make the changes to the audio then apply to all.
    x

  • Audio clips in the Viewer window

    When I double click on an audio track from the timeline, to place into the viewer window, the tab always reads "Stereo (a1a2)" indicating the top (uppermost) track when I have clicked on the (A7A8) track. I have tried using the "Auto Select" toggle with no change. Also, once an audio clip appears in the viewer, all my previous tabs such Video, etc. disappear...Any suggestions?

    It doesn't seem to make sense that you are required to place the tracks into the viewer window for subsequent editing and the viewer has no way to identify what track you are working on???
    That's because - as FCP sees it - although you are working from a clip already placed into the Timeline (hence the sprocket holes in the Viewer's scrubber bar) all the relevant info references the clip as it was captured or imported.
    That is, even though your clip might be placed at 1:00:00;00 in the Timeline, it's In point is at, say, 0:35:24;17 in the clip's own timecode.
    If you've clicked on audio, the Viewer will display audio as sequential tracks for the clip (remember FCP 5 can have up to 24 tracks of audio for a clip). In FCP's way of thinking a1a2 are it's way of letting you know that there are only 2 audio tracks (a stereo pair) in your clip.
    And, yes, the logic can be quite dangerous.

  • I have just installed Lion and the text window for the web address in safari has disappeared.  Anyone know how to get it back?

    I have just installed Lion and the text window for web addresses in safari has disappeared.  Any ides how to getit back?

    Select Customize Toolbar from the View menu, select the item and drag into the toolbar. Place where you want it to be.

  • Playhead In Log & Transfer Viewer Doesn't Stay Where It's Put?

    I've noticed this minor quirk that happens with AVCHD footage in the Log & Transfer window.
    If I drag the playhead (in the L&T Viewer) and let go to set an In or Out point, the playhead jumps back slightly on most occasions making it impossible to choose the exact spot. On clips of around 20 seconds, the jump back on releasing the playhead varies between 2 frames and 12 frames. On very rare occasions it stays exactly where it is dropped.
    Is this a normal feature?
    It's no problem but it is a bit odd.

    Ah, the beauties of trying to edit media with interframe compression. It's a GOP structure. There really only are frames every 15 frames or so. Pick one, any one, try and get close. This is just one of the reasons it's good to get out of this garbage MPEG format.
    FCP does it in HDV using a huge amount of processor power and the upshot is you spend forever conforming on the backend of your production or whenever you render.
    Live with it. Pick a frame that's close. Don't try and edit in there.

  • How to view the login log in window NPS after login cisco switch and without SQL server database

    how to view the login log in window NPS after login cisco switch and without SQL server database
    in summary 
    there is only log with event id 4400
    A LDAP connection with domain controller XCPAWS20.cyberport.noc for domain NOC2 is established.

    Hi adil,
    For your issue, you can create a custom security token service (STS) and then set up a trust relationship between a SharePoint 2010 farm and the custom STS.
    For more information, you can refer to the articles:
    http://forums.asp.net/t/1335229.aspx?Sharing+Authentication+Ticket+Between+ASP+NET+and+Sharepoint
    https://msdn.microsoft.com/en-us/library/office/ff955607(v=office.14).aspx
    http://www.paraesthesia.com/archive/2011/02/01/working-with-windows-identity-foundation-in-asp-net-mvc.aspx/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • The "File Edit View Window Help" menu disappears after opening Adobe Acrobat X Standard

    After installing Adobe Acrobat X Standard, when I run the program the "File Edit View Window Help" menu is visible for only a brief second then disappears.  I tried to press F11 or other functions keys to bring it back.  I also installed Adobe Acrobat X Pro which I also have a license for and it would do the exact same thing. Reinstalling the programs did not seem to resolve the problem.  Is there an issue inside the registry?

    Thank you for your comment.  However, F9 does not seem to work.
    When I press F9, the menu bar appears but the words "File Edit View Window Help" are still missing.  
    When I press F9 again the menu bar will close.
    This is a screen capture before the words "File Edit View Window Help" disappear.  After only about a second they are gone.

  • Excessive disk usage when I drag the log file viewer window (why)?

    When I drag the Log File Viewer window in Gnome, I get huge amounts of hard disk usage and the hard drive makes a loud rumbling noise. This happens only while dragging the Log File Viewer window and no other windows (that I've noticed so far).
    Why is this happening?
    Last edited by trusktr (2012-01-11 05:27:54)

    Elements11DRC
    What version of Premiere Elements are you working with and on what computer operating system is it running?
    Can we assume by your selected ID, that the program is Premiere Elements 11?
    Pending further details, I will assume that you are working with Premiere Elements 11 on Windows 7, 8, or 8.1 64 bit.
    Where is this "My Videos" Folder - on a DVD disc being used as a DataDisc for video storage purposes?
    If so, Add Media/DVD Camera or Computer Drive/Video Importer and from there automatically into the project in Project Assets as well as on the Timeline.
    If your "My Videos" Folder is a folder on the computer hard drive, then Add Media/Files and Folders to get the video into Project Assets from where you drag the video to the Timeline.
    Now for the video that you are trying to import...what are its properties
    Video Compression
    Audio Compression
    Frame Size
    Frame Rate
    Interlaced or Progressive
    File Extension
    Pixel Aspect Ratio
    Probably answered the easiest by knowing the brand/model/settings of the camera that recorded the video.
    Prime interest, that video compression. It could be MotionJPEG which can be problematic for Premiere Elements. It could be AVCHD.avi which cannot be imported.
    We can go into greater detail on your project details once we rule in or out any of the factors mentioned above.
    By the way, what is the destination for this project....burn to disc DVD or Blu-ray...export to file saved to the computer hard drive...other?
    More later.
    Thanks.
    ATR

  • New Viewer Window disappears

    I am running Yosemite 10.10.1 on my Air. This evening my mail viewer window shrank to two (from three) columns, then to a single message preview (quite wide, I must add), then disappeared. When I select New Viewer Window from the File menu, this very brief window flashes by, then disappears.
    I have repaired the disk and permissions to no improvement. The console log reads thus:
    12/19/14 6:29:14.811 PM Mail[210]: Unable to simultaneously satisfy constraints:
        "<NSAutoresizingMaskLayoutConstraint:0x7fe953662580 h=--& v=--& V:[MailboxesContainer(0)]   (Names: MailboxesContainer:0x7fe9532959b0 )>",
        "<NSLayoutConstraint:0x7fe953757b80 V:|-(0)-[MailboxesPane]   (Names: MailboxesPane:0x7fe9530afb80, MailboxesContainer:0x7fe9532959b0, '|':MailboxesContainer:0x7fe9532959b0 )>",
        "<NSLayoutConstraint:0x7fe953434dc0 V:[MailboxesPane]-(0)-|   (Names: MailboxesContainer:0x7fe9532959b0, MailboxesPane:0x7fe9530afb80, '|':MailboxesContainer:0x7fe9532959b0 )>",
        "<NSLayoutConstraint:0x7fe950e3c230 V:[ActivityPaneView:0x7fe953b8f760(23)]>",
        "<NSLayoutConstraint:0x7fe953ef14e0 V:[activityView]-(0)-[ActivityPaneView:0x7fe953b8f760]   (Names: activityView:0x7fe953e95fd0 )>",
        "<NSLayoutConstraint:0x7fe953b7b480 V:[activityView(0)]   (Names: activityView:0x7fe953e95fd0 )>",
        "<NSLayoutConstraint:0x7fe953812220 ActivityPaneView:0x7fe953b8f760.bottom == MailboxesPane.bottom   (Names: MailboxesPane:0x7fe9530afb80 )>",
        "<NSLayoutConstraint:0x7fe950ea2890 V:[NSScrollView:0x7fe950d1a480]-(0)-[activityView]   (Names: activityView:0x7fe953e95fd0 )>",
        "<NSLayoutConstraint:0x7fe953f2b000 V:|-(0)-[NSScrollView:0x7fe950d1a480]   (Names: MailboxesPane:0x7fe9530afb80, '|':MailboxesPane:0x7fe9530afb80 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x7fe950e3c230 V:[ActivityPaneView:0x7fe953b8f760(23)]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    This is repeated five times with the same timestamp.  Then
    12/19/14 6:35:15.368 PM Mail[210]: No worthy mechs found
    How can I get out of this mess?

    See from
    Mail viewer window closes immediately after starting Mail.
    See
    Re: Mail only works in classic layout under yosemite
    Edit
    Also see
    http://www.macambulance.co.uk/apple-mail-message-viewer-disappears-launch-wont-o pen/

Maybe you are looking for

  • Problem with B2C web shop(not opening)

    Hi all, Trying to open B2C web shop, getting run time errors.Infact did all the necessary XCM and CRM gui config settings.Role i have assigned here is SAP_CRM_ECO_ISA_WU_B2C.Even the product catalog replication was succesful. what could be the possib

  • When save PDFs, always does "Save As." help please!

    Hi, I recently downloaded Adobe Reader XI. For PDFs that are already saved to my computer, whenever I comment on them (add text) and click Save, Adobe Reader always interprets that as "Save As" for the file and wants me to give it a name even though

  • No Sound for videos on itunes

    My computer crashed and I have all my files, but I am not able to hear any sound when I play video on Itunes. I can hear the music files, but no video. Can anyone help with this

  • Keyfigure amplified by 100 from FF

    Hi all, i'm loading a currency KF from a flat file, it seems to be loaded ok on the infocube but on the query it appears amplified by 100. value on file:     17.34 value on IC:      17.34 value on query: 1734 - the keyfigure is a Z infoobject. - the

  • I am having trouble selecting different types of paper to print on with Elements 8.

    Also, do I need to download new profiles for this to work. I was using Elements 4 previous to this and when I upgraded, I lost my paper choices.