Tagged Questions

0
votes
1answer
6 views

Exporting audio from 3gp video files with AVAssetExportSession

I am trying to export the audio from a 3gpp video file and it is not working... Does anyone know what I may be doing wrong? Here is the code I am using: NSArray *paths = ...
0
votes
1answer
549 views

iPhone-App Doesn't play 3GP Video After Apple Update

I have a problem with my iPhone app. I will try my best to describe it. I have an iPhone app that can display a web page. This webpage has a link to a 3GP video. Clicking on this link will open the ...
0
votes
2answers
1k views

flv stream decoding, 3gp encoding

Are there any open source projects in any language and other recourses that I need to look at in order to implement flv to 3gp conversion? It's better to be streaming, I mean return first portion of ...