Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Muxing into MPEGTS? #3

Open
pyahmed opened this issue Jun 14, 2024 · 1 comment
Open

Muxing into MPEGTS? #3

pyahmed opened this issue Jun 14, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@pyahmed
Copy link

pyahmed commented Jun 14, 2024

When muxing jpegxs encoded streams into mpegts:
ffmpeg -i input.mp4 -c:v jpegxs -bpp 1 -an -f mpegts output.ts

the following warning is shown:
[mpegts @ 000002b53baf5340] Stream 0, codec jpegxs, is muxed as a private data stream and may not be recognized upon reading.

The resulting file/stream is not playable by ffmpeg/ffplay.

From the patches I see that only mp4/mov/mkv is supported. Is support for mpegts planned or even possible?

@tszumski tszumski added enhancement New feature or request help wanted Extra attention is needed labels Jun 17, 2024
@tp-m
Copy link
Contributor

tp-m commented Sep 16, 2024

Support for MPEG-TS is possible, the mapping is specified in ITU-T Rec. H. 222.0 (06/2021), Annex W (Carriage of JPEG XS part 1 video over MPEG-2 Transport Streams).

Support for GStreamer was added in https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7172, no reason it couldn't also be added in FFmpeg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants