Page 1 of 1

bitmaps to mp4

Posted: Fri Feb 08, 2013 8:27 pm
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

Re: bitmaps to mp4

Posted: Sat Feb 09, 2013 2:55 pm
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.

Re: bitmaps to mp4

Posted: Sat Feb 09, 2013 7:15 pm
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

Re: bitmaps to mp4

Posted: Sun Feb 10, 2013 5:06 pm
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."