Wolsky vs others on the benefit of using iMovie '06 during tape transfer

I'm having a hard time getting a certain issue joined, so let me make the choice stark. Here is something Tom Wolsky said:
"There is no difference between capturing DV tape in iMovie 06 or iMovie 11. The difference is in the project. I can't speak to which will give better output for DVD. Those more experienced with iMovie than I say the older version is better, and I have no reason to doubt them. Certainly you can produce better results with FCS."
As far as I can tell, this has been contradicted by at least two people--in the sense that they have claimed that the benefit of iMovie comes precisely in the importing (transfer from tape to computer). Which side is right?
But there seems to be a problem with the others' claim: If the benefit (only?) comes during the initial importing from tape, why would they also say that the only time you need to use iMovie rather than a later version is when your end product is a DVD? A higher quality imported product would improve the look of a movie on the computer and the Internet too, would it not?

Tom,
First, my assumption is that (a) you know what you are talking about (b) whatever you are saying, it is true. I am also very grateful for the help you have provided.
If you're using a deck which will output your Video8 media in DV format it's DV.
If by this you mean that if one uses a deck that outputs one's Video8 media in DV format it (the output) will be in the DV format, then it is tautological--and hence question begging. Still, I get the implicit point, which you proceed immediately to make below: the empirical (non-tautological) claim that the conversion from analog to digital takes place inside the VCR I used and that the VCR's output is in the form of something called DV.
And it's coming off tape, even if it is analog tape. Your deck is digitizing it into DV. Your deck is acting as a converter.
This is what was news to me. One reason it did not occur to me is that I could have done--I thought--the same thing using my camcorder (if my camcorder was still working). And I didn't think that my camcorder had something in it that will convert analog signals into digital. No one was expecting to transfer their tapes onto computers in 1987, when I bought my camcorder. BUT come to think of it, if I had used my camcorder, I think I would have had to buy some little extra device to do the converting to digital. I think the Firewire cable attaches to this little thing and it attaches to the computer. Or something like that. If so, the VCR has something in it that the camcorder does not. I used the only VCR that is commercially available, The Sony Digital 8mm Video Walkman GV-D200 (now apparently called Digital8 Portable Video Recorder, http://tinyurl.com/25yeq2p). I didn't realize that VCRs can convert analog signals to digital.
You cannot edit analog video inside a computer. It has to be digitized. That's what your deck is doing.
There's no reason in principle that whatever does the converting to digital couldn't be located in the computer. I sort of thought that was what the software did. But my understanding of these things limited.
I don't see what the problem is. I don't see where the confusion is. Once it's in your computer your media is DV. It's coming out of the box as DV. That's what it is. It's DV. Simple.
My confusion is primarily caused by two things (a) insufficient background knowledge and (b) my limited intelligence. More particularly, my confusion comes from the fact that I did not know that what came out of my VCR was already in the DV form and from the fact that you spoke of DV tape when I, in fact, had no tape that was DV. Things are, of course, simpler when you understand them.
Also, I took the DV format to be one among many digital formats. I had no reason to think that VCRs not only can convert signals from analog to digital, but that they happen to do in the particular format called DV (which I am taking to cover any file that ends in .dv).
I've said what I'm going to say about iMovie 6 and 11. I have nothing more to say on that.
I won't hold it against you if you violate this announcement. After all, you might think of something new.
It appears that those who advocate for iMovie '06 believe that iMovie does something in the "importing" process that results in a .dv file that is superior to the .dv file you get when you import using iMovie '11. But I would like to hear from them whether they also accept this characterization by you: "The difference is in the project. I can't speak to which will give better output for DVD. Those more experienced with iMovie than I say the older version is better, and I have no reason to doubt them."
They apparently don't believe that the difference is only in the project. But do they believe that the difference is additionally in the project? And do they also believe that regardless of what was used to import from video tapes, iMovie '06 generates a superior output to DVD? So, if I were not going to retransfer and re-import all my tapes, would my DVDs still be better if I made them using iMovie '06?
Again, thank you for you patience and help. If anyone can suggest a book that provides the sort of background knowledge I am lacking, I will happily read it. Thanks.

