tags:

views:

23

answers:

1

Hi

How to convert thro objective-C the MPEG1 to MPEG4? Is there any application that does, so that i can add to my app and test?

Thanks.

+1  A: 

Ugh.

You could use mencoder to do it, but I don't suggest it. MPEG-1 is very different from MPEG-4. There's nothing that even approaches a good way to convert without taking a significant quality hit in the transcode.

Kalium
Can it be done at source code level, as i can't have the user to download software or anything, everything should be done at source level.Thanks.
Sharpeye500
What? I'm not even sure what you're asking. Your question doesn't make sense. "Source code level" makes no sense whatsoever.
Kalium
The video path is coming from DB, each user will play a video on his iphone, so the video path that is stored is in MPEG1 format, to play in iphone it has to be converted to MPEG4, while the play happens from the source code, is there an option to do this conversion at the source code level from objective-c? Does this makes sense?
Sharpeye500