Questions tagged [h.263]

H.263 is a video compression standard originally designed as a low-bitrate compressed format for videoconferencing.

H.263 is a video compression standard originally designed as a low-bitrate compressed format for videoconferencing. It was developed by the ITU-T Video Coding Experts Group (VCEG) in a project ending in 1995/1996 as one member of the H.26x family of video coding standards in the domain of the ITU-T.

H.263 has since found many applications on the internet: much Flash Video content (as used on sites such as YouTube, Google Video, MySpace, etc.) used to be encoded in Sorenson Spark format (an incomplete implementation of H.263[1][2][3]), though many sites now use VP6 or H.264 encoding. The original version of the RealVideo codec was based on H.263 up until the release of RealVideo 8

Source: http://en.wikipedia.org/wiki/H.263

6 questions
2
votes
1 answer

Effective video stream compression in C#

I am looking for a effective way to compress a real time video stream. In my project, the streaming seems important because my system will send and receive both the audio and video streams at the same time. I am considering using H261 or H263. How…
Adam Aiken
  • 418
  • 7
  • 18
1
vote
1 answer

Convert IPLimage to h.263 format

I'm using OpenCV for some 2D image processing. I need to convert IPLimage (which is captured by camera) to H.263 (not h.264) encoded format. Is there any built-in OpenCV function to achieve this? If not, are there any appropriate APIs that I could…
1
vote
0 answers

is there any trick or extension tool for play MP4 H.263 format on JwPlayer6?

I know Jwplayer6 can not support from MP4 H.263 format. (+) Is there any trick or extension tool for play MP4 H.263 format on JwPlayer6?
Nabi K.A.Z.
  • 9,887
  • 6
  • 59
  • 81
1
vote
2 answers

How to packetize H.263 into RTP packets after stream is encoded with FFMPEG

I have a Java based VoIP Softphone (jPhoneLite) that supports H.263+ and H.264. But currently the H.263 (RFC2190) is incomplete. According to the RFC the data must be split up at MB (macroblock?) boundaries but I have no idea how to find them. If…
Peter Quiring
  • 1,648
  • 1
  • 16
  • 21
0
votes
0 answers

Video codec: dealing with delta values

Assume I have a ref (key) frame I encoded. Now I want to inter-predict the next frame called delta frame P. To do that I calculate motion vectors and find diff between compensated P and I. However, this diff can be quite huge in some cases. Given…
maxest
  • 89
  • 1
  • 10
0
votes
1 answer

How to watch a h263 video via rtsp with gstreamer

I'm trying to read a video stream, encoded in the h263 format, that I'm receiving via rtsp, with gstreamer, on windows. At the end, I have to get a BGR or RGB format (to use Qimage/Qt). I can watch the flow with vlc rtsp://172.22.1.2:8554/test I can…
Clem's
  • 41
  • 1
  • 7