Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
293 views

How to play 3gp file in Java?

It is a Java question. I try to use Fobs4jmf to play 3gp. I can see the video but without any sound. Is there any solution? And I try a newer library called xuggler, but I only see how to manipulate ...
4
votes
1answer
808 views

Play Youtube video in MPMoviePlayerController or play RTSP - 3GP link

I've checked on stackoverflow and searched all over the internet but haven't been able to find a solution to my problem. In my app I need to have control over the way a youtube video is shown. I need ...
4
votes
2answers
716 views

How to convert AVI to 3gp in C#?

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.
3
votes
0answers
384 views

3GP/AMR mix/merge tracks

Is there an easy way to merge 2 3gp (amr) audio files into a 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 ...
2
votes
1answer
174 views

xuggler: no video in encoded 3gp file

i am trying to encode videos into 3gp format using xuggler, i somehow got it to work, work as in the program stopped throwing errors and exceptions, but the new file that is created does not have any ...
2
votes
0answers
124 views

xuggler: no error but , file still not converted to 3gp

i am using xuggler to convert file to 3gp format. Now afetr a lot of googling i have come to a point where i get no error on the console but the converted file is just 65Kbs as opposed to the 3Mb ...
2
votes
1answer
602 views

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 ...
1
vote
1answer
49 views

Lua - convert 3gp file to raw (or wav)?

I'm using the Ansca Corona version of Lua and was wondering what's the best way to get at the raw uncompressed sample data in a 5 second long 3GP audio file ? Perhaps convert the 3GP to RAW (or WAV) ...
1
vote
1answer
80 views

iPhone SDK - Converting .mov to .3gp

I need to convert a video in format ".mov" to ".3gp". I searched on Google and I found some people saying to use ffmpeg. I search a lot but I don't found any tutorial to how compile ffmpeg for iPhone ...
1
vote
2answers
101 views

How to tell if .3gp file is audio or video in android

I have an app which allows user to import media (videos, photos, audio) which will then be managed by the application (as evidence). I've found that some audio recording apps will save audio in .3gp ...
1
vote
2answers
107 views

Windows Phone7 How to Play 3gp video?

I am using this code, String video="http://bitcast-in.bitgravity.com/divum/espn/j2me/260811_Nojo-does-a-Maria.3gp"; mediaplayer.Source = new Uri(video); mediaplayer.Play(); In layout: ...
1
vote
0answers
256 views

Play 3gp Video File on iPad

I've found quite a few posts saying, "The documentation says that iOS can play 3GP files, here's a link to Apple's docs", but the reality of the situation is: No Apple sample code plays a 3GP video ...
1
vote
1answer
298 views

need to play 3gp, flash, html5 videos and more on a site

Unfortunately as I search and read questions and their responses in the archives I'm getting overwhelmed due to unfamiliarity. I have to code up a basic website that will allow users to upload a ...
1
vote
2answers
603 views

where can I find the native source code of android api of camera?

In order to make the streaming and saving data of the recording at the same time, I would like to use the output of Mediarecorder which an Api in Android to record a video. However, when I save the ...
1
vote
2answers
508 views

Open source converter which can convert mp4 to 3gp and 3gp to mp4

please provide me link of good open source exe which i can call from .net and convert mp4 to 3gp and 3gp to mp4. Thanks
1
vote
1answer
460 views

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 ...
1
vote
1answer
75 views

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 ...
1
vote
1answer
535 views

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

I want to be able to play small 3gp clips (not streaming) on a form. How can this be achieved? Thanks R
1
vote
3answers
4k views

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 ...
0
votes
1answer
109 views

Asterisk Video Playback (mp4/3gp)

I'm trying to play a video file during a call with asterisk 1.4 for a couple of days now without success. I'm able to make video calls to other users using codec h263 and h264 but I'm not able to play ...
0
votes
0answers
33 views

Mp3 to 3gp6 compression like zippyshare preview

I need to find the way how to convert audio files to 3gp6 file like Zippyshare (on linux). What is interesting they have really good quality preview files but size is quite small. Examples: ...
0
votes
1answer
127 views

Using jlayer/javazoom, or vlcj to playback audio (MPEG4, RAW AMR, or THREE GPP)

Can jlayer/javazoom, or vlcj playback MPEG4, RAW AMR, or THREE GPP? I have searched, and I cannot find how to correctly use the players, or whether they even support playback of these file formats. ...
0
votes
1answer
79 views

Linux can't determine MIME type for 3GP, 3GPP2, etc. files?

When I run file -bi 'filename' in CentOS for 3GP, 3GPP2, etc. files, the return value is blank. For other files such as JPEG, GIF, MPEG, etc, the command returns the correct MIME type. Why is ...
0
votes
2answers
72 views

Libraries for decoding 3gp in .net?

Does anyone know of any libraries or sdks for .Net that focus on decoding 3gp files into other media formats?
0
votes
1answer
74 views

Darwin Streaming Server - Adaptive Bitrate?

Can anyone provide any direction or links on how to use the adaptive bitrate feature that DSS says it supports? According to the release notes for v6.0.3: 3GPP Release 6 bit rate adaptation support ...
0
votes
1answer
203 views

Android: MediaScanner marks 3gp file with video/mp4 mimetype

I just noticed that MediaScanner marks 3gp file with video/mp4. I've searched about it in Google and found this link. It is written there that, "The video camera marks videos that it creates with ...
0
votes
2answers
309 views

codeigniter upload 3gp or mp4 files doesnt work

hi I am trying to upload 3gp and mp4 files on code igniter and it doesnt work the mpg files are uploaded fine using the same code could anyone help me with that I will really appreciate that Here is ...
0
votes
0answers
41 views

What is the purpose of chunking samples in the ISO audio format?

I'm writing an app that splits and merges audio files in ISO format (3gp, mp4, etc.) I have the basics down, but I need to come up with a strategy for organizing the audio samples into "chunks". As ...
0
votes
1answer
546 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
529 views

mp4, 3gp, mpeg, mp3 streamed inside or outside of webview

Is there any confirmed solution to running mp4, 3gp or mp3 files via webView? I finally have my code working public boolean shouldOverrideUrlLoading(WebView view, String url) { if ...
0
votes
0answers
339 views

SAMSONG Galaxy Mini, Android 2.2

I'm trying to play an mp4 video on my handset using the video view - the same source runs the videos perfectly well on the emulator, but on the handset :-( I've seen commonsware answers on the net, ...
0
votes
0answers
56 views

Android Dialer number limit

What is the limit of characters that can be typed in the default android dialer and successfully sent as an MMI code? Is it phone dependent?
0
votes
1answer
508 views

how to add text watermark and convert video to 3gp with FFMPEG?

how to add text watermark and convert a video flv to 3gp with FFMPEG?
0
votes
0answers
121 views

How to to add a watermark to an existing 3gp video file programmatically using J2ME?

I need to programmatically add a watermark to an existing 3gp video file using J2ME on nokia or blackberry devices. On a desktop application I need to use ffmpeg library, but is there any way to do ...
0
votes
0answers
203 views

Redirecting to 3gp file closes android browser

I've got a problem with opening .3gp files on Android when the default browser is redirected to them. What happens at the moment: Check operating system Check connection speed Redirect to ...
0
votes
0answers
227 views

playing 3gp live streams in java

Does anybody know if there is anything in java in order to play 3gp live streams? thanks Stefano
0
votes
1answer
272 views

Get 3gpp file information - length - bitrate

I'm trying to get the some information from a .3gpp file. What i need is length of file (how many seconds of audio), and the bitrate. I've been searching around, but cant find any way to do this. ...
0
votes
1answer
108 views

How can I write a program to dispart the audio and video track from .3gp file?

I want to write a program that dispart the audio and video track from .3gp file. (The format of video track is h.263 and audio is AMR. The data is generated from Android.) A lot of information had ...
0
votes
1answer
619 views

Error while playing 3gp video stream in some phones

Getting error while playing/streaming 3gp format in some phones (Motorola Droid /Galaxy S) but the video is playing without any problem in Nexus 1. How can i resolve this issue other than using ...
0
votes
1answer
1k views

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 ...
0
votes
1answer
206 views

Playing 3gp on web

Are there any flash, java (applet) component which can make 3gp play on web?
0
votes
1answer
311 views

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 ?
0
votes
1answer
2k views

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 ...
0
votes
1answer
617 views

Splitting/Merging 3gp files using a java library

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 ...
0
votes
1answer
475 views

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 ...
0
votes
1answer
134 views

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. ...
0
votes
2answers
4k views

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

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 ...
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 ...
0
votes
1answer
528 views

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.