bitmaps to mp4

Archive of historical development discussions
Discussions / Development has moved to GitHub
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Post Reply
shawnning
Posts: 2
Joined: Fri Feb 08, 2013 7:41 pm

bitmaps to mp4

Post by shawnning »

Hi, Everyone

I am writing a program to convert thousands of bitmaps into a mp4 file. I am currently convert them into MS AVI file and then use handbrake to convert avi to mp4.
Is there an interface in handbrake can read bitmap and generate mp4 file directly? If not, How difficult is it to implement such a thing? Can anyone point to me where to start?

I know ffmpeg and libavcode has such a function, but the code is such a mess. I have quickly checked the handbrake source code and it is much more elegant.

Thanks
Shawn
Deleted User 13735

Re: bitmaps to mp4

Post by Deleted User 13735 »

Most nonlinear editors convert image sequences to video files with ease.
I don't see a big need to write separate software or scripts when NLEs do it better.
Just my thoughts, you understand.
shawnning
Posts: 2
Joined: Fri Feb 08, 2013 7:41 pm

Re: bitmaps to mp4

Post by shawnning »

Thanks for the reply.
Can you name a few? Open sourced as I need integrate that piece of code, from bitmap to mp4
Deleted User 13735

Re: bitmaps to mp4

Post by Deleted User 13735 »

I'm sure AviSynth / MeGUI will do everything you need. All you need to do is write a simple script.
I don't use any nonlinear editors that are "open-sourced" so I can't help you there.
They will all take image sequences to mp4 without any additional "code."
Post Reply