Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 496419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T05:41:04+00:00 2026-05-13T05:41:04+00:00

There is an IP web camera that I wrote a .NET class for sometime

  • 0

There is an IP web camera that I wrote a .NET class for sometime ago. It’s basically a Timer implementation that pings a snapshot CGI script from the camera every five seconds. The camera itself is very rudamentary; it does not have any sort of API for me to work with, the only thing I can do programmatically (remotely) is invoke this script. The script returns a 640×480 JPEG image. Simple.

Now what I need to be able to do is take a days worth of these images, and create a “time lapse” AVI video stream out of it that will eventually be embedded into a web page. How can I do this with VB.NET?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T05:41:04+00:00Added an answer on May 13, 2026 at 5:41 am

    .net doesn’t directly support video formats. Your best option would be to use a 3rd party tool to generate the .avi.

    ffmpeg is one option. You could access it directly via a command line like this:

    ffmpeg -f image2 -i img%d.jpg /output/a.mpg
    

    You would need to name your images img1.jpg, img2.jpg etc. For more details see the ffmpeg faq. You should also find details in the faq for how to output different video formats.

    You can start a process from vb using Process.Start(). Something like this:

    Process.Start("ffmpeg.exe", "-f image2 -i img%d.jpg /output/a.mpg")
    

    You could also take a look at ffmpeg-sharp or Tao.FFmpeg, they are .net wrappers for the ffmpeg libraries. I haven’t tried either personally, but it looks like it might help you out.

    Another alternative would be to take a look at MEncoder, which has similar functionality. You should be able to look up a similar command line for this tool.

    [Related SO question: 271003]

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Are there any Web page designing software out there that allow me to drag
I see on the web there are a lot of questions about caching ASP.Net,
There are 3 web apps. Site A and B are both ASP.NET Web Application
In my web application there is a process that queries data from all over
There are pages scattered around the web that describe POSIX AIO facilities in varying
Is there a way to use camera (web camera or phone camera) as a
Is there web page (Adobe or other) that visually shows all the available Flex
Is there a web service of some sort (or any other way) to pull
There are several web applications which allow you to send photos from your mobile
There's a web services I want to call in my application, I can use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.