Video capture to file

Hello, everybody!
The question is: 
Have got a stream video on front panel of labview vi. It's captured from some hardware. I need to record it to file in real time. The to ways i can see to do it:
1) Capture video directly from hardware (conflicts possible in this case)
2) Grab video from application window using Labview tools if it possible (if Labview have got such functionality)
Please advice.
Thanks.
Artiom

Hi Artiom,
      If you haven't noticed it yet, this thread might be of some interest.
Cheers!
"Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)

Similar Messages

  • Capturing video to a file while transmitting it over the network

    I have tried several ways to do this but non of them have worked. On the JMF Programmers Guide its stated that one could do something like this: creating a processor from a DataSource, and the taking two Datasources from the processor, one is used to transmitt the video over the network, and the other is used to save the data to a file(through a DataSink).
    One of the ways I've tried is to clone de DataSource before creating the Processor. I've also tried to clone the Data source after creating and realizing the processor. The other way I've tried is by using the JMFSolution "Video Capture Utility with Monitoring", found at the jmf's homepage, which intercepts the data carried from the capture data source to the Processor.
    Non of these have worked, and I always get Exceptions about not finding a DataSink for the DataSource I use. For example:
    "javax.media.NoDataSinkException: Cannot find a DataSink for: com.sun.media.multiplexer.RawBufferMux$RawBufferDataSource@d9850" ;
    "javax.media.NoDataSinkException: Cannot find a DataSink for: com.sun.media.vfw.PushBufferDataSource@1e45"
    I've search the Web triying to find something clear about capturing video to a file while transmitting it over the network, but nothing seems to work.
    I would appreciate a piece of an advice on this.

    you can try modifing de Capture example from JMF Solutions.
    change this function:
    public int startCapture() {
         int result = -1;
         enableComponents(false);
         buttonStart.setLabel("Pause");
         buttonEnd.setEnabled(true);
         startMonitoring();
         try {
    processor.start();
    DataSource clone = Manager.createCloneableDataSource(datasource);
         MediaLocator ml2 = new MediaLocator("file://capture.mov");
    System.out.println("Content Type " + clone.getContentType());
    datasink = Manager.createDataSink(processor.getDataOutput(), ml2);
         datasink.open();
    datasink.addDataSinkListener(this);
         datasink.start();
    result = 0;
         } catch (Exception e) {
         System.err.println("DataSink Exception " + e);
    result= -1;
    Regards.
    Fernando

  • Pinnacle Video Capture for Mac

    After talking with a bunch of salesmen (considering getting a DvD writer), I took the advice of someone in the Apple Store and bought a Pinnacle Video Capture for Mac to copy my laserdiscs. It was $100 before tax, and didn't do stuff I don't plan on doing anyway. I did spend another $25 to get an S-video cable.
    I installed the software and connected it up to my LD. I started capturing the movie, and selected S-Video (although in the small window they showed, I didn't see any difference between that and video out. I selected a max time from a limited selection, and let it record.
    After a while, I went downstairs and saw that the audio and video were not synchronized at all. I let it continue.
    After a while I came down again, and the movie was finished, so I stopped it. I found the MP4 - it was in the iTunes movie directory, and played it in iTunes. I fast-forwarded it to near the end, the voice and video were way off-set.
    I haven't tried burning this yet.
    Quicktime player doesn't think this is a valid movie file. I selected "open with" and "other" and the recommended applications had iMovie greyed out.
    Why in the world would the audio and video record at different speeds?
    Do I have to buy software to edit the movie down to the correct size?
    My Mac has:
    Model Name: iMac
    Model Identifier: iMac7,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.8 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 2 GB
    Bus Speed: 800 MHz
    Boot ROM Version: IM71.007A.B03
    SMC Version: 1.21f4
    I noticed the Pinacle Video Capture program was still running, so I tried to quit it, and got a window asking for my administrator ID and passsword to allow Pinnacle Video Capture to make changes. Why?

    The audio drifted out of sync because the Dazzle doesn't support locked audio. For short videos (say, under 10 minutes) this won't be very noticeable but when you capture longer videos it becomes progressively worse over time.
    What do you want to do with your Laserdisk copies? Watch them on your iPod? Edit and/or burn to DVD?
    A device like the Canopus ADVC-110 will do the video/audio conversion properly, keeping the audio and video in sync regardless of the length of your video. It converts to DV, not to MP4, and you would use it with iMovie or Final Cut (not iTunes). However you can export your video from iMovie or Final Cut to iPod/AppleTV formats.
    The Dazzle device will not work directly with iMovie or Final Cut.
    ps. If all you really want to do is transfer your Laserdisc videos to DVDs, it will be a whole lot faster & simpler to get a DVD player/recorder that has analog inputs and record directly to DVDs. There are many brands & models to choose from and many good ones are as inexpensive as the $100 you spent on the Pinnacle converter.

  • Detecting Video Capture Devices without Installing JMF

    Hi All,
    I want to detect the video capture devices, without installing the JMF.
    I had included the jmf (windows version) in lib path in netbeans ide. I am able to detect the audio capture device. But unable to detect the video capture devices. But if I install the JMF, I am able to detect the Video Capture devices in My system. Can anyone help me?
    Thanks,
    Vinoth Kumar.

    YES! Please take a look at SIP Communicator project. They have all what u want.
    The main idea is copy all .dll files to System or System32 (Please check files which JMF will copy to ur computer and where).
    U need to have jmf.jar and sound.jar too ( maybe more) in your computer.
    Your program should have DirectSoundAuto.java, JavaSoundAuto.java, JavaSoundDetector.java, JMFInit.java. Those files are in JMStudio source code. They are used to detect all capture devices and register it to JMF, but wait !!! where they will be saved? In order to save information about capture devices which are detected, you should create "jmf.properties" file in the same location with jmf.jar.Therefore, u should modify the JMFInit.java so it can check if the "jmf.properties" exists. If it's not, you have to create it.
    Check SIP Communicator at Folder "media" then "device". They have modified those files I mentioned above and created some new files to SC can detect more devices.
    Edited by: tamngminh on Sep 16, 2008 9:50 AM

  • Video capture driver for MSI GeForce 2 Pro video card

    Hi,
     I am in need of the nVidia WDM video capture driver for my Geforce 2 Pro video card. Model #M-8831. I was able to download it from the MSI/TW website over a year ago just fine. My computer crashed from a game bug a couple of months ago and MSI/TW does not list the capture driver I need any longer. I did email the company asking for help with no response back yet (after 2 weeks). You people may be my last hope.
     I do have the cd that came with the video card, but I've never been able to install the capture driver from it. There is a button to install it, but it never gets loaded. I've tried browsing the cd and also tried installing it using the windows wizards with zero results. My only successful install was from the MSI home website.
     If you need more information, please let me know.
     Thank you,
     Bruce ?(

    If you followed the second link it says this:
    Windows XP/2000/Me/98SE - WDM Driver v1.22
    Version: 1.22
    File Size: 1.1 MB
    Release Date: December 9, 2002
    Downloads
    » Primary Download Site «
    » Mirror Site 1
    » Mirror Site 2
    » Mirror Site 3
    Release Highlights:
    First stand-alone WDM driver release for Personal Cinema and VIVO-enabled products.
    Right there at the end it says Release Highlights and says specifically that it's what you want...
    Read my man, read...
    Cheers!! 8)

  • TV@ Plus, what video capture settings to use?

     I have a TV@ Plus and am unsure what video capture settings to use. I've had it for several months and solved my audio problems and need to know what Video Input Format, Capture Format (Profile), Capture - Size, Quality, Bit Rate and Audio Format settings to use. Should I use the same settings for all input sources or do I use different settings for CATV and S-video inputs? It seems to be OK with my current settings as far as capture and playback goes, I'm OK on the hardware part but with tech detatails I'm a bit  .
     I will be using it to capture from CATV, DVD and VCR input sources for later recording to DVD's. I use a GoDVD! CT-2 connected to the S-video input for recording Macrovision protected media to the HDD.
     My computer sound is monitor mounted stereo speakers.
     Thanks in advance for any helpful replies.

    Quote from: HenryW on 12-September-06, 04:25:48
    I have a TV@ Plus and am unsure what video capture settings to use. I've had it for several months and solved my audio problems and need to know what Video Input Format, Capture Format (Profile), Capture - Size, Quality, Bit Rate and Audio Format settings to use.
    I already had transferred and converted some of my old VHS and VCD movie collections into DVDs (using Composite Input).
    The higher the bit rate the better quality video output you will have - but bigger file size.
    To give you an example:
    A 2 hour video captured on MPEG set at 4000/bps will be translated it to 3.58GB. More than enough to be written on a 4.7 DVD.
    For audio bit rates, you can choose from 128/bps to 224/bps. As for me I set it to 224/bps. Again the bigger bit rates the better audio output. And don't forget to slide up the audio record level to 100%. That will give you a better and clearer recorded audio output.

  • How can I get Hi8 video captured in NTSC Standard, to display as 4:3 when DVD is played on TV?

    I have been capturing Hi8 tapes of our family, using a Sony analog-to-digital converter and Adobe Premier 10's NTSC Standard (4:3) preset. However, when I use Premiere Elements 10 to burn the digital files to DVDs and then play them on a Sony DVD player and Bravia flat-panel TV, the video is distorted in width automatically by the Wide Zoom mode. The TV cannot be configured to display the frames in the Normal Mode because the resolution is 720p, so the images cannot be viewed with the original 4:3 frame aspect ratio.
    After much experimentation, I tried capturing a tape in the NTSC Wide (16:9) preset. When I started to burn the AVI file to a DVD, I got a warning that I was using the wrong format, and the choice to correct the format.  I chose NO, and then burned the DVD. To my surprise, it did display on the TV without horizontal stretch, and the images did not appear to have been noticeably degraded.
    I would very much appreciate knowing if there is some way for me to go back now and have Premiere Elements 10 somehow reformat all of the Hi8 tapes I captured using the NTSC Standard preset, so that I don't have to recapture them, but can simply reformat them and burn them to DVD's that can be displayed on the TV without being distorted?

    Thanks for replying Steve.  I've been using a Sony DVMC-DA2, an analog-to- digital media converter which I was advised is used by people converting media professionally. I've been using an S-Video cable to connect it to my Sony Hi8 video camera (Model CCD-TR101), which was considered to be a high-end camera, back in the day (1992). The converter is connected to my Windows 7 computer with an IEEE 1394, "FireWire" cable. I'm not sure how I would check the format into which the Hi8 video is being converted, but I've followed the Adobe Premiere 10 Video Tutorial and configured the capture preset to the NTSC Standard (4:3), which is the one recommended for DV cameras. I couldn't find any advice specifically explaining how to configure the preset when converting analog Hi8 to digital.
    In the Premiere Elements 10 editing software itself, the video images burned on a DVD are not distorted, and the quality of the video images during editing looks to be every bit as good as the camera could record.
    When I started showing the DVD's to my family, however, I was very disappointed to discover that everything looked stretched in the horizontal direction. I have since studied the configuring of frame aspect ratio modes (Normal, Zoom, Wide Zoom and Full) described in the Sony Bravia TV's instruction manual, in detail. And, I have tried every conceivable combination of the picture and frame settings to see if I could "unstretch' the video images. No, luck. It was then that I came across a footnote that indicated that the Normal mode was not available for video resolutions of 720p, 1080 and higher. Unfortunately, the NTSC Standard preset indicates that it does capture DV in images that have 720 horizontal pixels by 480 vertical pixels.
    When I view the Hi8 burned to DVD's on other computers, using Windows Media Player and Video Lan, they are not distorted. In fact, they look so good that I'm just about ready to dedicate my laptop as the DVD player for my TV set!  It was while contemplating whether there might be a way to avoid doing this, that it occured to me to try capturing some Hi8 tape using the NTSC Wide Screen preset option. My half-formed idea was that, since the ratio of pixel width to pixel height in the Standard preset was smaller than with the Widescreen preset, using the latter to capture an analog video image might either (1) expand the width of the overall image much farther, and cause grotesque distortion, or (2) squash the width of the overall image, so that it looked normal. I can't pretend to have known what I was doing, since I don't understand video recording technology, but it also occured to me that the Widescreen preset might degrade the resolution, so that it was somehow no longer 720p, and thereby possibly circumvent the Sony lockout of the Normal Mode for these DVD's. Whatever it did, capturing Hi8 video with the NTSC Widescreen preset did, indeed, reduce the width of the frames appearing on the TV Screen, so that they apperared normal.
    The question with which I'm now wrestling is whether to go back and re-capture all of the Hi8 tapes, with the NTSC Widescreen preset, that I had already captured with the NTSC Standard preset - a big job. The warning window that popped-up when I prepared to burn the test video captured with the Widescreen preset gave me the option of correcting my "mistaken" choice of capture preset. I declined, and was rewarded with an undistorted video image. Which raises the possibility that, somewhere in Premiere Elements 10, there may be the capability of invoking that same pop-up window and modifying what the software considers to be the "correct," Standard preset to the Widescreen preset,so that I can change the formatting for all of the HI8 tapes I've already captured, so that they can be burned to DVD's and viewed in their proper frame aspect ration.
    This has been a long-winded follow-up to your initial answer to my question, but I would very much appreciate any further suggestions.
    Many thanks.  Paul

  • Adobe premiere elements 12 with diamond vc500 one touch video capture device.

    Adobe premiere elements 12 and using Diamond vc500 one touch video capture device.
    AVI files will not load into Adobe premiere elements 12.
    I bought what I thought were the two best software and capture devices.
    I am archiving old VHS tapes and using Diamond vc500 capture software called EZ grabber. I thought the best archiving format would be AVI files. As I just started this project. I am willing to do what is needed.
    That even being, going and buy another capture device that being for a VCR to PC using a USB are even a Video card.
    EZ grabber software ask you to record in what format. I picked AVI. There is DVD - SVCD - VCD - MPG4. I want to archive then go back and edit. The DVD or SVCD format, is that not the same as mpeg 2?
    You and I know the drill. Saving in what long term archive format and that dare thing about video compression and losing quality of the videos. Its all a nightmare.
    Once again I am willing to buy another capture device for a VCR that will work with Adobe premiere elements 12.
    Help please with long term archiving format and capture device.
    Thanks

    The answer is B.
    Capturing the VHS content to computer (via the Diamond vc500 and USB connection and EZ grabber) to obtain an .avi file on your computer and then trying to import that into Premiere Elements with its Add Media/Files and Folders?
    When I do that, the Adobe premiere elements 12 crashes or only loads a 2 mins of video.
    The firewire connection device "Canopus" product sounds great. But I really don't want to spend that much on my home videos. My PC does not have a Firewire connection. So add a new card for that and the Canopus product. I could just pay someone to do my VHS tapes.
    Diamond vc500 $35
    Adobe premiere elements 12 $65
    Firewire card $50 plus
    Canopus $180
    $330 is way too much for simple home VHS videos

  • Video Capture on recent Windows 8.1 Tablets shows very dark video

    Hello,
    I switched from direct show to media foundation to capture video from webcams. It is a desktop application and works well with both direct show and media foundation on Windows 7 and Windows 8.1 desktop computers for a lot of different webcams.
    Trying the same application on a Windows 8.1 Atom based tablet, the video is very dark and green.
    I tried it on the following tablets (all of them show the above described behavior):
    -Acer T100A (camera sensor MT9M114, Atom 3740)
    -Dell Venue Pro 11 (camera sensor OV2722 front, IMX175 back - Atom 3770)
    -HP Omni 10 5600 (camera sensor OV2722, IMX175 - Atom 3770)
    I capture using IMFMediaSession, building a simple topology with a media source and the EVR.
    TopoEdit shows the same strange behavior
    MFTrace does not show any errors (at least I do not see any errors)
    In case an external usb camera is used on all these tablets, the video is fine.
    The SDK Sample MFCapture3d3 works fine, it uses the source reader for capturing - I verified the media type of the source used there, it is the same I use in my application (same
    stream descriptor, same media type, verified with mftrace)
    The "CaptureEngine" video capture sample from the SDK also works as expected, however, I need Windows 7 compatibility and would like to use the same source on both platforms
    When using direct show, all the above mentioned tablets show only a fraction of the sensor image when capturing with lower resolutions (e.g. 640x360), the colors of the video are
    fine. I tried it with the desktop app of Skype and GraphEdit, same behavior (only a fraction of the video is shown, colors are fine) - Skype for destkop apparently uses a DirectShow source filter.
    Has anyone tried capturing the camera of an Atom z3700 series tablet with media foundation using the media session? If so, is special handling of the media source required on these tablets?
    If required, I will post some code or mftrace logs.
    Thanks a lot,
    Karl
    Bluemlinger

    On the contrary of my previous post, the MFTrace file shows an error:
    "COle32ExportDetours::CoCreateInstance @ Failed to create {FEB9695C-C7DF-4D40-8019-00FA047288FF} KSPlugin Class (C:\Windows\system32\IntelCameraPlugin.dll) hr=0x80004005 E_FAIL"
    This dll contains the Intel Camera MFT. While it is on the specified location, it cannot be loaded. According to the Windows Driver Kit documentation, a camera MFT is used in windows store device app.
    My assumption is that this MFT is responsible for doing post processing of the video stream from the camera. Since it cannot be loaded, the video stream is dark with a green color fault.
    By the way, setting brightness or exposure via IAMVideoProcAmp and IAMCameraControl has no effect, Setting/reading these properties returns S_OK, the properties are stored correctly but obviously ignored.
    Bluemlinger

  • How to fix audio  of a video captured from DV output of camcorder using Adobe Premiere Elements 8?

    Hello,
    I purchased Adobe Premiere Elements 8 about one week ago.  I installed it and everything seem to work well in my first project.  I am new at editing videos but I was succesful in testing it by loading an existing video file in avi format from my computer and then doing some very basic editing (I splitted 2 scenes and added a title). 
    After my first succesful project (described above) I started a brand new project. Here, I want to capture a one hour video  from the dv output of a video camera. So I connected the camera to the PC and then started adobe elements 8.  Before starting the capture I only checked the boxes that said "capture video" and "capture audio" (the other 2 boxes that said download to timeline and autoanalyze were left unchecked).  After that I started the capture process.
    After the video capture was completed, a small window opened at the bottom saying that a PEAK FILE was being generated.    After the peak file generation finished, I looked at the captured video.  The video looked perfect.  However the audio of the video was too fast. By this, I mean that the voices of the people in the movie were like they were speaking at more than twice the normal speed.  Or to explain it in a different way, they sounded like the  chipmunks.
    So now I come to the question of this thread I started.  Is there a way that I can fix the audio part of the video I captured?  I will appreciate any help on this. Below I listed a few additional details in case this is needed.
    Thanks,
    ronel_8
    PS.  Here are some more details about my system:
    1) Operating System: Windows XP
    2) I am capturing the video on an external drive with 40 GB of available space. The external drive is connected to a PC via a USB connection.
    3) Computer CPU: 2.4 GHZ
    4) Computer RAM: 1.25 GB
    5) Video tape is about one hour long.

    Hello Bill and Steve,
    Your responses are very helpful.  Although I was not able to fix the problem yet I do seem to think from what you both say that my system may be too slow to capture the one hour video. In any case I will copy below more details about the system as you requested:
    1) Results from running Gspot:
    The audio section of the Gspot window was blank. That is, no information was there.  The File and Container sections say:
    File Size: 12.6 GB
    Note: 7.63 GB unneeded bytes at the end of the file
    DV Type1 AVI
    2) I did run the Gspot on another good avi file (captured to the PC with same camcorder) and says:
    Codec PCM Audio
    32kHz 1024 kb/s tot (2 chnls).
    I suppose these are the audio settings from the camera.
    3) Yes, I am capturing video from a miniDV camcorder (JVC GR-D70U).
    4) I did not defragment the external drive prior to capturing the video with the audi problem.  So I will give that I try and see if it solves the problem.
    5) The external drive I am using is formatted to NTFS.
    6) The computer is a Dell Dimension 2400, CPU: 2.4 GHZ, RAM: 1.25 GB
    7) HDD Size=74GB and 11 GB of free space.  But I am downloading video to external drive that has 60 GB free space.
    One last piece of information that may be useful.  If I open the AVI file (that I captured with Adobe Premiere Elements) with Windows Media Player, the audi sounds good.  However if I open it with Adobe it has the problem I mentioned in my previous e-mail.
    I'll aprreciate any further hints.
    Thanks again,
    ronel_8

  • How to capture JPEG files by using camera

    Hi, now I have a problem, I need your help, I am trying to use a camera that capture JPEG files from camera, I have used those related classes(JMF), but I still can not capture any JPEG files from it.
    Although there are some examples about the video capture(just for mov or avi files), it does not mention how to capture JPEG files.
    Thank you for your help!

    I have the same problem.
    please,help us.

  • 1080p live video capture from camcorder to MacBook

    Is there a device or adapter that will connect the 1080p from a video camcorder's HDMI out to a MacBook's thunderbolt or usb port with QuickTime receiving the camcorder's video and audio when "New Movie Recording" is selected from that application?
    Or more succinctly, can I turn my 1080p camcorder into a webcam?
    Camcorders have better image quality than webcams (okay, maybe not necessarily JVC, but Canon's do) and more features, such as 38x zoom.   And my MacBook has a much nicer and bigger screen than that little LCD fold-out piece all camcorders have.   So combining the superior video capture of the camcorder with the superior display capability of the MacBook along with the advantage of live recording directly to the MacBook's harddrive (no intermediate SD card file transfer step from device to device) would result in an enhanced video capturing experience.   All that is required is some adapter that will take HDMI from the camera and translate it into something the MacBook will see as a webcam (usb or thunderbolt).   So where do I find such an adapter?

    What brand and model is your camcorder?
    From this we can determine what format it outputs in, because you capture with the output format from your camcorder. You then, after editing, use PRE to Share your project as MPEG2.
    These are the import video sources supported by PRE:
    If your camcorder manual is telling you that it outputs MPEG2 (this is a standard definition format) try the 'DVD Camcorder or PC DVD Drive' format.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Why can't I get any audio sound on my Hi8 video capture in iMovie?

    Hi
    I have just captured some video clips from my Hi8 Camcorder and exported it to iMovie on my Apple Mac. Unfortunately there is no audio sound on the captured video. Can any one help? I am using Roxio Video Capture USB to capture the video from my camcorder.
    Nazimoja

    >I am using Roxio Video Capture USB
    That's the problem.  The Roxio device captures in a highly compressed, multiplexed (muxed) format that isn't intended for editing.  Muxed files won't playback audio without the proper software installed on your system.  You could try using MPEG Streamclip to convert the captured files to an editable format, but that means you'll be taking a double hit on quality.
    The proper way to capture analog footage for editing is to use a  qualified "DV Device" (DV camcorder, converter or VTR) to convert the analog signal into a Firewire signal and use iMovie, FCE or FCP to capture and edit.  Or, in your case, you could use a Digital8 camcorder for playback directly via Firewire.
    FWIW, this is the Final Cut Studio forum.  The iMovie forum is located here: https://discussions.apple.com/community/ilife/imovie?view=discussions
    -DH

  • 4600 video capturing stuttering on picture using mpeg

    Good afternoon.
    I'm new to video capturing but seem to have a bit of a problem. I can capture fine in the bundled WinProducer when I use the AVI setting but it generates some rather large files, 300meg/minute or so. When i set it to capture at the mpeg setting it does the audio fine but the picture is stop/start, plays a second pauses a while plays a bit more etc while the audio merrily carries on without a problem.
    Would anyone have an idea on what I might have set wrong etc please?
    Thanks.

    Quote
    Originally posted by Hypacharry
    Good afternoon.
    I'm new to video capturing but seem to have a bit of a problem. I can capture fine in the bundled WinProducer when I use the AVI setting but it generates some rather large files, 300meg/minute or so. When i set it to capture at the mpeg setting it does the audio fine but the picture is stop/start, plays a second pauses a while plays a bit more etc while the audio merrily carries on without a problem.
    Would anyone have an idea on what I might have set wrong etc please?
    Thanks.
    Good Morning.
    I can tell you many things about your problem:
    1- what chipsets do you have??
    AMD (above 760 (762 & 768  ) and Intel (almost everything above 815) will work fine (smooth i´d say), but ALI, SIS and VIA won´t do the job.
    2- You have to pay attention to the  encoder card you are using ( if using one)
    Matrox capturers are very conflictive  X(  (so don´t use matrox) instead use another video capturer
    3- How much memory are using?
    above 512 Mb should work
    4- have you ever considered forming an array?
    it will increase your data I/O
    5- pay attention to the order of the cards on the pci slots
    Some cards have to be in a specific order.
    6- what OS are you using???
    W2k pro & Wxp pro are good for the job you are intending to (you should think to move to one of them)
    7-If you want to have good video quality, you must think in buying an encoder, no matters how fast your Geforce is, at the end it won´t substitute a video encoder card
     ) (hope this can help you with your problem)
    good luck!

  • Compare iMovie08 Video Capture/Categorizing to FootTrack and iDive

    Can anyone compare the iMovie08 video capture and categorizing capabilities to FootTrack and iDive?

    Hi,
    I am the German translator of FootTrack and thought I'd jump in here with an example of things FootTrack can do, the way I use the program, anyway. I shoot a lot of documentary footage, some of which is of a stock variety, i.e. I shoot on spec and might not use the footage for a few years. FootTrack lets me capture the footage and compresses it to a smaller size that I can keep on my internal drive after I have deleted the original DV footage. That means I can tag, organise and scan compressed versions of my clips without having to have access to the original tape. When I have decided which clips I need for a project, I can export a FCP XML file to use as the base for a batch capture, because FootTrack captures timecode as part of its metadata (although it doesn't capture this for HDV at the moment, I believe FootTrack HD is in development). This saves a lot of time. iMovie on the other hand only knows the footage you have on your machine, which in my case is only the current project footage, so the organisation that it does the iPhoto way is not much use to me for older footage.
    I think of FootTrack as a pro video editor's organisational tool that gives me access to all of my footage without having to store huge amounts of DV data on external drives, or having to index my tapes with detailed info. I don't edit with it, preferring to edit with a video editing program. Those tasks are quite separate.
    I hope this helps. If you are trying to decide whether FootTrack is for you, try asking questions at the FootTrack yahoo group or contact Todd, the developer. He is a great dude, as mentioned before.
    Later,
    Fiver

Maybe you are looking for

  • How do I download my website from remote site to Dreamweaver

    My server saved a copy of my website( built on a PC in CS3)  from a year ago. I have a new Mac with CS5 now. How do I get the website beck onto my computer and functional?  How can I do it and what questions should I be asking about how to do this?

  • Need help regarding the location of Exchange 2013 Logs for parsing

    Hi, I am trying to create reports based on the logs that are created on my exchange server. I am using exchange 2013. My problem is that I cannot handle every log, and instead want specific types of logs. I need help finding the specific locations of

  • Oracle Critical Patch Update July 2009 for Oracle BEA Releases

    Hi All, Researching in metalink about CPU's for WLS 9.1 I found Oracle Support Note #835668.1. Table 9 of this document lists minimum product requirements for WebLogic server. According to this table WLS 9.1 should have a minimum version of 9.2MP3. I

  • Unsupported GPU for CS5, part 2

    In part 1 all the necessary steps were outlined. Many were successful. I was not. Maybe someone has some suggestions. What happened: 1. Installed a GTX-480 with the latest drivers 197.75 2. Ran the 'Hack' instructions 3. Steps 1 thru 4 no problem. 4.

  • Forgot master password but do not want to reset and lose all my passwords

    Last week, I added a master password to firefox and it seemed to be working fine. The next day, when I tried to enter my password, it kept saying that it was incorrect. I know I was entering the correct one. I rely on my stored passwords on a daily b