Skip to content

Muxing into MPEGTS? #3

Open
Open
@pyahmed

Description

@pyahmed

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions