You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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).
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?
The text was updated successfully, but these errors were encountered: