transport-stream Questions

3

Solved

I'm trying to convert a .ts file with this output to mkv: ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers built with Apple clang version 12.0.0 (clang-1200.0.32.27) configurati...
Spiller asked 2/2, 2021 at 16:15

6

I am using m3u8 video format for streaming the video and now I need to display subtitles for the same. I searched in Apple Documentation and found that I can achieve this by using the closedCapti...

1

I want to create mpeg ts segment for HLS streaming. The ts should contain metadata as a separate stream as shown below- **Stream #0:0**[0x102]: Data: timed_id3 (ID3 / 0x20334449) **Stream #0:1**[...
Toilet asked 20/1, 2015 at 10:57

3

I wish to extract the audio and video of a certain program in a transport stream file (.ts) by specifying its PID without losing quality and using the same codec in the resulting file (the output f...
Lagos asked 18/12, 2012 at 22:17

1

Solved

Everything is in the same directory. M3u8 File: #EXTM3U #EXT-X-ALLOW-CACHE:NO #EXT-X-TARGETDURATION:10 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-KEY:METHOD=AES-128,URI=MyKeyFile.key #EXTINF:10, aes_ts_files...
Monetta asked 1/11, 2016 at 18:46

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

2

Solved

To the demux the input is a byte stream. Everything is just zero's and one's. Now how does the parser differentiate between 0x47 in the data and the 0x47 that is the sync byte of the Transport stre...
Belda asked 3/9, 2015 at 23:23

3

I am using ffmpeg to convert mp4 video from youtube. The video is HD 1080. When I convert it to mpeg2video, the video loses its sharpness, regardless of the -s 1920x1080 parameter. How can I conver...
Jetta asked 28/6, 2011 at 8:48

2

I want to reduce the muxing overhead when creating .ts files using FFMPEG. Im using FFMPEG to create a series of transport stream files used for HTTP live streaming. ./ffmpeg -i myInputFile.ismv...
Desirae asked 27/3, 2013 at 14:40

2

Solved

I need to use MediaCodec without the MediaExtractor and I'm reading the file using a FileInputStream. Currently it is not working, it is showing a greenish scrambled image on the screen. This is t...

1

Solved

I would like to capture video, compress it and mux it as an mpeg2 ts. All of this is quite simple with the ffmpeg libraries, but what I would like to do, instead of writing it to a file, is capture...
Northbound asked 14/5, 2012 at 8:20
1

© 2022 - 2025 — McMap. All rights reserved.