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
1
vote
0 answers

Reading a 3gp file on Safari

first, I'm sorry if my english is not very good, I'll do my best :) As said in title, I would like to read 3gp files in Safari, on an iPhone. First, I have a file on my machine, and a litle test page with a link wich points on this file. When I…
1
vote
1 answer

Stream 3gp media content through ffserver to mobile devices

I want to use FFserver to stream my 3gp content to mobile devices. I understand that ffserver needs an input feed in .ffm format. I am not sure what this format is. Does ffserver support streaming of 3gp contents?
Sujith
  • 21
  • 1
  • 3
1
vote
1 answer

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
Toad
  • 15,593
  • 16
  • 82
  • 128
1
vote
1 answer

Extracting the duration of a 3GP video file in Java/ Android

I am absolutely new to Android Development and am trying to create a small Video Player which can record videos and view recorded videos. I am viewing the list of videos recorded by the app in a ListView where for each video I show the title and…
Ashin Mandal
  • 463
  • 1
  • 6
  • 19
1
vote
1 answer

Video format usage in videoview

I am building an application that deals with thousands of videos and am wanting to know what the fastest video format is for Android eclipse. I currently use .3gp. Also I put my code up, so if anybody has any suggestions about it, fell free to…
scott1218
  • 87
  • 2
  • 10
0
votes
1 answer

3gp file format opens in safari but not in a UIWebView why?

I am trying to play a video in my iPhone application using the UIWebView component, the video is of format 3gp. If I try to open the url link to the video in the built in "Safari" application on my iPhone the video plays successfully without any…
Legnus
  • 159
  • 1
  • 2
  • 12
0
votes
2 answers

Detecting DTMF digits from a 3GP file

I was wondering is there any way to detect DTMF digits from a 3GP file using java.
avinash
  • 163
  • 2
  • 12
0
votes
2 answers

Exporting audio from 3gp video files with AVAssetExportSession

I am trying to export the audio from a 3gpp video file and it is not working... Does anyone know what I may be doing wrong? Here is the code I am using: NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask,…
Zigglzworth
  • 6,645
  • 9
  • 68
  • 107
0
votes
2 answers

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…
Pavel Feldman
  • 4,621
  • 7
  • 30
  • 31
0
votes
0 answers

Issue with repairing 3GP video using untrunc - Error: bad track: 's263'

I am trying to repair a corrupted 3GP video using the untrunc program, but I'm facing an issue due to an error. The command I ran: ./untrunc -v ~/Desktop/logic/Video0086.3gp ~/Desktop/logic/Video0035.3gp I am running Ubuntu 20.04 LTS and using the…
sifirib
  • 13
  • 5
0
votes
1 answer

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. Are there any other players that can playback these…
Mark
  • 700
  • 2
  • 7
  • 17
0
votes
1 answer

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 I assume that this lets you include multiple…
beardedd
  • 371
  • 2
  • 6
  • 14
0
votes
4 answers

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 the code i am using $config =…
koool
  • 15,157
  • 11
  • 45
  • 60
0
votes
1 answer

3GP video with "jpeg" video codec

I have cheap feature phone which can record videos in 3gp file format. When I upload such video to computer and inspect it with mediainfo it gives mysteriuos output: Format : MPEG-4 Format profile …
0
votes
2 answers

difference between "enum" and "choice" type in ASN1

can somebody please explain when an "enum" variable is used vs when a "choice" variable is used in ASN1 ?