OpenVisualCloud / SVT-JPEG-XS

Welcome to the SVT JPEG XS codec Repository.
Other
31 stars 2 forks source link

Muxing into MPEGTS? #3

Open pyahmed opened 1 month ago

pyahmed commented 1 month ago

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?