3gp

Thumbnail image from .3gp file

Does anybody know how to get thumbnail (still image) from 3gb video file? First frame or something like that. I'm using .net, but solution can be in any language (managed or native), or third-party product. ...

creating mobile streaming server (3gp)

I need an Open Source solution & tutorial for creating mobile streaming server that can stream video on 3gp (3gpp) format, i have tried using Helix DNA Server, but it's free version only allow real media not 3gp. I have heard about DSS (Darwin Streaming Server) but i can't found any Windows binaries (compiled exe) for that, and Catra St...

how do i upload 3gp files

How do I upload 3gp files to my server and view it? I was told that I need a htaccess. ...

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 3gp before last portion of flv is downloaded. Or are there any similar services already implemented - my goal is to have something like ht...

3GP playing on Windows Mobile

Developing a 3GP player for Windows Mobile...Playing 3GP content on AxWindowsMediaPlayer using any codec or library... Apart from this can we play the 3GP content on the default device windows player by calling some method... Any links any content towards this direction is really appreciated... Can we test all this on emulators or we req...

how can I play a 3gp movie (not streaming) in a form with c#?

Hi, I want to be able to play small 3gp clips (not streaming) on a form. How can this be achieved? Thanks R ...

Is there a browser embedded player that can play 3gp, amr, mid, mp3 & wav

Hi, I want to play in my web site 3gp, amr, mid, mp3 & wav files My web site should support Internet explorer 6 & 7, It don't have to support mobile devices at all - only standard desktop IE 6&7. Is anyone knows a player that I can embed in my web site? ...

3gp File format question

Hi , I have a doubt regarding 3gp/mp4 file format. Is it possible to have multiple audio/video tracks within a same file encoded with different codec. e.g one amr audio track and one aac audio track. one h264 video track and one h263 video track. User can choose which audio /video combination it want to play. Regards nitin ...

Missing of image when conversion from flv to 3gp

I use in command line for ffmpeg -i Input.flv -vcodec h263 -b 256k -r 15 -s 320x240 -acodec libopencore_amrnb \ -ab 7.4k -ar 8000 -ac 1 -f 3gp Output.3gp The result is audio-only, without video. But when the 176x144, it works great. What's wrong in using of frame size (320x240)? And what is the solution? ...

Is there any free embeddable 3gp player?

I would like to have a flv, 3gp player ( embeddable ) for my site. Till now, I found http://flv-player.net/players/maxi/ , http://flowplayer.org/ these are free FLV players. But how can i play 3gp files on my site. Please suggest me any free embeddable 3gp player. Note: I am not expecting anything like QuickTime ...

Splitting/Merging 3gp files using a java library

Hi, I'm wondering if there's a java library out there that can manipulate 3gp files. Mostly I'm interested in splitting or merging existing video files. I've looked at JMF (java media framework), but it doesn't support 3gp…and FFmpeg looks promising, but it's not clear that the library allows splitting/merging of existing files. Does ...

How to create simple animations in 3gp format?

I am trying to create a simple animation which includes face of a famous character. For example Santa Clause. The face and the lips of the character will act according to the given input message. For example if a string is inputed then the lips of the character will be opened and closed till the end of the string while the given input me...

How to make convert operation from .MOV to 3GP in Java

Hi guys I wanna convert ".MOV" extentioned files to 3GP extentioned Files in java. Currently i m using Java Media Framework for creation opetion of .MOV file. But now my need is converting these videos to 3GP. I googled my issue but i couldnt get any solution. How can i do this? Any help will be appreciated. ...

How to convert AVI to 3gp in C# ?

Hi, Is it possible to convert an AVI file to 3gp in C# ? If so how could I do this? Any ideas will be appreciated, thanks in advance. ...

FFMPEG FLV to 3GP more then 176x144 size

Hi all I am converting my.flv to my.gp3 with this command ffmpeg -i my.flv -acodec libamr_nb -s 176x144 -ar 8000 -b 120000 -vcodec h263 -ab 10.2k -ac 1 my.3gp but size of my flv is 320x240 and I am trying change 176x144 to 320x240 but getting 3gp file with 0kb , how can I do that and get my.3gp file with same size like my.flv And one...

how to stream 3gp video files in c++

i like to be able to stream and display 3gp video files that in my case coming from the YouTube Api im programing in c++. can it be done ? ...

Playing 3gp on web

Are there any flash, java (applet) component which can make 3gp play on web? ...

YouTube 3GP link (mobile development)

Hey all! Trying to develop a mobile website. Right now, I'm using the following link to play a YouTube video, however, it requires the YouTube app to be installed on the phone (iPhone, Android, Blackberry, etc.): http://www.youtube.com/v/videoID However, some devices support RTSP natively (without the YouTube app), so, I'd like to do ...

3GP/AMR mix/merge tracks

Is there an easy way to merge 2 3gp (amr) audio files into 1 single audio file? I need them to be synchronous/over top of each other not one after the other. I am using android to do this. I have heard somewhere that for some audio formats you can simply add the bytes (being careful that you dont get a too high or too low result). Is...

Video: Embed a RTSP 3GP Quicktime seems to be impossible

Situation: I want to embed this stream in my website: rtsp://v8.cache2.c.youtube.com/CiQLENy73wIaGwnUg6yvPB1bKxMYESARFEgGUghzdGFuZGFyZAw=/0/0/0/video.3gp Problem: All my tries to embed fail, only Quicktime logo shows up. Code: <object height="200" width="400" codebase="http://www.apple.com/qtactivex/qtplugin.cab" classid="clsid:02BF25...