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 253091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T21:43:57+00:00 2026-05-11T21:43:57+00:00

I managed to get a set of images loaded using Python. I’d like my

  • 0

I managed to get a set of images loaded using Python.

I’d like my script to take this series of images (in whatever format I need them), and create a video from them. The big limit in all this is that I am looking for something easy and simple to install. Ideally, using the standard OS X installation procedure:

  • download .dmg
  • click
  • move into the application folder

I do not want to expend a lot of effort to install the video editing program. Just something simple that works.


Questions

  1. What format should I aim for? I need my video to be playable on Linux, Mac, and Windows systems. The images are graphs, so we are speaking of discreet images, not photographs. It should be pretty easy to compress it. There will be about 1000 images, so this will be a short movie.

  2. What tools should I use to produce the actual video? I need to either do it directly from Python using a library designed for this purpose, or by scripting command-line tools called from Python.

  • 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-11T21:43:58+00:00Added an answer on May 11, 2026 at 9:43 pm

    If you’re not averse to using the command-line, there’s the convert command from the ImageMagick package. It’s available for Mac, Linux, Windows. See http://www.imagemagick.org/script/index.php.

    It supports a huge number of image formats and you can output your movie as an mpeg file:

    convert -quality 100 *.png outvideo.mpeg
    

    or as animated gifs for uploading to webpages:

    convert -set delay 3 -loop 0 -scale 50% *.png animation.gif
    

    More options for the convert command available here: ImageMagick v6 Examples –
    Animation Basics

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

Sidebar

Ask A Question

Stats

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

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

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

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

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Try this function subject_one(){ sleep(1); } function subject_two(){ sleep(5); }… May 12, 2026 at 10:29 pm
  • Editorial Team
    Editorial Team added an answer NSArray is not mutable, that is, you cannot modify it.… May 12, 2026 at 10:29 pm
  • Editorial Team
    Editorial Team added an answer There's active and ongoing research into the best and most… May 12, 2026 at 10:29 pm

Related Questions

I managed to get a set of images loaded using Python. I'd like my
I'm using mod_deflate on Apache 2.2 and the compression level is set to 9.
A lot of apps pop up a transparent view with rounded corners and an
I am building a CSS site and fail solving this partial problem: On the
I'm trying to use the UIImagePickerController interface from OS 3.1, with the cameraOverlayView and

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.