Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How To RECORD VIDEO using VB.NET coding?

How To RECORD VIDEO using VB.NET coding?

Scheduled Pinned Locked Moved Visual Basic
csharphelptutorialquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sNoW __
    wrote on last edited by
    #1

    Need help on this.. i search in search engineer but all gave me playback of video file or Capture picture shot. Any pro here know how to record video or have the program?

    B 1 Reply Last reply
    0
    • S sNoW __

      Need help on this.. i search in search engineer but all gave me playback of video file or Capture picture shot. Any pro here know how to record video or have the program?

      B Offline
      B Offline
      Briga
      wrote on last edited by
      #2

      You have three options, at least: 1) Buy an OCX and read the code samples it come along with (i.e. Pegasus Capture Pro, or the Viscom I remember) 2) Install, read Microsoft DirectX SDK and browse the sample code provided 3) Write your own from scratch based on VfW (old, tough and I think pointless).

      S 1 Reply Last reply
      0
      • B Briga

        You have three options, at least: 1) Buy an OCX and read the code samples it come along with (i.e. Pegasus Capture Pro, or the Viscom I remember) 2) Install, read Microsoft DirectX SDK and browse the sample code provided 3) Write your own from scratch based on VfW (old, tough and I think pointless).

        S Offline
        S Offline
        sNoW __
        wrote on last edited by
        #3

        i haf try DirectX, it only help to capture photo, play audio and video files. But not Record VIDEO.

        B 1 Reply Last reply
        0
        • S sNoW __

          i haf try DirectX, it only help to capture photo, play audio and video files. But not Record VIDEO.

          B Offline
          B Offline
          Briga
          wrote on last edited by
          #4

          It does capture video to AVI or WMV. There samples available on MSDN Library as well. But I suggest you also to have a look at the implementation presented on this site about capturing video with a DirectX class. Just use the search function on the code project and you'll get plenty of ideas. Like: http://www.codeproject.com/cs/media/directxcapture.asp (it's C# but you can simply use the DLL in VB.NET) This one will give you details about DirectX video capture: http://www.codeproject.com/directx/MPEG2\_Capture\_Device.asp Others are available.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups