Questions tagged [3gp]

3GP is a multimedia container format defined by the Third Generation Partnership Project for 3G UMTS multimedia services. References: Wikipedia

3GP (3GPP file format) is a multimedia container format defined by the Third Generation Partnership Project (3GPP) for 3G UMTS multimedia services. It is used on 3G mobile phones but can also be played on some 2G and 4G phones. 3GPP file format was designed for GSM-based Phones and may have the filename extension .3gp its characteristics are less resolution and small sized file it can be also played in desktop and laptop using VLC player but with less clarity compared to view in mobile

References: Wikipedia

102 questions
2
votes
2 answers

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: video is not…
Jeeva
  • 1,166
  • 4
  • 18
  • 39
2
votes
1 answer

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 video. Now there is no error or exception for me…
Khizar
  • 2,288
  • 5
  • 32
  • 53
2
votes
0 answers

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 source file and if i try to play it , it says the…
Khizar
  • 2,288
  • 5
  • 32
  • 53
2
votes
0 answers

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 file. Can anyone point me to any sample of iOS code…
2
votes
0 answers

3GPP Cell ID and Cell Type

I was going through the 3GPP documents, different Cell IDs and Cell Types. CellType Format CGI MCC+MNC+LAC+CI ECGI MCC+MNC+ECI SAI PLMN-ID+LAC+SAC TAI MCC+MNC+TAC For Eg: ECGI Value = 310-260-328290210 TAI Value =…
MChiru
  • 79
  • 7
2
votes
0 answers

Any idea to play .3gp video in html5 player (or custom library)

Maybe somebody has a good idea to play .3gp video in modern browsers? Maybe using any custom library (searched them - nothing good was found), not default html5 video player? Just checked caniuse, and seems that's not supported…
byCoder
  • 3,462
  • 6
  • 28
  • 49
2
votes
2 answers

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 data that produced by recorder.setOutputFile, It…
Ray
  • 568
  • 6
  • 20
2
votes
1 answer

Android 3gp to mp4 converter

I'm looking for a way to convert 3gp to mp4 in Android. I'm using the device's camera through 'MediaStore.ACTION_VIDEO_CAPTURE', and the video is transferred to my server. My server allows only mp4 files. Almost all devices save video as a mp4…
Storm
  • 21
  • 1
  • 3
2
votes
1 answer

How can I play 3gp in video.js

I am trying to play a 3gp video by using video.js, Is it possible to play 3gp with flash fallback in video.js? I am getting error:Sorry no compatible source and playback technology is found. Please give me some good advice or learning resources.
user3365987
  • 63
  • 2
  • 8
2
votes
0 answers

Playing video in Gmail

I have attached audio or video for my app.when i open my mail, i received audio or video.But my problem is when i got a audio i can find two options play and download in gmail and when i tried for video i can able to find only download option where…
Giridharan
  • 4,402
  • 5
  • 27
  • 30
2
votes
1 answer

Extract audio frames from AMR-NB file

I wrote an algorithm to extract each frame from an AMR file. I considered the first 6 bytes of the file to be the header and the following information is audio frames. Each audio frame is composed by frame header and audio data. Frame header tells…
Alexandru Circus
  • 5,478
  • 7
  • 52
  • 89
1
vote
1 answer

How to programmatically delete .3gp file in Android

I would really like your help in knowing the procedure to delete a .3gp file that has been recorded and stored. Currently the common file.delete() command does not physically delete the file and we don't even receive an error message displaying why…
Jay Nag
  • 13
  • 3
1
vote
1 answer

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) ?
Father Ted
  • 41
  • 1
  • 6
1
vote
0 answers

How to convert a WAV file into a 3gp in Android using MediaCodec

I have tried to perform the with the following conversion loop. while (true) { sampleSize = extractor.readSampleData(inputBuffer, 0) if (sampleSize < 0) break val presentationTimeUs = extractor.sampleTime val…
oikumo
  • 11
  • 1
1
vote
1 answer

Has anyone overcome low-quality issues with .3gpp?

I am prototyping a simple Twilio SMS workflow: Inbound MMS from customer (Video media is automatically stored to S3 Twilio CDN) Outbound MMS to client team with MediaUrl from S3. The inbound MMS media is typically a video sent and recorded via…
Danny
  • 19
  • 4