Skip to content
forked from nekohkr/dantto4k

MMT/TLV to MPEG-2 TS Converter

Notifications You must be signed in to change notification settings

koron393/dantto4k

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dantto4k

使用方法

dantto4k.exe

mmtsから復号化およびMPEG-2 TSへの変換を行います。

dantto4k.exe <input.mmts> <output.ts> [options]

options:
        --disableADTSConversion: Uses the raw LATM format without converting to ADTS.
        --listSmartCardReader: Lists the available smart card readers.
        --smartCardReaderName=<name>: Sets the smart card reader to use.

BonDriver_dantto4k.dll

リアルタイムで復号化とMPEG-2 TSへの変換を行うBonDriverです。 BonDriver_dantto4k.iniで設定されたBonDriverをロードして、復号化とMPEG-2 TSへの変換を行います。 dantto4kは64bitで配布しており、BonRecTestおよびBonDriver_BDAは64bitである必要があります。

mirakurunでの動作

PT4Kで動作する場合、チャンネル再生まで15~20秒かかるため、mirakurunのtimeout(20秒)を超える場合があります。 mirakurunのソースコードを修正してtimeoutを30秒以上に変更する必要があります。

https://github.com/Chinachu/Mirakurun/blob/master/src/Mirakurun/Tuner.ts#L175C13-L175C55

ビルド

/thirdpartyフォルダにopenssl 3, tsduckを準備します。 下記のURLからbinaryをダウンロードすることができます。

References

About

MMT/TLV to MPEG-2 TS Converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%