Trying to understand some results (when doing Quicktime Recordings).

Background
I am trying to convert some footage from VHS video tapes to digital whatever (perhaps DVD, perhaps just keep it on disk). I am using a DV camera (canon MVX25i) to do the AV/DV conversion.
I would have used iMovie but this does not work (iMovie insists on setting the camera to 'play' whenever trying to capture stuff coming in from the AV/DV port).
In the mean time I bought a QT Pro license and I am able to do recordings there as well and that method is working
Question
When inspecting the results (movie properties, sound track) it shows me that there are 4 (???) channels and they are all set to center. I don't understand this (knowing that the source is only stereo VHS).
As a test I did a recording from DV capture from the camera as well and that showed up as 4 channel as well. So perhaps it is the camera which is the source of the confusion.
Can anybody shed some light (sound? ) on this?
Actually my basic question is more simple (without doing the tests myself) will I keep the stereo from the VHS recording or not? Should I do some 'reassignments' on the channels in QT Pro?
Regards
Peter

Hello.
You are right - whenever A and B learns about "M" from Domain 2, they craft LSA for domain 1 and inject it simultaneously. They learn each other's LSAs simultaneously and withdraw (set timer to 3600) for previous LSAs. And it might flap infinitely.
If they don't learn LSA simultaneously (let's say that A is much faster then B), then there will be no flaps, but B would learn all Domain 2 routes (not just redistributed) via Domain 1.
And later you will observe routing loop (when you stop advertising M from D): A knows "M" from Domain 2 and injects into Domain 1, B knows from A via Domain 1 and injects into Domain 2... so "M" stays in the routing tables due to mutual redistribution.
You don't have similar (flap) issue with network "N", because admin distance is lower for Domain 1, so both routers would never prefer OSPF via Domain 2! But having no issue with route flaps, you still will observe routing loop if you stop advertising "N" from C.

