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

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 video and play it. This was working for a long…
schnickers
  • 94
  • 1
  • 9
0
votes
1 answer

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 (url.endsWith(".mp3")) { Intent intent = new…
Kazuko Ando
  • 207
  • 4
  • 17
0
votes
1 answer

How to receive 3gp file from android and decode it using python?

I'm trying to receive a 3gp file from android and use the values in to inference a machine learning model in my server. The server codes are in python. When I open the file I received using the code…
Piljae Chae
  • 987
  • 10
  • 23
0
votes
1 answer

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.
brian lewis
0
votes
1 answer

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?
lakshanz
  • 1
  • 1
0
votes
0 answers

Convert 3gp files to Ogg Vorbis?

I have a Xamarin.Android project that records audio to the .3gp format using the MediaRecorder. I need to convert this file to the .ogg Ogg Vorbis format. Is there a library or NuGet package that does this already? If not, what would be the best…
Aaron
  • 101
  • 1
  • 10
0
votes
3 answers

Ionic 3 get base64 audio string from recorded file

I am using cordova-plugin-media to record voice(with pause and resume features) in my ionic app for android. After I record it I need to get base64 string in order to play it using html audio tag. And the problem is: if I am trying to save recording…
0
votes
1 answer

Unfamiliar encoding of string (Base64?) - Trying to save and use string contents of .3gp file

I'm attempting to read the contents of a .3gp file as a string to later save that string as a valid .3gp file once again. When I read the string contents, it seems to be differently encoded than when I look at the string contents of a .3gp file on…
BirdLaw
  • 572
  • 6
  • 16
0
votes
1 answer

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 been surveyed from internet but I still can not…
Ray
  • 568
  • 6
  • 20
0
votes
2 answers

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
Dr. Rajesh Rolen
  • 14,029
  • 41
  • 106
  • 178
0
votes
1 answer

using openFileInput to read a 3gp file, is it possible?

I am trying to use openFileInput to read a 3gp file that is generated earlier in the code and saved wherever the Environment saves the file. Is this even possible and if not, how should I be approaching this problem? Here is the specific…
Wes Summers
  • 87
  • 1
  • 12
0
votes
0 answers

IPV6 address assigned to only one of the interfaces of an EPC(Evolved Packet Core) module not to other interfaces

When I am assigning IP addresses to the interfaces mgmt, net_a & net_b of an EPC(Evolved Packet Core) modules like sgw or pgw. It assigns IPV6 address i.e. inet6 addr only to one of the net_a interface & not to other interfaces. In the screen shot…
Kushal
  • 121
  • 1
  • 5
0
votes
1 answer

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:
MeProtozoan
  • 1,027
  • 3
  • 14
  • 26
0
votes
1 answer

Playing 3gp on web

Are there any flash, java (applet) component which can make 3gp play on web?
Thejesh GN
  • 1,108
  • 2
  • 14
  • 28
0
votes
1 answer

How to make 3gp from audio and image in Android?

I have problem at make 3gp video from audio and image. is there any simple way to make video fro audio and one image? or can you provide some example of it? Thank you.
adeltahir
  • 1,087
  • 2
  • 15
  • 31