I'm working on efficient baseline JPEG to proprietary MPEG-1 transcoding.
Both formats have a lot in common in their encoding.
Instead of coding from scratch,
for a little programming project on the Windows platform I'm looking for:
a. open source C/C++ MPEG encoder (with the source code)
b. compiler belonging to a.
c. open source C/C++ JPEG encoder (with the source code)
d. compiler belonging to c.
Any suggestions and comparisons are welcome on all 4.
+ Reply to Thread
Results 1 to 6 of 6
-
-
bbMPEG is an open source MPEG encoder...
Regards.Michael Tam
w: Morsels of Evidence -
there is a list of open source code here http://www.mpeg.org/MPEG/index.html
and here
http://www.chiariglione.org/mpeg/index.htm"Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650) -
Originally Posted by Emiel Schiphorst
Maybe I already have developped what you're looking for.
A while ago, I required a Jpeg/Gif/Bmp/Ppm 2 MPeG encoder for my program VCDwizard.
The project is a win32 DLL (so only developpers can use it) and does do the conversation in 1 function call (so no messing around with many functions).
The Mpeg created is suitable for VCD (Mpeg-1 still's) and/or for SVCD (Mpeg-2 still's).
The project is GNU GPL'd (so free) and can be obtained from following location : https://sourceforge.net/projects/mjpgtools/.
If you want to edit the code, you require "MS-VisualStudio 6.0 (or above) Enterprise" - if you don't have that or don't want to mess with the code, then use the DLL directly. The DLL has been linked so it can be imported in any win32 development-environment (VB, VC, Delphi, ...).
Hope I helped you with this..
cu. -
Hi I am trying to do edge detection in a video file using C in linux or Unix. I am new to both linux and Unix. Is there any simple video file format available or is it better to do using webcam.
Worth facing 1000 defeats for one victory -
DO NOT DOUBLE POST ! (PLEASE)
"Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650)
Similar Threads
-
Best open source NLE software
By landstake in forum EditingReplies: 42Last Post: 24th Jun 2012, 00:09 -
any open source vReveal alternatives?
By deadrats in forum ComputerReplies: 2Last Post: 12th Oct 2009, 07:16 -
Do you donate to open source software?
By yoda313 in forum PollsReplies: 15Last Post: 28th Aug 2009, 19:15 -
In linux. how do I burn slideshow DVD from jpeg/mjpeg combo source?
By nidape in forum Newbie / General discussionsReplies: 0Last Post: 11th May 2009, 06:33 -
open source program for converting .avi and/or mpeg-2 to .f4v
By lapchumic in forum Video ConversionReplies: 2Last Post: 9th Jun 2008, 12:10