Open
Description
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?
Activity