Question About Using Sony Digital 8mm Video Walkman?

I want transfer old 8mm video to my Mac Pro for editing in Final Cut Express. I'm really new at this and am a bit confused, the Sony says it has a Firewire port on it for "lossless digital transfer to your computer".....so what will this mean when I hook it up to the Mac? Will I play the tapes back while Final Cut Express is open and FCE will capture the video into it's bin? Just trying to get this straight...
Thanks
Tom

Yes.
You will need to select an Easy Setup>DV Converter option before capturing.
There are two flavors, PAL or NTSC.
Use the one that matches your cameras video standard.
Start the camera manually as there will be no device control.
Al

Similar Messages

  • SONY GVD1000E MINIDV VIDEO WALKMAN and G5 imac

    I was looking on the jigsaw sytems web site at the SONY GVD1000E MINIDV VIDEO WALKMAN and I saw that they say it is incompatable with a G5 imac
    Is this so?

    Neil,
    1) Your best bet is to get 5.1 if you do not have it yet. It is a paid crossgrade, but as long as you have the original install discs it is a simple process.
    2) The "e" at the end of your camera indicates that it is the PAL version I believe. Do you edit in PAL? or NTSC? Whichever you use just make sure to choose the proper easy setup.
    3) Since you have a G5, I would suggest using that as your video machine. You can get around the firewire situation in one of two ways. First, and best in my opinion, is to purchase a second internal SATA harddrive and install it in the spare bay, set this as your "Scratch Disk" and your off. Second, buy a PCI firewire card and install this in a spare PCI slot, then connect your firewire drive to this. Or, if you feel the need, do both.
    4) As for why iMovie works and FCP doesn't, the simple answer is the iMovie is a consumer program that has much lower tolerances than the PRO FCP. From what I understand, iMovie does not capture timecode and does not capture audio and video as separate files, among other things. To do these things there must be proper communication between the computer and camera.
    5) Another thought is that your camera may be set to downconvert the footage to SD on output. This might also explain why you got something in iMovie and not FCP. Check in the menu system for your cam and see if it is set to downconvert.
    K

  • I have a question about using multiple ipads in our school.  Each of our teachers have a iPad and AppleTV in their classroom.  The issue is, with our classrooms so close in proximity to one another, is there a way to pair teacher

    I have a question about using multiple ipads in our school.  Each of our teachers have a iPad and AppleTV in their classroom.  The issue is, with our classrooms so close in proximity to one another, is there a way to pair teacher #1 iPad to its AppleTV without effecting/projecting onto the adjacent teachers #2 classroom AppleTV?

    Not as such.
    Give the AppleTV units unique names and also enable Airplay password in settings with unique passwords for each teacher.
    AC

  • Hi, I have quick question about use of USEBEAN tag in SP2. When I specify a scope of SESSION for the java bean, it does not keep the values that I set for variable in the bean persistent.Thanks,Sonny

     

    Make sure that your bean is implementing the serializable interface and that
    you are accessing the bean from the session with the same name.
    Bryan
    "Sandeep Suri" <[email protected]> wrote in message
    news:[email protected]..
    Hi, I have quick question about use of USEBEAN tag in SP2. When I
    specify a scope of SESSION for the java bean, it does not keep the
    values that I set for variable in the bean persistent.Thanks,Sonny
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Question about using new battery in old Powerbook

    I have a pre-intel Powerbook G4, and the battery is pretty much toast (lasts about 15 minutes now). I have ordered a new battery for it, and I have this question about using it:
    Am I smarter to keep the new strong battery out of the PB most days (as I usually work with it plugged in at home) and just pop it in when I know I will be out surfing on batteries? Or is it just as good living in my laptop 24/7 and only occasionally being called upon to do its job?
    Current bad Battery Information below:
    Battery Installed: Yes
    First low level warning: No
    Full Charge Capacity (mAh): 1144
    Remaining Capacity (mAh): 1115
    Amperage (mA): 0
    Voltage (mV): 12387
    Cycle Count: 281
    thanks folks, Shereen

    Hi, Shereen. Every Powerbook battery wants to be used — drained and then recharged — at least every couple of weeks. If you've always used your Powerbook on AC power nearly all the time, and not followed that pattern of discharging and recharging the battery every week or two, it's possible that your use habits have shortened the lifespan and prematurely diminished the capacity of your old battery. Of course it's also possible that your battery is merely old, as a battery's capacity also diminishes with age regardless of how it's used. You didn't say how old the battery is in years, so this may or may not be an issue. I mention it only because it can be an issue.
    For general information on handling a battery for the longest possible lifespan, see this article. My advice on the basis of that article and long experience reading these forums is that it would be OK to do as you propose, but I doubt that you'd derive any significant benefit from it. You would still want to be sure of putting the new battery through a charge/discharge cycle every week or two, even if you didn't have a reason to use the Powerbook away from home or your desk, because sitting unused outside the computer is just as bad for a battery as sitting unused inside it. And you should never remove the battery from your computer when it's completely or almost completely discharged and let it sit that way any longer than a day or two.
    Message was edited by: eww

  • Question about using TVARV in an ABAP program

    Hello gurus, Im sorry about the silly question.
    I have a question about using TVARV in an ABAP program.
    A program is presenting a problem and I think that in this code:
    SELECT SIGN OPTI LOW HIGH
      FROM TVARV
      INTO TABLE R_1_163431035_VELOCIDADE
      WHERE  NAME = '1_163431035_VELOCIDADE'
      AND    TYPE = 'S'.
      IF ZMM001-VELOCIDADE_B   IN R_1_163431035_VELOCIDADE AND
          ZOPERADORAS-OPERADORA = 'ABCD' AND
          ZMM001-MATERIAL       IN R_1_163431035_PRODUTO.
      ELSE.
      ENDIF.
    What happens is that the value "ZMM001-SPEED" B not exist in "R1_163431035_VELOCIDADE" but the program executes commands under the IF and not under the ELSE, as I imagine it would work. Is this correct ?
    I am new to ABAP programming, but I have a lot of XP in other programming languages ​​and this makes no sense to me.
    Anyone know where I can find some documentation of the use of "TVARV" in ABAP programs?
    I search the Internet if other programmers use TVARV this way, but found nothing, which leads me to think that was a quick and dirty solution that used here.
    If this is a bad way to program, what would be the best way?
    Regards
    Ronaldo.

    Hi Ronaldo,
    But in this case, the range is not empty, there are 17 records, in this way.:
    For the column "SING" all values ​​are "E"
    It means that the result is false if ZMM001-VELOCIDADE_B has the same value as one of the 17 records (E = exclude).
    For instance, if it has value 'C' and one of 17 records matches C, then the result is false.
    The "IF" with "IN" using "TVARV" as used in the program of the post above has the same behavior of a selection screen?
    Yes, the same behavior as the selection criterion to be exact. You can press the help key in the complex selection dialog for more info.
    I know it's a silly and very basic question, but other language that I used, only the SQL has the "IN" operator, but I think they work in different ways, so I would like to understand how it works in ABAP.
    Not silly ;-). Yes they work differently.
    More info here:
    - http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba74635c111d1829f0000e829fbfe/frameset.htm
    - http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba71f35c111d1829f0000e829fbfe/frameset.htm
    BR
    Sandra

  • Question about using Macbook in Vietnam.

    I have a question about using Macbook in Vietnam. I bought my mac here in the US, and I'm going to visit Vietnam, but I'm wondering if I can plug in the power directly into the wall or I have to need any convert power modem for my mac. The only thing I know that Vietnam use 220V so, can anyone help me?

    You may need a plug adaptor, but you don't need a power converter.
    (43828)

  • I have a question about using adobe CS files in CS6 edition

    I am a graphic artist . I have a question about using adobe CS files in CS6 edition. when I am gonna open thse adobe CS created files in CS6 Edition i get a color variation than i made with the CS version.Please give me an idea about this issue as soon as possible.If you need i can upload my problem as a screenshot to clearity

    donrulz,
    Are your Edit>Color Settings the same?
    Are you using spot colours, such as Pantone (there have been some changes in CMYK values with new colour books)?

  • Where Would be the best category to ask a question about using dashboard?

    Where Would be the best category to ask a question about using dashboard?

    However, don't ask it in this topic. Create a new topic for the question with a title describing that you are looking for Dashboard help.

  • Question about Using PAPI Web Service in PowerBuilder 9

    Hi, all.
    I Have a simple question about using papiws in power builder 9.
    In pb9, I created a new Web Service Proxy Wizard and I input a url for papiws(ex. http://seraphpernote:7001/papiws/PapiWebService) and click next.
    But I couldn't get any Service List.
    In Eclipse, I used this url for using papiws well.
    Does anybody know about this case??
    help me plz.

    IIRC you must activate PAPI-WS for the engine. In Studio you do it by right-clicking on the project, then "engine preferences". In enterprise/standalone you must activate PAPI-WS in the Admin Center.

  • Question about using 10g/11g and APEX ...

    Hi,
    I just recently learned of Oracle's APEX and have a few questions about using it.
    Can I use APEX with express, standard, and enterprise editions of 10g and 11g?
    Are all of these free to use?

    You might want to read about APEX rather than jumping into questions that are reasonably well documented. Info at http://www.oracle.com/technology/products/database/application_express/index.html
    Your specific questions:
    1) Apex is a package that can be installed into any properly licensed database.
    2) The price for the production license of the database varies by edition.
    The price for Express Edition is $0 for use in production. Part of the cost for that edition is 'no Oracle Support based support, no patches, data volume limitation, etc.'

  • Question about using Runtime.getRuntime();

    hi all
    i have a question about using Runtime.getRuntime(). if i use this to get a runtime reference to run an external program, is it considered as starting a new thread inside the thread that starts it?
    is it safe to do it in the Session EJB? if not, what can you recommand to do it? thanks

    hi all
    i have a question about using Runtime.getRuntime().
    if i use this to get a runtime reference to run an
    external program, is it considered as starting a new
    thread inside the thread that starts it? No. Starting a process, starts a process. Threads have nothing to do with it.
    is it safe to do it in the Session EJB? if not, what
    can you recommand to do it? thanksSo what? Run another process? If you want to run another process in java then your choices are to use Runtime.exec() or use JNI. And using JNI will probably end up doing exactly the same thing as Runtime.exec().
    "Safe" is harder. Typically to correctly use Runtime.exec() you must use threads. And as noted threads ideally should not be used. You can use them but if you do you had better understand why they didn't want you using them in the first place. You had also better be sure that you really want to wait for it to complete.
    Other than that Runtime.exec() is safe because it can't crash the VM like other interfaces can (like JNI.)

  • Question about the Mac Pro's Video Abilities

    Hi, I'm strongly considering buying a new Mac. I've looked at the iMacs, but I am more used to Tower PCs. The Mac Pro's design and expandability is what I am used to. My question I have is concerning the graphics ability of the Mac Pro. Currently, I have a HP vs17e LCD monitor and an old Envision EN910 CRT monitor. I am very pleased with both of these monitors. Recently, I hooked up the HP monitor to this old 400MHz G3 8MB Video iMac, and it looked really good except the text sometimes looked a little blurry. I figure that the 8MB video might have had something to do with that. I do not care that much about widescreen displays or high performance $700 displays. I like to use simple, old style monitors. Would I be able to use either one of these screens on the Mac Pro with a GeForce 7300 card? Also, my next question is concerning the use of a TV as a secondary display. Our TV is a big Toshiba that has the old style CRT format. It accepts the yellow video connector and another connector that I think is called the S-Video (black connector). Can I buy adapters that will allow me to use the TV as a second display?

    I would venture to say that if the monitor has a digital input capability, then the cable that would be used, is not like the output from the Mac. But, if you want to use the digital to analog adapter that comes with the Mac Pro, or is a purchased item for some of the lower priced Macs, the monitor will work as an analog VGA monitor. The gal that cuts my hair was telling me the horror story abount how they had to spend $200 to connect their Apple Cinema Display to their PC. I am pretty sure you won't have to spend that kind of money. So, if your monitor will accept an analog input, it should work. Many LCD monitors were only analog when they first came out years ago. I took a short look at yours. It appears to only have an analog input. My Mac Pro manual says to use the adapter if you want to hook up an analog VGA monitor. You can verify this at an Apple store before you purchase. I don't see any issues, but it is always best to "get it from the horses mouth".
    Michael

  • A few questions about using PS3 with 27" iMac display...

    Hey people, I had a few questions about how I could possibly get my ps3 connected to the iMac's 27" screen. First of all, could you guys list some adapters that would be able to convert the HDMI to Mini displayport? That would be great. The only one I know of is that Dr. Bott Digital Video link.
    Okay secondly, I was wondering if I do get the the ps3 connected with the iMac's display with an adapter to convert HDMI to mini DisplayPort, would it be in HD? Would I be able to play ps3 games or watch blu-ray movies in 1080p HD format?
    Thanks!

    Welcome to the Apple Discussions!
    This has been asked a number of times here since the intro of the 27" iMac. The answer is very expensive US$149 or more converters and sometimes even more expensive to maintain the resolutions that you seek.
    http://lowendmac.com/ed/bashur/09db/dvi-to-mini-displayport.html
    Dah•veed

  • Questions about using the Voice Memos app

    I'm currently an Android user, but will be getting an iPhone 6 soon. My most used app is the voice memos app on my Android phone. I have a couple questions about the iPhone's built-in voice memos app.
    -Am I able to transfer my voice memos from my Android phone to my iPhone, so my recordings from my Android app will show up in the iPhone's voice memos app?
    -When exporting voice memos from the iPhone to computer, are recordings in MP3 format? If not, what format are they in?
    -In your opinion, how is the recording quality of the voice memos app?

    You cannot import your Android voice memos to your iPhone's voice memo app.  You might be able to play the Android memos and have the iPhone pick up the audio and record it.
    Here is the writeup about sending voice memos from the iPhone to your computer (from the iPhone User Guide):
    App quality is excellent.

