Go to file
jcdr428 e6c29af057 Unset V3 for AVC, MVC, MPEG2 and VC-1 2022-09-04 13:18:22 +01:00
.github/workflows test using our own action for uploading release assets 2022-04-05 22:45:40 +01:00
bin add bin folder to repo 2019-11-08 12:17:57 +00:00
docs Move all build/rebuild scripts to "scripts" subdirectory 2022-04-02 12:32:49 +02:00
libmediation [bug] Fix negative duration 2022-06-10 13:56:16 +01:00
scripts Update rebuild_mxe32_with_gui_docker.sh 2022-05-31 14:48:57 +01:00
tsMuxer Fix mov subtitle when mdhd timescale≠1000 2022-07-24 14:36:16 +01:00
tsMuxerGUI Unset V3 for AVC, MVC, MPEG2 and VC-1 2022-09-04 13:18:22 +01:00
.clang-format Split directory.cpp into unix/win32 parts (#491) 2021-11-12 18:16:15 +01:00
.gitignore Gitignore for Visual Studio (#400) 2021-02-07 21:50:40 +01:00
CHANGELOG.md update documentation to include newest changes and AC3 core clarification 2020-03-29 20:25:02 +01:00
CMakeLists.txt if(MSVC) add_definitions(-D_CRT_SECURE_NO_WARNINGS) 2022-01-23 18:13:00 +01:00
LICENSE Initial commit 2019-07-15 16:18:54 +01:00
README.md Fix broken link to compiling documentation 2022-05-03 09:46:02 -04:00
_config.yml Set theme jekyll-theme-slate 2019-11-28 15:49:37 +00:00

README.md

tsMuxer

Vision

This project is for tsMuxer - a transport stream muxer for remuxing/muxing elementary streams. This is very useful for transcoding and this project is used in other products such as Universal Media Server.

EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS.

Supported video codecs H.264/AVC, H.265/HEVC, H.266/VVC (Alpha release), VC-1, MPEG2. Supported audio codecs AAC, AC3 / E-AC3(DD+), DTS/ DTS-HD - please note TrueHD must have the AC3 core intact.

Some of the major features include:

  • Ability to set muxing fps manually and automatically
  • Ability to change level for H.264 streams
  • Ability to shift a sound tracks
  • Ability to extract DTS core from DTS-HD
  • Ability to join files
  • Output/Author to compliant Blu-ray Disc or AVCHD
  • Blu-ray 3D support

Ethics

This project operates under the W3C's Code of Ethics and Professional Conduct:

W3C is a growing and global community where participants choose to work together, and in that process experience differences in language, location, nationality, and experience. In such a diverse environment, misunderstandings and disagreements happen, which in most cases can be resolved informally. In rare cases, however, behavior can intimidate, harass, or otherwise disrupt one or more people in the community, which W3C will not tolerate.

A Code of Ethics and Professional Conduct is useful to define accepted and acceptable behaviors and to promote high standards of professional practice. It also provides a benchmark for self evaluation and acts as a vehicle for better identity of the organization.

We hope that our community group act according to these guidelines, and that participants hold each other to these high standards. If you have any questions or are worried that the code isn't being followed, please contact the owner of the repository.

Language

tsMuxer is written in C++. It can be compiled for Windows, Linux and Mac.

History

This project was created by Roman Vasilenko, with the last public release 20th January 2014. It was open sourced on 23rd July 2019, to aid the future development.

Installation

Please see INSTALLATION.md for installation instructions.

Usage

Please see USAGE.md for usage instructions.

Todo

The following is a list of changes that will need to be made to the original source code and project in general:

  • the program doesn't support MPEG-4 ASP, even though MPEG-4 ASP is defined in the TS specification
  • no Opus audio support
  • several muxing bugs when muxing a HEVC/UHD stream - results in an out-of-sync stream
  • has issues with 24-bit DTS Express
  • issues with the 3D plane lists when there are mismatches between the MPLS and M2TS

Contributing

Were really happy to accept contributions from the community, thats the main reason why we open-sourced it! There are many ways to contribute, even if youre not a technical person.

Were using the infamous simplified Github workflow to accept modifications (even internally), basically youll have to:

  • create an issue related to the problem you want to fix (good for traceability and cross-reference)
  • fork the repository
  • create a branch (optionally with the reference to the issue in the name)
  • hack hack hack
  • commit incrementally with readable and detailed commit messages
  • submit a pull-request against the master branch of this repository

Well take care of tagging your issue with the appropriated labels and answer within a week (hopefully less!) to the problem you encounter.

If youre not familiar with open-source workflows or our set of technologies, do not hesitate to ask for help! We can mentor you or propose good first bugs (as labeled in our issues). Also welcome to add your name to Credits section of this document.

All pull requests must pass code style checks which are executed with clang-format version 9. Therefore, it is advised to install an appropriate commit hook (for example this one) to your local repository in order to commit properly formatted code right away.

Submitting Bugs

You can report issues directly on Github, that would be a really useful contribution given that we lack some user testing on the project. Please document as much as possible the steps to reproduce your problem (even better with screenshots).

Building

For full details on building tsMuxer for your platform please see the document on COMPILING.

Testing

The very rough and incomplete testing document is available at TESTING.md.

Financing

We are not currently accepting any kind of donations and we do not have a bounty program.

Sponsorships

The project is part of the MacStadium Open Source Program to create native Apple Silicon executables for Mac OS.

MacStadiumOpenSource

Versioning

Version numbering follows the Semantic versioning approach.

License

Were using the Apache 2.0 license for simplicity and flexibility. You are free to use it in your own project.

Credits

Original Author Roman Vasilenko (physic)

Contributors

  • Daniel Bryant (justdan96)
  • Daniel Kozar (xavery)
  • Jean Christophe De Ryck (jcdr428)
  • Stephen Hutchinson (qyot27)
  • Koka Abakum (abakum)
  • Alexey Shidlovsky (alexls74)
  • Lonely Crane (lonecrane)
  • Markus Feist (markusfeist)

For sake of brevity I am including anyone who has merged a pull request!