Similar Messages

  • What is the benefit of Using Data Adaptor

    Hello
    I wonder that What is the benefit of Using Data Adaptor ? I don't know TopLink Technology , inorder to using Data Adaptor I should know toplink but what is the advatages of using BPEL database adaptors in conditions thet I can make webservices by making plsql web services or exposing ADF application modules more easier?
    I think that if I use Data Adaptor (based of Toplink) I can use JTA feature for transaction managment , am I thinking Correct?
    for example I can invoke to webservice A and the B in BPEL process with two DB adaptores (by global transaction ) such that if A failes the process automatically roles back the B transaction without need that I manauly compensate the undo process
    please help me ?

    Thank you for your very useful comments about DB adapter
    I tried again and I have Successfully deploy and test my DB adapter with using # for parameter.
    But I have another question : We have ADF Application that using ADF bc for user data entry supporting in use case scenario , but we want to call web services (eg BPEL) in save operation instead of ADF application modules Normal commit !
    If we want using Data adapter for persist the Data that user entered by UI , we must write a lot of Insert or Update statements in DB adapter because of lot of database entities.
    How can we shorten this production scenario in our Project?

  • What is the benefit of using J2EE for webservices?

    (I posted this on google news group, but no one answer, sorry for the cross post)
    This maybe obvious to some of you, but after I went over the
    webservices tutorial from Sun, about XML RPC and JAXM, I don't know
    what is the benefit of using webservices within J2EE container.
    Please tell me about it.
    My assumption is that RPC and JAXM both enables the communication, but
    the managing of session, persistent, thread pool, connection pool,
    database, etc, are all handled by the container. Well, I still hope
    my assumption is true. However, from what I read, the tutorial does
    not even mention the word beans. So, how to get a beans to talk the
    JAXM language so that I can get all of the above features? Or am I totally off track here? if an enterprise bean is not needed, then how to get all the above benefits that the J2EE offers?
    By the way, does Sun's RPC and JAXM has things such as quality of
    service (such as request time out). They mention guarantee delivery,
    but if a reply to my query come 5 minutes later versus instantly, then
    I probably lost a customer already. RPC also has big limitation, Corba has asynchronous request, but Sun's RPC does not.
    Thank you in advance for all comments and help.

    Basic communication aside, J2EE is mostly a synchronous run-time environment. When asynchrony is introduced, a whole new set of infrastructure requirements is needed to support QoS and commercial-quality implementations. In other words, it's not just about API anymore, it's about reliable communication, exception handling, time outs, etc. You may want to look at this Q&A to see some of the benefits provided by J2EE as underlying run-time for orchestration:
    http://searchwebservices.techtarget.com/ateQuestionNResponse/0,289625,sid26_cid511195_tax292928,00.html
    Doron\
    Download Collaxa 2.0
    http://www.collaxa.com

  • What r the benefit of using field symbols

    hi all
    what is the benefit of using field symbols and when is  recommended to use it?
    regards

    It Just assign the values directly to fieldsymbol and no need to used append.
    It increases the performance of the program.
    also check this
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/frameset.htm
    Reward points if useful
    Regards,
    Vimal

  • Wat is the benefit of using DDNS service with windows essential 2012?

    hi,
    wat is the benefit of using DDNS service  with essential server, do I have  then not to make  an A record or CNAME record , this all wil be done with DDNS service provider or DDNS service has other functions ?
    thanks
    johan
    h.david

    ok,
    I phoned the DDNS service provider and I understand that they make for you A record and ect.  but first you need a DDNS support router and second you have to open the ports yourself.
    but the problem is the ports are closed by the  ISP provider when you have  a consument abonee.
    so I thing you must have static IP adress to be the ports 80,443 open  , so when I can have static IP adress and make A records by mijn own then I think I don't need this DDNS  service provider. am I right or wrong ?  wat is the benefit of
    DDNS service if the ports in consument abonee situation are closed?
    johan
    h.david

  • What's the benefit of using Essbase?

    What's the benefit of using Essbase instead of the OLAP option built in Oracle? Performance reason?
    But Essbase is so huge and we just use a bit of its functionalities...

    I hope you're comparing Essbase & Oracle OLAP.
    Go through the Vlamis' presentation in 2008 at: http://www.vlamis.com/Papers/collab2008-presentation2.pdf
    Both were compared under various heads like- Logical Structure, Data Storage, Dimensional Model, Loading Data, Aggregation, Allocation, Calculations, Scalability, Writeback Handling, Security, Administration, Access to Data etc.,

  • Reply address: is it possible to use another reply address other than the pop address used in my account. I have a special work account and would like to send emails with that address as my reply address...or sent from address

    Reply address: is it possible to use another reply address other than the pop address used in my account. I have a special work account and would like to send emails with that address as my reply address...or sent from address

    i found out how to do this finally!
    1) set up google gmail account to forward your emails to (from the [email protected])
    2) go to your gmail account
    3) go to settings (cog in right hand corner)
    4) go to 'accounts and import'
    5) go to 'send mail as'
    6) click 'Add another email address you own' - add your [email protected] address
    7) google will send a verification email with code to that email address.
    8) enter code
    9) go back to gmail account  >'send mail as' and select 'make default'
    10) close mac 'mail' program and reopen it.
    as long as you have gmail account selected as the primary account in MAIL - mail will now come throught as being sent from that  [email protected] address!!

  • How can i detach the video from a clip so i can only use the audio when using imovie?

    how can i detach the video from a clip so i can only use the audio when using imovie?

    First, go to iMovie/Preferences and enable the Advanced Tools.
    Import the video clip into an iMovie Event. When you get ready to use it in an iMovie Project, select the clip in the Event and drag & drop it on top of a video or photo clip in the project at the place where you want it to begin. When the pop-up menu appears, choose Audio Only.

  • Printing dunning notices using SMARTFORMS,error during parameter transfer

    Hi Friends,
                    I face a error message "Include text ZGA_DUN_HDR does not exist (object TEXT, ID ST)" when i run the dunning run.
                    I had searched every node for text ZGA_DUN_HDR in the smartform,I didnt find the text in it.
    However when I execute the smart form for print preview an error message "Printing dunning notices using SMARTFORMS,error during parameter transfer".This error i believe is due to wrong parameter passing in the fm 'GET_SF_DUNN_DATA'.It raises an error no_parameters_found.All parameters are passed correctly.
                    Can you guys help me out.
    Edited by: RAJIV KAUSHAL on Nov 14, 2008 6:03 PM

    you can create this text ZGA_DUN_HDR  in SO10 tcode and try ...

  • What is the benefit in using OID for names resolution?

    I have been wondering about this for awhile. I have been working on getting this to work in Iplanet along with Pat Lehane ([email protected]), and it works now.
    What are the benefits in using OID for names resolution when you can just use the static tnsnames.ora. Database and database names are not created dynamically and they don't change that often. Would creates a new database every day and has to worry about changing the static tnsnames.ora file. In my environment, we run Oracle applications from a server, so there is only one tnsnames.ora file, on the file server.
    It would appear that using OID would cause extra traffic (LDAP lookups) on your network.
    I would like some opinions from both Oracle and Oracle users. Thanks

    hi,
    A benefit of using OID for names resolution is that it allows you to centralize net8 naming (i.e., tnsnames) information in the same place (OID) where other types of administrative information (about users, enterprise groups, enterprise roles, etc) gets stored. If you are more comfortable using tnsnames.ora files for net8 naming, that is perfectly fine!
    An important reason that Oracle had for providing Net8 naming functionality in OID is that the legacy 'Oracle Names' functionality of Oracle 7 will eventually be desupported. This is discussed in metalink Note #135696.1 on http://metalink.oracle.com .
    Hope this helps.

  • HT201342 what is the benefit to using @icloud for email

    Just wondering what the benefit is to using @icloud.com vs @me.com?

    None, really.  It's just an additional address that you can use if you want.  Email sent to either address arrives in the same inbox.  Apple is no longer providing @me or @mac email addresses, and is transitioning to @icloud going forward so they're giving existing iCloud users the new address as an option.

  • What is the benefit of using POE than AC Power?

    Hi,
    We are currently research on what is the benefit of POE over AC Power for wireless AP.
    Most of AP we are using is 1252 and 1142.
    Anyone can tell the different?

    Hi,
    Try to plan to install both scenarios and you'll know the difference yourself.
    Besides what Leo mentioned, imagine that you are going to use AC power and for every AP you are going to install a power outlet close to the AP to power it up.
    Now, if later you decided to change the AP location you need to install a new power outlet in the new place. The old power outlet is usually left wihtout use. extra cabling, extra waste of resources (materials, man power...etc).
    HTH
    Amjad
    Rating useful replies is more useful than saying "Thank you"

  • What is the benefit of using Firefox over Safari?

    I am a long time PC user who just ran through her 5th laptop, 1 toshiba, 2 panasonics, and 2 dells. Finally decided to buy my first Apple product, MacBook Pro. Purchased yesterday and trying to learn the new system. My question is, what is 'wrong' with Safari? In other words, what is the benefit of downloading FireFox for the Mac? thanks!

    I DID use Firefox on my PC.....very superior to Explorer. But since I have never used an Apple product before purchasing this MacBookPro yesterday, I have no idea what the Apple (Safari) browser is like. I don't have to bother getting used to Safari if the Firefox for Mac is a better product.

  • What is the benefit of using clipping paths for a knock out?

    I found a posting saying they need someone to knock out the background of a lot of images using clipping paths. My question is, WHY use a clipping path? I know the rule of not using a selection tool such as the Magic Wand and then turning it into a clipping path and I know why that is. But if all is needed is for the background to be knocked out, why can't we just use the selection tool in the first place and just knock out the background from there? What is the benefit of that clipping mask?

    Usually the term Clipping Path refers to turning a path into a clipping path (in the paths panel) for use in older programs such as PageMaker that don't support transparency.
    For example if one wanted to import a file into PageMaker and only have a certain part of the document visible, one would make a path (or selection) around the object
    and turn the path (or selection) into a clipping path. Sorta the same results you see in photoshop using a layer mask or vector mask.
    Also clipping paths are used in certain printing workflows.
    Without seeing the posting it's hard to say what they meant and in photoshop 6 vector masks were labeled as Layer Clipping Paths not to be confused with real clipping paths.
    Old versions of photoshop also used the term Group With Previous to denote Create Clipping Mask.
    photoshop 6:
    Photoshop cs6:
    Anyway clipping masks and clipping paths are two different things in photoshop.
    layer masks, vector masks and clipping masks:
    http://helpx.adobe.com/content/help/en/photoshop/using/masking-layers.html
    an example of creating a clipping path:
    http://www.clippingpathspecialist.com/tutorials.html

  • What is the benefit of using managed paths?

    Why not just put everything under /sites? What is the value in organizing sites under managed paths - aprt from it looking nice what other benefits does it bring? For one thing organizations change their structures sometimes drastically and surely admins
    don't want the added burden of users not wanting their team site under a certain path anymore etc. Unless it brings some other value I'm struggling to see the point - can anyone enlighten me?
    Cheers
    Jonj

    Hi Jonj,
    Managed path is path for your site collection.It is defining the path for sharepoint items within the sitecollection.Without this a sharepoint site collection would not e able to recognize any item inside the site.Please read the more from
    Use of Managed Path . This will clarify your doubt related to managed path use.
    Please click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you.

Maybe you are looking for

  • Process order change pointers - not getting logged

    Hi, I have defined change pointers for Process order for one custom message type in BD52 (and BD50 as well.). I have included AFKO, AFPO and AUFK tables (e.g. fields like KEY, GAMNG). But no change pointers are getting logged when ever I create or ch

  • IPhoto suddenly wont import photos from my iPhone

    iPhoto suddenly wont import photos from my iPhone. Keeps sending me error messages... wrong format. anyone know about this?

  • K900 can't upgrade

    HI I have this phone 2 weeks. I'm trying to upgrade the phone but it's not work.  intallation faild : failed to install ota package/ what can i do? thank you Solved! Go to Solution.

  • WiFi connectivity in Solaris

    Hi, Installed solaris 11 through VM player on windows 7. But i am unable to connect to the inernet and in the panel it showing as "Partially connected". I was trying to configure the solaris zones and after that internet stopped working. Can some hel

  • Request Management set up in Dedicated farm

    Hi, I'm trying to setup RM in a dedicated farm. I'm unable to find the powershell commands for the same. However this is what I've tried so far. I have 3 farms for my scenario. Farm 1 - Dedicated RM farm. Farm 2 & Farm 3 are SharePoint Content Farms.