Similar Messages

  • I am trying to open some *.avi files in quicktime, they are from my security camera at home.  It will not open them, would anyone be able to help me?  It says I need a plugin but it does not tell me which one.

    I am trying to open some *.avi files in quicktime, they are from my security camera at home.  It will not open them, would anyone be able to help me?  It says I need a plugin but it does not tell me which one.

    I am trying to open some *.avi files in quicktime, they are from my security camera at home.  It will not open them, would anyone be able to help me?  It says I need a plugin but it does not tell me which one.
    Basically your player is telling you that you need to install the codecs that will play the compressed data within the AVI file.
    AVI is a legacy file container in which the tracks of data are interleaved to maintain synchronization. This data can be encoded using many different audio and video codecs. Your problem is to determine which codecs you need for the player you are trying to use and install them if they are available. Failing that, your will either have to play the files in a different player which has the codec support your require built into the app or convert the content to a compression format that is natively compatible with the player you wish to use.
    Since you have not stated what platform, operating system, and particular player you are targeting for playback, it is difficult to provide precise instructions for fixing your specific problem at this point. Suggest you try alternative players compatible with your system and platform to see if they will play the files, use a dedicated media information utility to determine the codecs needed for playback, or post a sample file for analysis.

  • I have iphone4. I tried 2 update some applicaStions when I was in USA, updates installation were not complete. Coming back 2 my country Egypt, I am unable to complete the installation of the update; it is still waiting. Is there a way other application ?

    I have iphone4. I tried 2 update some applications when I was in USA, updates installation were not complete. Coming back 2 my country Egypt, I am unable to complete the installation of the update; it is still waiting. Is there a way 2 complete installation other than deleting the application that contains important data?

    I have iphone4. I tried 2 update some applications when I was in USA, updates installation were not complete. Coming back 2 my country Egypt, I am unable to complete the installation of the update; it is still waiting. Is there a way 2 complete installation other than deleting the application that contains important data?

  • Trying To Understand Some Code Which Uses the [i] Syntax

    Ok I'm trying to get a grip on using loops within flex and I found the following code somewhere which utilises a for in loop. It basically is a function that creates several labels for all of the elements in an object. One thing I cannot understand is what the [i] is used for on line 5 i.e. (myArray[i])  or more specifically what the purpose of such Square brackets in situations like these are used for. Does it refer to looking for all Strings in the array (as defined on line 3) as I assume it does? It's just pretty confusing. Can anyone point me to a guide on the syntax of square brackets and what they mean or help me out? with an explanation? Cheers.
    private function createLabels():void{
    var myArray:Array = ['one', "two", 3];
    for(var i:String in myArray){
    var myLabel:Label = new Label();
    myLabel.text = (myArray[i]);
    myBox.addChild(myLabel);

    You've probably already seen these, but here are a couple of links that may help.
    http://help.adobe.com/en_US/FlashPlatform//reference/actionscript/3/operators.html#array_a ccess
    http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/Array.html
    What's basically happening is that the "for" loop goes through each item in the array.  Don't be confused by the fact that two of the items in the array are Strings and one is an Integer - variable i being a String has nothing to do with the data type of the elements in the array.
    The following code:
    private function createLabels():void
         var myArray:Array = ['one', 'two', 3];
         for(var i:String in myArray)
              trace("i = " + i);
              trace(myArray[i]);
    gives the following results:
    i = 0
    one
    i = 1
    two
    i = 2
    3
    From that we can see that the "for" loop is assigning the index number of each array element, not the actual array element ('one', 'two', or 3) to the variable i.  So calling myArray[i] is the same as calling myArray[0] the first time through the loop.  This type of "for" loop is just a shorter way of doing the following, which produces exactly the same results:
    private function createLabels():void
         var myArray:Array = ['one', 'two', 3];
         for(var i:int = 0; n < myArray.length; i++)
              trace("i = " + i);
              trace(myArray[i]);
    Hope that helps.
    Cheers!

  • Trying to Understand "Compute Modifications" when none were made

    Hello.
    I have certified documents that are used as checklists and later signed multiple times by multiple people.  Sometimes we have issues with those signatures and have to get people to resign.  The question here is, all those signatures show that they have made modifications (using the Compute Modifications button) - but there have been no modifications before, or since.....am I misunderstanding what this term means?
    Appreciate all help.
    Stephanie.

    We were running into a somewhat similar issue and I was finally able to solve it.
    In our case we were creating a PDF and adding some form fields to it, then we added a background image to the document (The background was a stripped down Illustrator PDF with pretty much every option turned off). The PDF was then uploaded to our server where it was filled via a web service with data when a customer requested it. We had the same issue that Acrobat Pro fired the "Save changes" on close but Acrobat reader was fine. After fighting with it for a while I tried uploading a blank PDF with no background or fields to the web service. The resulting PDF still fired the error - so it was not an issue with the image or fields directly. I then took the PDF (without the image and fields) and selected Advanced > PDF Optimizer (it asked me to re-save the PDF as an optimized version and didn't throw any errors while saving) and uploaded that version to the server. That way worked - no save prompt on close. So I went back to the full blown PDF with the fields and BG image and ran the optimizer. When optimizing Acrobat returned one warning - the BG image had a mask that could not be optimized. I went back to Illustrator and exported as a TIFF, had Acrobat make a PDF from the TIFF and then had Acrobat do a optimized save of that PDF image then re-imported the now optimized PDF BG image into the full blown PDF as a new BG image. I then optimized the full blown again - this time getting no error about the mask (I think it was removed when I optimized the image PDF). I uploaded to the server and the message to save was gone.
    The short version of this is try running the Advanced > PDF optimizer on your document prior to uploading it for data insert - I think it strips out all the "fluff" that pro keeps with the document essentially making it a "Acrobat Reader" version and without all the fluff the Would you like to save changes issue is gone.

  • I've been trying to get some results and now I'm getting pissed.

    I installed Photoshop Touch on my new iPad. The screen is locked in landscape mode and is usually upside down. On Monday I telephoned Adobe, asked for a call back and got a call more than 1 1/2 hours later. I was immediately put on hold and later talked to someone who had no clue about my problem or about Photoshop. He asked me to stay on the line "for a couple minutes" and a Photoshop person would help me. I held the line for almost 2 hours and finally hung up. Is it possible to authorize me to download the app again, without a charge? I have been a loyal Apple and Adobe fan and customer for twenty years. At least.

    As long you have payed once for an app, Apple allows you to download the app again, without a charge.
    When you open up the PSTouch within the app store  you have the ability to uninstall,install or open the app.
    Did I get you right that you got a frozen UI?
    Could you please double check how much free sporage you have left on your device. This could be the reason for kind of a freeze like this
    -Guido

  • Hi, I have the iPhone 4, 32GB, version 4.3.5 (8L1) and for some reason when I connect it to the laptop, it starts synchronising but never goes beyond step 1. I have tried evrything, but it does not work and now I cannot update the iPhone s/w. any clue?

    Hi, I have the iPhone 4, 32GB, version 4.3.5 (8L1) and for some reason when I connect it to the laptop, it starts synchronising but never goes beyond step 1. It goes on syncing forever, without actually doing anything. I have tried everything, wiped the phone numerous times, deleted all files from the laptop but still no resolution. As a result, the phone does not really synchronise.
    This started somewhere in May 2011 when I upgraded what proved to be a problematic s/w version and the phone has not recovered since.
    Now I cannot update the iPhone s/w any longer.
    Any clue?

    You may have to try deleting all the music from your phone (by going to Settings>General>Usage>Music, swipping All Music and tapping Delete), then sync it all back on with iTunes in order to fix this.

  • I tried to update my nephew iphone 4 version 4.3.4 (8k2), I did back-up everything before attempting to update and the result when I click down-load and update, it does not update instead it says,  itunes could not contact the iphone software update etc.

    Hi to all,
    I tried to update my nephew iphone 4 version 4.3.4 (8k2), I did back-up everything before attempting to update and the result when I click down-load and update, it does not update instead it says,  itunes could not contact the iphone software update server because you are not connected to the internet. I did check my wire-less connections and the connection from my PC to wire-less is hundred percent okay. I did search using google.com to confirm and my connections is good. Is there any problem regardings my firewalls or any help will be appreciated. Thanks

    Hi bosefire,
    Thanks for visiting Apple Support Communities.
    You can use the steps in this article to troubleshoot your iTunes connection:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Regards,
    Jeremy

  • I am trying to delete some aps, but the delete "X" does not come up when the ap is pressed.  Anyone know how I can fix?.

    Hi, I am trying to delete some aps, but the delete "x" does not come up when the ap is pressed.  Anyone know how to fix.  Also, my ipod is turning off on its own and won't power back on unless I plug it in although it is fully charged.

    For the apps:
    - You can't delete the apps that came with the iPod
    - Go to Settings>General>Restrictions and see if there is the Restrictions set that prevents deleting apps

  • I recently tried to burn some photos to a disc.  It did not work, but then I ended up with a .fpbf folder on my desktop.  Can't trash it, and when trying to burn again, I get this "... can't be burned because the original items can't be found". Help???

    I recently tried to burn some photos on a CD. For some reason, It did not work.  Now I have a .fpbf folder on my desktop. I can't seem to get rid of it.  I tried dragging it to the trash, but then I get a box asking my to type my password it, so Finder can make the changes.  Doing so, does nothing at all.  And when I try to burn another CD from the same .fpbf file, I get a the following message: "There are 35 items that can’t be burned because the original items can’t be found. Skip the items and continue burning?".   When I skip and continue burning, nothing shows up on the CD.  In the meantime, the .fpbf folder is still in my desktop.  I tried changing the aliases on each pic, but it still doesn't work.  Any ideas of how I can remove this folder from my desktop?
    Thank you.

    Beavis2084,
    Thank you for your detailed explanation but something is seriously wrong with my computer. Although the method you have described is very similar to the one I tried in step 2 from my second post, I have since "done things" which may have complicated matters—or suggests that my computer has a more serious problem.
    Here's what I did:
    1). Installed Onyx and discovered that I had a .plist file (com.apple.iphotomosaic.plist) that was causing a Syntax error: "Conversion of data failed. The file is not UTF-8, or in the encoding specified in XML header, if XML." After doing some research online, I was given the understanding that downloading the iLife update 9.0.3 (I installed the more recent version, 9.0.4) would solve this problem because it would also fix some system issues. So, I downloaded it...and when it didn't solve the problem, I decided to just deleted that .plist file.
    2). I read your knew post and decided to follow your directions, even though I realized they were basically the same steps I followed in the 2nd method I mentioned earlier. I say "basically" because, for some reason, after inserting a blank disc, my computer does not open the disc in the Finder. Instead, it places the blank disc's image on the Desktop, even though the Finder's Preferences and the System's Preferences are set to have it open in the Finder—nothing should be on my Desktop! (Note: When transferring the items (all folders) I want to burn to the blank disc, I did not use the Option-Click-Drag method as before, I used the Click-Drag method, which created the curved arrow in the lower left corner of each item.)
    Now, for the result of "method 2," the method we basically have in common, the computer goes through the burn stage but, in the verify stage, tells me that it is unable to verify the disk, suggests that my DVD may be unreliable and that I should try another disc, and then tells me about some "fork" (?) error (-43).
    I don't know what to do anymore...

  • My 5th ten iPod is basically doing nothing but trying over and over again to start up. I've tried to restore it, but when the logo apple appears, it simply shut down.

    my 5th ten iPod is basically doing nothing but trying over and over again to start up. I've tried to restore it, but when the logo apple appears, it simply shut down. Then I've connected it to my macbook pro, and I've seen the script "Please Wait - Very Low Battery", but, after some time, the iPod tries to start up again, and nothing happens. It's a kind of noise, I'm thinking about the hard disk, (it's a 80Gb version), and I'm listening to it; every 30 seconds seems to try to open and then shut down again. I can't see the iPod in iTunes too. Don't know what to do. Can someone help me? Thanks a lot, it's my first forum

    It sounds like the battery could be going bad as well as the iPod's Hard drive.  You'll want to have the iPod serviced either by Apple or a third party repair company. Here is Apple's pricing:
    http://www.apple.com/support/ipod/service/prices/
    Google for "iPod repair" and you should get a ton of results to work with.
    B-rock

  • OSB: When does invokation from http Business Service result into an error

    Hi,
    I want to know when does invokation from http Business Service in OSB result into an error.
    I have a http based business service which is calling an external service on http url.
    I want to know when this business service is invoke/tested, what are the cases in which the invokation will result into an error.
    What does OSB read to cause the invokation an error.
    I am aware that it reads the http-response-code. If its not 200 or 0, it will result into an error.
    Want to validate this understanding and also want to know what are the other case that will cause this happen. Is it by any way dependent on body content?
    Please help. Please share any good links for the topics related to this.
    TIA.
    Regards,
    Ashish

    Hi,
    Some info here...
    http://svgonugu.wordpress.com/2011/06/15/fault-handling-in-osb/
    Cheers,
    Vlad

  • Hello congratulations for the work you have been developing. The iCREATE has helped me greatly improve my Mac and better understand some applications. Recently my iPhoto has given me problems and I do not realize what is happening. When I double click a p

    Hello congratulations for the work you have been developing. The apple support has helped me greatly improve my Mac and better understand some applications. Recently my iPhoto has given me problems and I do not realize what is happening. When I double click a photo it does not appear ... or rather the background is black and only the zoom window appears. How to solve this? I've done a restoration of the library, but the problem remains. Thanks and good job.

    There are several possible causes for the Black Screen issue
    1. Permissions in the Library: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair permissions.
    2. Minor Database corruption: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    3. A Damaged Photo: Select one of the affected photos in the iPhoto Window and right click on it. From the resulting menu select 'Show File (or 'Show Original File' if that's available). (On iPhoto 11 this option is under the File -> Reveal in Finder.) Will the file open in Preview? If not then the file is damaged. Time to restore from your back up.
    4. A corrupted iPhoto Cache: Trash the com.apple.iPhoto folder from HD/Users/Your Name/Library/ Caches...
    5. A corrupted preference file: Trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    If none of these help:
    As a Test:
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • I can't log into my iTunes account. I logger out a few days ago to trouble shoot because I was trying to redeem some iTunes cards but when i pressed redeem nothing happened. Now when i press sign in and then choose existing Apple ID, nothing happens

    I can't log into my iTunes account on my iPhone 5s. I logged out a few days ago to trouble shoot because I was trying to redeem some iTunes cards but when i pressed redeem nothing happened. I then tried to log back in immediately afterwards. I was unable to do so. After clicking "sign in" at the bottom of the apps main page, it brought up another menu where I clicked "Choose existing Apple ID". After pressing this the menu disappeared and nothing happened. I tried this multiple times and received the same result each time. I tried the other available option of creating a new AP ID to log in with and that one worked perfectly fine. I am clueless as to why the log in for me is either not able to load or just completely blocking me from getting back into my iTunes account on my phone. Not only can I not listen to the music I currently have, but I cannot log in to purchase the new music that I wanted to with my unused iTunes gift cards

    I have the same problem too and tried alot of things like time zone , restarting or changing DNS of wifi connection to 8.8.8.8 still nothing happens .. !!
    iPhone 5s, iOS 8.3

  • I am new with iMac and I am trying to copy some file from my external HDD but it does not let me also I can't delete anything from this HDD using the finder. Can somebody help me , please?

    I am new with iMac and I am trying to copy some file from my external HDD that a used with my PC but it does not let me also I can't delete anything from this HDD using the finder. Can somebody help me , please?

    No, unfortunately, when you format a drive, it will erase all the contents. So you will need to find a temporary "storage" place to put the stuff using a PC so you have access to it. Then reformat using Disk Utility (Applications > Utilities). If only using with mac, format Mac OS Extended (Journaled) and use GUID Partition scheme under Partitions/Options. After formatting, you can drag the files back.

Maybe you are looking for