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
13
votes
2 answers

Fix 3GP file after streaming from Android Media Recorder

I am trying to stream video from android camera through local unix socket and write file from stream to sdcard. Everything works fine, except file is not playable with any player. It's because Android not filling some gaps in the file because socket…
Alex Amiryan
  • 1,374
  • 1
  • 18
  • 30
6
votes
1 answer

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 to have control over the MPMoviePlayerController…
user426651
  • 91
  • 1
  • 4
5
votes
1 answer

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 ,modify the video instead of playing a video file.…
Bear
  • 5,138
  • 5
  • 50
  • 80
5
votes
1 answer

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 heard somewhere that for some audio formats you can…
Kevin
  • 51
  • 3
4
votes
0 answers

Is there a HD version (Higher Quality) .3gp video in youtube for HTML players?

I was STREAMING a video to a Chinese Tablet without Flash from Youtube in HTml5 format and the quality was very poor. It plays fine without flash, but I would like a higher quality video in this .3gp format for the tablet. I think this was meant…
Heather McVay
  • 939
  • 3
  • 15
  • 31
3
votes
0 answers

3gp video and AVPlayer in iPhone

I have an iPhone application that plays the videos of Camera Roll using AVPlayer. I have a 3gp video in my iPhone which I am not able to play using AVPlayer but can be played in Photos app. I would like to achieve these: The videos that are not…
spd
  • 2,114
  • 1
  • 29
  • 54
3
votes
1 answer

Copy 3gp moov atom from one file to another

I was in Norway and I had an awesome time; I recorded my ride on the sledges, and my HTC Sensation turned off when I finished my ride because my battery ran out. When I reached my laptop I found a 630 Mb video file my the phone, but I was not able…
message
  • 4,513
  • 2
  • 28
  • 39
3
votes
4 answers

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 format (specifically Whats App messenger). If i…
Matt Wolfe
  • 8,924
  • 8
  • 60
  • 77
3
votes
0 answers

Problems saved as 3gp files when screen recording on Android9

In Android 9, even if you specify MIME_TYPE of MediaStore as "video/mp4" and DISPLAY_NAME as "fileName.mp4", it will be saved as a 3gp file. In Android 10, it works without problems. How to solve this problem val contentValues =…
3
votes
2 answers

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.
yasemin
  • 91
  • 1
  • 7
3
votes
0 answers

How to Play 3gp Video in HTML5?

Playing a 3gp file with HTML5 does not work. I have Firefox 16 and Chromium Version 22 and the result I got is the following: No video with supported format and MIME type found. Here's the code I used:
3
votes
1 answer

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.
Hrvoje Hudo
  • 8,994
  • 5
  • 33
  • 42
2
votes
1 answer

3gpp/audio quicktime embed

How to embed a 3gpp audio file with quicktime or any other plugin (couldn't find another one) into a website? this one is not working for me...getting a question mark on the quick time symbol..
mboeckle
  • 938
  • 13
  • 29
2
votes
1 answer

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 my own mp4 or 3gp files. Whenever I chose these…
Pedro Lobito
  • 94,083
  • 31
  • 258
  • 268
2
votes
1 answer

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 then convert the video. Has anyone what have done…
Lucas Santos
  • 117
  • 2
  • 11
1
2 3 4 5 6 7