Daniel Kamil Kozar

Results 147 comments of Daniel Kamil Kozar

@kelbon Terry? Is that you?

Just as a reminder, the main `CMakeLists.txt` (`VERSION_NUMBER` should be set to the appropriate string and `TSMUXER_RELEASE` should be set to true) and `tsMuxerGUI/tsMuxerGUI.pro` (`version_num` and `tsmuxer_release` variables) both need...

I don't claim to be an expert when it comes to transport streams or the code that tsMuxer currently uses for packetisation, but is as far as I remember from...

Unfortunately, lack of a reference implementation is one of the gripes that people using the standard usually have with it. The documentation is very complex, but there is no reference...

@jcdr428 Can you have a look? The error still appears with the current master, and ffmpeg doesn't throw any errors while processing this file.

tsMuxer requires Transport Streams to have a PAT and PMT. As far as I'm aware, there's no "autodetection" of PIDs where video/audio streams might exist.

Sure, I'm well aware that this can be done technically - question is whether tsMuxer should do this as well. I'm going to leave this question open for people much...

While this is doable, it would probably require implementing UDF 2.50/2.60 from scratch, since support among [source-available tools](https://github.com/pali/udftools) seems to be [non-existent at best](https://github.com/pali/udftools/issues/20).

As mentioned in #201, support for nerocmd could be integrated into tsMuxer without a lot of effort, but full UDF 2.50 support would require significantly more time. @justdan96 If you...

@jcdr428 It looks like the Blu-Ray structures themselves don't have any information about chapter names. I can't see any code in `libbluray` which would allow retrieving names. Similarly, `mkvtoolnix` (which...