Maybe you are looking for

  • GR and IR relationship

    Hello All, Abbr.   GR. ---> Goods Reciept.               IR.---> Invoice Receipt. i have a PO with 5 GR and 4 IR .. i wanted to fetch information into a PO document display report can anybody help me out to find the relationship between GR and IR. su

  • Suddenly unable to print in the correct size in photoshop album 3.2 starter

    Hi, I have tried to print out 4X6 photos but despite setting paper sizes etc correctly in settings and printer settings the prog is showing and printing the pic approx 1/2 size and opposite orientAtion (but all of pic). I have been able to print thes

  • Boot stops and F2 requires clicking to proceed and sound doesn't work

    I recently updated my 3000 J205 desktop to Win 7..generally works Ok but on booting up the process stops and informs me that I need to press F2 to continue or F1 for setup. I've gone into setup and the boot order seems OK..(HD first) Also I cannot ge

  • My ipod is turning on and off with  the hold button

    Yesterday, my ipod ran out of batteries. I tried to turn it on to charge via a USB cable. It now turns of when the hold button goes into the hold position. Therefore I can't move the wheel. The batteries have been fully charged. Help?

  • Dispatcher failfast is causing the Workflow Manager backend to terminate

    im receiving this error on our event log - workflow, with event ID 359: i tried to restart the IIS of the Workflow Server no Luck, and then did the restart of the workflow backend service, still the same and finally i restarted the whole production s