Top "Mpeg2-ts" questions

Questions related to creation, playing and program interaction with MPEG 2 Transport stream, a standard format for transmission and storage of audio, video, and Program and System Information Protocol data.

what is difference between mp4 and mpegts?

Recently I had a task to convert the file format to mp4 and stream it. I have used ffmpeg as …

mp4 mpeg2-ts
Adding video codec to Android

Can someone please explain the steps I need to take in order to add a new codec to Android? Also, …

android video codec http-live-streaming mpeg2-ts
MPEG2 Presentation Time Stamps (PTS) calculation

I have an MPEG2 TS file and now I am interested in extracting PTS information from each picture frame. I …

c++ video mpeg2-ts
How to send MPEGTS streams over UDP

I am developing a realtime video-streaming system which is composed basically by a server and several clients. For now, let's …

ffmpeg udp video-streaming vlc mpeg2-ts
How can I convert .MTS file (AVCHD) to .mp4 by ffmpeg without re-encoding H264 video stream correctly?

I posted an same question to another community Video Production that I've found later, and which seems to be a …

ffmpeg h.264 mpeg2-ts
Generate PCR from PTS

I am trying to create PCR from PTS as follows. S64 nPcr = nPts * 9 / 100; pTsBuf[4] = 7 + nStuffyingBytes; pTsBuf[5] = 0x10; /* flags */ pTsBuf[6] = ( nPcr &…

mpeg-2 mpeg2-ts
MPEG-TS Encoding

I have a file that i need to convert to MPEG-TS so that it fits the below specification: Elementary stream …

encoding video-streaming vlc mpeg2-ts dvb
media players that supports MPEG-DASH

I want DASH MPD files to be played and tested on to different DASH supported clients. I have tested with …

media-player mpeg2-ts mpeg-dash
How to find resolution and framerate values in H.264 MPEG-2 TS?

I'm working on a MPEG-2 TS video containing a H.264 stream, and I'm looking for video properties stored in the …

resolution h.264 frame-rate mpeg2-ts
Concatenate TS files with correct timestamps

I'm trying to merge multiple ts chunk files to one single file, without any loss of quality or reencoding. The …

ffmpeg mpeg2-ts