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

  • Home
  • SEARCH
  • 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

Ask A Question

Stats

  • Questions 274k
  • Answers 274k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I don't know anything about the details of the Java… May 13, 2026 at 2:25 pm
  • Editorial Team
    Editorial Team added an answer There's no mention of SoftwareLicenses in your config XML. I'm… May 13, 2026 at 2:25 pm
  • Editorial Team
    Editorial Team added an answer Here are the layers you need to create to make… May 13, 2026 at 2:25 pm

Related Questions

I'm using an EDIMAX IP Cam (IC-1520DP) which has a browser based administration. When
We are using a Sony SNC-RZ30N IP-based webcam to monitor osprey nests and would
So you have a String that is retrieved from an admin web UI (so
I need to protect my WCF web services and was thinking what is the
We have Request.UserHostAddress to get the IP address in ASP.NET, but this is usually

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.