View Full Version : I need something like AviSynth but exactly the opposite
liero
15th May 2006, 14:34
I want to create a video file (not too big : something like MJPEG with a high quality) from bitmaps.
I will give bitmap every 1/25e seconds and the software will create a MJPEG video (exactly the inverse of AviSynth in fact)
If anyone has an idea ...
Wilbert
15th May 2006, 14:49
If anyone has an idea ...
Import *.bmp with ImageSource (followed by AssumeFPS(25)) and encode with a MJPEG codec. Use the non-free ones, or the one in ffdshow.
liero
15th May 2006, 17:09
Thank you for your quick answer !
I'm not sure that your method will work because I don't know the next image when I give one to AviSynth.
In fact, I want to do a real-time compression : I capture one image then I give this image to AviSynth, etc.
P.S. : sorry for my english !
murattttt
16th May 2006, 19:54
I think you are trying to capture video from a protected source and came up the idea that only solution could be printing the screen 25 times a second. Be more specific (like what is the medium you are trying to encode) and so will be the answers.
liero
18th May 2006, 13:54
In fact, it's not exactly what you said.
I capture the stream from a video camera, add some things in overlay, and then print the result on screen. I can do this thanks to the SDK of the acquisition card.
But, now, I want to record this stream in real-time in a file (images captured from the video camera + overlay)
I hope it's clearer ...
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.