Run and analyze different types of video files

Hi folks,
I'd like to know if there's any way to read different types of video files (not only AVI - e.g. mpeg, MTS and so on...)? I doubt it is possible by only using LV2010... but might it work together with other software?
Thanks for help and advice!
Cheers,
seasoo

Hi seasoo,
did you see
LabView to grab and save video to mpeg?
http://208.74.204.114/t5/LabVIEW/LabView-to-grab-a​nd-save-video-to-mpeg/td-p/643864
Do you have the vision toolkit available?
Kind Regards,
Vanessa

Similar Messages

  • What types of video files can be run on Adobe Premiere Pro CC 2014?

    What types of video files can be run n Adobe Premiere Pro CC 2014. Please answer this fast. I need it ASAP.

    Adobe Premiere Pro Help | Supported file formats

  • How to load and display the external flv video files in dynamicly and the how to control the flv fil

    How to load and display the external flv video files in dynamicly using AS 3.0
    and  How to control the flv file  add the play paus button and add seekbar.
    I have using to load the flv file following code
    var flvPlaceHolder1:MovieClip = new MovieClip();
    var vid1:Video = new Video(734, 408);
    flvPlaceHolder1.addChild(vid1);
    addChild(flvPlaceHolder1);
    flvPlaceHolder1.x = 1059;
    flvPlaceHolder1.y = 152;
    var nc1:NetConnection = new NetConnection();
    nc1.connect(null);
    var ns1:NetStream = new NetStream(nc1);
    vid1.attachNetStream(ns1);
    var listener1:Object = new Object();
    listener1.onMetaData = function(evt:Object):void {};
    ns1.client = listener1;
    ns1.play("GV-1600 TURNING.flv");
    ns1.addEventListener(NetStatusEvent.NET_STATUS, statusChanged1);
    function statusChanged1(ns1:NetStatusEvent):void
             trace(ns1.info.code);
            if (ns1.info.code == 'NetStream.Buffer.Empty')
                 trace('the video has ended');
                 removeChild(flvPlaceHolder1);
                 //trace('removeChild');
                gotoAndPlay(1786);
    then how to add the play,paus ,full screen button    and   seekbar,volumebar.

    I have to Create the flash presentation for our company product
    In this presentation the left  side the text animation are displayed then right side the our product video is displayed.
    In this presentation i need the following option :
    1, The first product video and animation is finished then the next product is played
    2, then the video displayed  (size width and height 400x300) , I click this video to increase the size(ex:1000x700)
    3, then the playing video i control  it play, stop, paus button and volume bar, seek bar.
    4, then this presentation is displayed on 42 inches LCD TV so this full presentation is run full screen.
    I have finished first two steps 1 and 2
    the following are the screen short and code:-
    code :-
    var count=0;
    var flvPlaceHolder2:MovieClip = new MovieClip();   
    var vid2:Video = new Video(734, 408);
    flvPlaceHolder2.addChild(vid2);
    addChild(flvPlaceHolder2);
    flvPlaceHolder2.x = 1059;
    flvPlaceHolder2.y = 152;
    var nc2:NetConnection = new NetConnection();
    nc2.connect(null);
    var ns2:NetStream = new NetStream(nc2);
    vid2.attachNetStream(ns2);
    var listener2:Object = new Object();
    listener2.onMetaData = function(evt:Object):void {};
    ns2.client = listener2;
    ns2.play("GS-4000.flv");
    this.addEventListener(Event.ENTER_FRAME, BtnFadeIn2);
    function BtnFadeIn2(event:Event):void
        if (this.currentFrame == 387)
            /*flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
            trace('Screen size is changed');*/
            if(count==0)
            flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
            count++;
    ns2.addEventListener(NetStatusEvent.NET_STATUS, statusChanged2);
    function statusChanged2(ns2:NetStatusEvent):void
        trace(ns2.info.code);
        if (ns2.info.code == 'NetStream.Buffer.Empty')
                trace('the video has ended');
                 removeChild(flvPlaceHolder2);
                 //trace('removeChild');
                gotoAndPlay(433);
    flvPlaceHolder2.buttonMode=true;
    flvPlaceHolder2.addEventListener(MouseEvent.CLICK,home2);
    function home2(e:MouseEvent):void
        if(vid2.width==734 && vid2.height==408)
            flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
        else
            flvPlaceHolder2.x = 1059;
            flvPlaceHolder2.y = 152;
            vid2.width=734;
            vid2.height=408;

  • What type of video file does the iPod 5 take with it's camera?

    I'm takeing a video course in school and need to know what type of video file it records. I'm using the iPod because of it's amazinf 1080p video. Thanks.

    The 5G takes 1080 P in MOV format

  • Need Help for Embed Tag to playing all type of video files in any browser

    Hai,
    I am using the following Embed Tag for playing video files in Browsers.
    <OBJECT
    ID="mediaPlayer"
    CLASSID= "clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    CODEBASE= "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
    TYPE="application/x-oleobject"
    STANDBY="Loading media player components..."
    HEIGHT="200" WIDTH="250">
    <PARAM NAME="showcontrols" VALUE="true">
    <PARAM NAME="autostart" VALUE="false">
    <PARAM NAME="loop" VALUE="false">
    <PARAM NAME="filename" VALUE="photo/video/<%=category%>/<%=image.elementAt(i*4+1)%>">
    <EMBED TYPE="video/x-msvideo"
    STANDBY="Loading media player components�"
    CONTROLLER="true"
    CONTROLS="ImageWindow,ControlPanel"
    SHOWCONTROLS="true"
    AUTOSTART="false"
    HEIGHT="200" WIDTH="250"
    SRC="photo/video/<%=category%>/<%=image.elementAt(i*4+1)%>" >
    </OBJECT>
    But this Embed Tag does not playing such type of video files(ex: *.flv, *.mov, *.avi etc.,)
    i need to play all types of video files using the Embed Tag.
    Can anyone please help me for this.
    Edited by: devtamil on Oct 3, 2007 12:27 PM

    Hi,
    Im having a similar problem and i was wondering if you were able to get a solution??
    Thanks for your help.

  • Why won't Log and Transfer in FCP7 recognize video files from my SD card? They were shot on a cheepo Aiptek camera.

    Why won't Log and Transfer in FCP7 recognize video files from my SD card? They were shot on a cheepo Aiptek camera.

    David, the camera shoots .mov files. I have the latest version of QuickTime installed but still nothing.
    I teach high school, but I'm reluctant to download FCPX for my students at the moment. I may try it but I really want to stick with what we're using currently, at least for now.
    iMovie started to import files, but very slowly. I guess I'm frustrated that the files shot on the Canons I also use transfer just fine, but the Aiptek camera isn't cooperating.
    Would you suggest using MPEG Streamclip?
    Thanks again in advance.

  • What is the best converter for video files in mpeg, avi, wmv, mps, etc for imovie and what type of video files does the iMovie use? I recently purchased a MacBook Pro -version 10.10.1. I make movies, but the iMovie does not support my video files.

    What is the converter for video files, to use in the iMovie? My files are mpeg, wmv, mts, avi, etc.  I recently purchased a MacBook Pro - version 10.10.1.

    AppGeeker will do the job.

  • Partitioning Drive for Mac and PC to deliver 10GB video file

    I need to deliver several video files to a client on a drive.
    Because some of the clips are over 10GB I cannot use the drive in its current FAT state.
    I want / need the drive to be read by both Mac AND PC.
    If this is the case, and I cannot use FAT, should I partition the drive into TWO partitions?
    If so, should I then make one partition for Mac and the other for PC... then upload the video files twice, once to each partition?
    Is there an alternative? How do I make the drive partitioned for both allowing the video to be ready by both Mac and PC.
    Can I do what needs to be done using Disk Utility?
    What 2 formats should I use? Is MS-DOS (FAT) the windows based partition, and is that the only one? And won't that not work for my issue of needing to load a file over 4 gigs?
    What partition scheme do I want? It appears I can only use one partition scheme... or is this incorrect?
    I'm using Mac OS X 10.5.5
    Computer is Mac G5. Drive is the WD 250GB passport.
    Thanks

    If you format the drive as Microsft NTFS, there will be no problem with split files.
    [NTFS-3G 2009.4.4 Driver|http://macntfs-3g.blogspot.com>
    [Instructions|http://hem.bredband.net/catacombae/ntfs-3g/macntfs-3g_userguide.pd f] Be sure to read them!
    The PC needs to be running Win NT, 2000, XP, Vista etc to read the NTFS format.

  • Type of video file support

    Hi there, I would like to know whether Ipod video(5th generation) can support the RealAudio / RealVideo VBR type of movie file because I got a lot of these files, and hope they can be played in my "future" ipod. Thanks!

    Here's an extract on supported formats from the FAQ:
    H.264
    File formats: .m4v, .mp4, and .mov
    Video: Up to 768 kbits/sec, 320 x 240, 30 frames per second (fps), Baseline Profile up to Level 1.3.
    Audio: AAC-LC up to 160 kbits/sec, 48 Khz, and stereo audio.
    MPEG-4
    File formats: .m4v, .mp4, and .mov
    Video: Up to 2.5 Mbits/sec, 480 x 480, 30 fps, Simple Profile.
    Audio: AAC-LC up to 160 kbits/sec, 48 Khz, stereo audio.
    You'll get more at this link: "Frequently asked questions about viewing and syncing video with iTunes and iPod" http://docs.info.apple.com/article.html?artnum=302758#11

  • Why does Firefox 4 not open video files (news and youtube) at all, but Firefox 3 and MSIE 8 open these video files quickly, all on my Dell Dimension 8250 desktop with MS Windows XL Pro?

    I subscribe to an Earthlink package of telephone and ISP through DSL in Dallas, Texas. To avoid the congestion (time outs and files not found) of the virtual "cloud" servers, as a workaround I connect to the Internet through dial-up on each session on my pc. There is only one pc or computer on my local network. I downloaded Firefox 4 RC and it failed (would not open video files on the Internet), so I removed the Firefox 4 RC program from my pc, and then I downloaded and installed Firefox 3.6.16, which works fine.
    My operating system is Windows XP Pro.

    Try disabling hardware acceleration. Many visual bugs can be attributed to issues with graphics drivers.
    (Firefox -> Options -> Advanced -> General -> [ ] Use hardware acceleration when available)

  • Can Media Encoder take an image sequence in the watch folder and turn it into a video file?

    I'm using OSX and Media Encoder 6 (from premier 6) and can't figure out how to make the watch folder take a .jpeg or .dpi sequence and turn it into a single video file.
    I tried copying all the stills into the watch folder, that made 60 individual video files (one for each image).
    I tried making a folder inside the watch folder, and copying all the images into it.. to which Media Encoder did nothing.
    What am I missing? Will Media Encoder take image sequences and render them out as a audio-less video for me?
    Thanks for any imput.

    Hi action_packed,
    This is from the documentation: http://helpx.adobe.com/media-encoder/using/add-items-encoding-queue.html
    Still Image Sequences are not supported as source footage through Watch Folders. If a set of still images is placed in the folder being watched, each individual still file will be added as a separate item to the Queue rather than than the entire sequence as a single piece of footage.
    Make a feature request for that here: http://adobe.ly/feature_request
    Thanks,
    Kevin

  • About virtual channel in different device and/or different type channel

    Hi all,
      I am looking for a way to write to several analog channels at the same time. In my code, I didnt' pay much attention to that, I just have them placed in the the same frame in the flat sequence such that they might be started to write simultaneously. However, sometimes they might not working perfectly. I am reading something on DAQmx and I found that there is something call virtual channel so I have put more than 1 channel into a unit (called virtual cahnnel), so I can write something to it at the same time. Here are my question
    1) what's the different between virtual channel and channel group? If I write a array of 3 elements to a channel group (consists of dev1/ao1, dev1/ao2 and dev1/ao5),  am I writing to channel group or virtual channel?
    2) can I bind different channels from different devices to form a virtual channel, e.g. dev0/ao0 dev1/ao0 dev2/ao0?
    3) can I bind different type of channel to form a virtual channel, e.g. dev0/ao0, dev0/port0/line0?
    4) last question is about synchronization on writing to a virtual channel (or channel group?) Last say I have a pulse train each pulse is separated in time by 1.2ms and total time is 122.4ms. The pulse train will be sent to dev0/ao3, and at 12ms after start send very first pulse of the train, I need to write two analog signal to dev1/ao1 and dev1/ao5. In my current code, create a flat sequence, start the task for sending the train in the first frame, put delay in second frame and delay for 12ms, write dev1/ao1 and dev1/ao5 in the third frame. For some times, this gives me acceptable timing but not always. I wonder how does it help to use virtual channel?
    In the similar situtation, what about if instead of writing to two analog channel, I write to one analog channel and one digital channel?
    Thanks.

    1) virtual channel is created per task and contains a collection of settings such as a name, a physical channel, input terminal connections, the type of measurement or generation, and can include scaling information.. A virtual group is specific to digital IO and has to deal with the way you read/write data off/to the port
    2) yes you can create a task with physical channels from multiple devices assuming they are comparable writes (ie all analog or all analog read, or all digital) but they will have the same channel characteristics (see answer above)
    3) no you cannot create a task that handle an AO and a DO from with in the same task
    4) if you created a task you are using a virtual channel. The only way to ensure timing is to use hardware timing (ie onboard sample clock of you DAQ card) otherwise the reads/writes are basically interrupts and you are at the mercy of the OS to service the interrupt request
    if you need more information please repost with more questions, include your DAQ hardware, and any code pictures to give us a better idea of what you are trying to accomplish and how you are going about it
    Applications/Systems/Test
    National Instruments | AWR Group

  • What types of video files can the iTouch play?

    I would like to know which kind of video files it can play, can someone list them?
    like for example can it play video files (.avi) which is the most common? thanks

    Click here for information. AVI is a container, not a format, and the audio and video inside can be of any format.
    (34175)

  • Trying to use a different Player for video files..

    Originally all my files were viewable in Adobe Media Player as individual files, yet my files were convereted to ONE Flash player file
    when I placed them on my laptop including the original discs. This is annoying since the video files fit my screen a bit better in Adobe Media Player.
    I am trying to watch videos from Flash Player back to Adobe Media Player how can I do this?
    Thanks!
    DRivera

    I do they are video tutorials and I have them on disc. For some reason they have turned into one Flash file with an ordered list of videos when you open up the file. Originally all the files were individual Adobe Media Player files. I would like to have the option how to change this back to the way it was?

  • Having problems importing and viewing any kind of video file in iTunes 7

    I just cannot seem to be able to do this. I have tried dragging and dropping files into iTues and importing files and whole folders of videos but nothing happens. Do video files have to be Quicktime format to be viewed in iTunes and if so does Quicktime Pro have a tool that converts other file formats to be viewed in Quicktime?
    I would be really grateful if anyone can help with this.
    James

    See Repair security permissions for iTunes for Windows and for the future see Backup your iTunes for Windows library with SyncToy.
    tt2

Maybe you are looking for

  • Office Document open in browser

    Hi, I am trying to open an office document directly in the browser, but IE (V8) always open the modal dialog to open or save. I have tried differents ways and read almost every threads about this topic, some of the solutions that I tried are: - Modif

  • Interference between mutliple SSLSocket

    Hello, I wrote a client and a server applications using SSLSocket and Channels. A single communication from client to server is Ok but if a second connection is made by the same client, there is interference between both connection. The first input c

  • Request to exchange unused in warranty printer cartridge #901 Tri-color

    I recently purchased an HP4620 Printer to replace HP4500 Printer which had become defective. I have an unopened, unused tri-color HP901 cartridge which I would like to either exchange or receive credit for. I would appreciate your early reply. 

  • Windows 7 Instead of Windows 8

    I was looking to buy a computer, although I would like Windows 7 rather than Windows 8. This is because I am more familiar with the program and I just like it more. Anyways I was wondering if I bought a computer could it have Windows 7 when bought, i

  • My course designed in Captivate 5 will not open in the web browser when published or in preview mode

    Does anyone know why my course will not open in a web browser. It's a pretty standards course. It's 800 X 600 with 73 slides that are all about 10 seconds long. It does have a few videos incorporated, but I removed them and published and I still got