mpeg2-ts Questions
5
I'm trying to merge multiple ts chunk files to one single file, without any loss of quality or reencoding. The files are taken from a live stream, however I'm trying to merge them in a diffrent ord...
2
I posted an same question to another community Video Production that I've found later, and which seems to be a better place for this question:
See: https://video.stackexchange.com/questions/1215...
2
I have several MPEG2 Transport Stream videos with KLV metadata embedded in them. I would like to display the videos in a web browser. Is it possible to use the HTML5 <video> tag to play a vid...
Thoma asked 9/1, 2012 at 23:7
1
Solved
3
Solved
Recently I had a task to convert the file format to mp4 and stream it. I have used ffmpeg as the transcoding tool. The MP4 file doesn't get streamed over the http protocol [have used php cgi wrappe...
3
Solved
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 >> 25 )&0xff;
pTsBuf[...
0
1
im working in a file broadcasting method using mpeg2-ts and ISDB-T ( Integrated Services Digital Broadcasting - Terrestial), My problem is that im not being able to to put a file into the data stre...
Officeholder asked 2/8, 2016 at 16:21
1
Solved
I'm new to gstreamer, and I want to stream webcam video through network with mpeg2-ts. I am able to stream video using following pipeline, but I don't know how to stream it with mpeg2-ts using mpeg...
Martine asked 12/4, 2016 at 5:34
1
Solved
I am receiving an MPEG-TS Stream via UDP and saving the contents to a file using FFmpeg (using codec copy and mapping all streams). In cases where the stream stops, I would like to restart FFmpeg t...
2
I am writing a server which live streams mpeg2-ts on HTTP and I wondered what's the best position to split an mpeg transport stream. The stream is going to be played by iptv set-top boxes and I hav...
3
When I set video format MPEG-2(Constant value 8) TS and audio format ACC(Constant value 3) it records video only without audio in ACC format. But it doesn't give any error. I tried it on Samsung Ga...
Saltworks asked 24/3, 2012 at 12:29
2
I am working in a project that needs to cut some Access units in H.264 raw elementary stream,for example remove 4 access units and play the remaining video .
For this I took Access unit Delimiter ...
2
Solved
Can someone please explain the steps I need to take in order to add a
new codec to Android?
Also, I would like the codec to be installed as part of an application
installation (or first launch) an...
Slipnoose asked 13/1, 2011 at 10:0
1
Solved
Is there any way to crop the last N seconds from a video? The format is in this case 'MPEG-TS'.
With FFMPEG, I know there is an option for start time and duration, but neither of these are usable ...
0
Hi am trying to use the mediarecorder api and generate a mpeg2ts output that contains h264 video and aac audio.
1) When i record the video alone, the output .ts file generated works fine without a...
Cleodel asked 19/11, 2013 at 6:58
1
I am recording a continuous, live stream to a high-bitrate HLS stream. I then want to asynchronously transcode this to different formats/bitrates. I have this working, mostly, except audio artefact...
Badr asked 13/5, 2013 at 11:42
2
Solved
I have an MPEG2 TS file and now I am interested in extracting PTS information from each picture frame. I know that PTS is described in 33 bits including 3 marker bits. But I don't know how this bit...
1
I have a file that i need to convert to MPEG-TS so that it fits the below specification:
Elementary stream bitrate [kbit/s]
video: 2575
audio: 2 x 192
subtitle: -
PAT/PMT: -
Stuffing: -
Component...
Hacienda asked 25/11, 2011 at 13:39
1
© 2022 - 2024 — McMap. All rights reserved.