Questions tagged [mpeg-4]

MPEG-4 is an ISO/IEC standard for video and audio compression as a successor of MPEG-2. It has much more complex capabilities including arbitrary shaped videos and new ways of synthesis.

MPEG-4 is an ISO/IEC standard for video and audio compression as a successor of MPEG-2. It has much more complex capabilities including arbitrary shaped videos and new ways of synthesis.

More information about MPEG4 is at http://en.wikipedia.org/wiki/MPEG-4

248 questions
0
votes
1 answer

MPEG-4 Decoder Vs MPEG 2 Decoder Vs 3GP Decoder, which is faster and why?

On the Android platform with ARM &/ DSP which decoder will be faster: MPEG-4 or MPEG-2 or 3GP? And why? Thanks
gpuguy
  • 4,607
  • 17
  • 67
  • 125
0
votes
1 answer

dm365 mpeg4 encoder P-Frames

I am implementing the operation of encoding video with TI DM365 mpeg4 encoder and containerizing it with ffmpeg mp4 container using a dummy FMP4 codec to produce headers and footers. While the container is proven to be working correctly using…
Ulterior
  • 2,786
  • 3
  • 30
  • 58
-1
votes
1 answer

C # FFMPEG I GET ERRORS IN MPEG2 AND MPEG4 FORMAT?

I am making a converter using the ffmepg library via c # form. I can convert all my videos to whatever format I want. But I get the following error in mpeg2, mpeg, mpeg4 formats. My code is; if (comboBox1.Text == "mpeg2") { …
Zeynep Baran
  • 37
  • 1
  • 7
-1
votes
1 answer

stream & play incompleted mpeg-4 file

I'm using MediaRecorder to record screen on android device, the output file format is mpeg-4 and without a "moov atom" in front. Now I want to stream this mpeg-4 file to remote server in real-time and make it playable, how can i achieve this? Any…
maytide
  • 3
  • 1
  • 1
-1
votes
1 answer

H264 used in video for audio stream

I've been reading on the h.264/MPEG4 (AVC) format/codec, and from what I understand, it's a codec for audiovisual content. I've downloaded a few HD videos and looked up the codec in VLC player. What I've notice is that the h.264 is used a lot as a…
TurnsCoffeeIntoScripts
  • 3,868
  • 8
  • 41
  • 46
-2
votes
1 answer

MPEG 4 video cannot display in html

I think it is not a duplicate of previous problem. The background is i am doing web development. I used opencv to gnerate video and put the video on website. Before i try it can it worked. But recently the video suddenly cannot be display in…
Fish Ung
  • 17
  • 8
-2
votes
2 answers

Video player for online video streaming (not Http live streaming) for android?

I am currently using android media player and switching different bandwidth URLs manually named on button click but video streaming is not smooth. App minimum sdk version is 15. I already looked up for Exoplayer but it is very large library. My…
-3
votes
1 answer

Get .mp4 file length Python

I want to get the video length metadata of .mp4 files, using either a module that comes with Python or a module available on PyPi and doesn't require external software. I've searched all over the internet, and all I could find was either modules…
Treehee
  • 117
  • 1
  • 2
  • 11
1 2 3
16
17