All Projects → lecepin → tss-merge-to-mkv

lecepin / tss-merge-to-mkv

Licence: other
ts文件合并工具,同时支持其他视频格式转换为mkv/ts/mp4

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Less
1899 projects
Procfile
174 projects

Projects that are alternatives of or similar to tss-merge-to-mkv

M3u8
A mini M3U8 downloader written in Golang for downloading and merging TS(Transport Stream) files. 一个迷你 M3U8 视频下载工具。
Stars: ✭ 215 (+115%)
Mutual labels:  m3u8
Downloader-M3u8
Download M3u8 easily with FFMpeg library in Android
Stars: ✭ 25 (-75%)
Mutual labels:  m3u8
YouTube to m3u
Grab .m3u8 from YouTube live channels and makes .m3u IPTV Playlist from various languages and Events. Tamil / Malayalam / English / Hindi / French / Kids / Sports / Urudu etc.
Stars: ✭ 48 (-52%)
Mutual labels:  m3u8
node-m3u8-to-mp4
convert m3u8 to mp4
Stars: ✭ 38 (-62%)
Mutual labels:  m3u8
mock-hls-server
Fake a live/event HLS stream from a VOD one. Useful for testing. Supports looping.
Stars: ✭ 61 (-39%)
Mutual labels:  m3u8
m3u8-downloader
chrome插件,支持监控和下载:m3u8流媒体、视频、音频
Stars: ✭ 54 (-46%)
Mutual labels:  m3u8
Mediasdk
The library is working for downloading video while playing the video, the video contains M3U8/MP4
Stars: ✭ 164 (+64%)
Mutual labels:  m3u8
Zee5
Just a simple shit but no one knows
Stars: ✭ 29 (-71%)
Mutual labels:  m3u8
make lrc music m3u
网抑云音乐歌单同步 导出播放列表 Cloud music playlist sync
Stars: ✭ 28 (-72%)
Mutual labels:  m3u8
m3u8 downloader
Flutter M3U8下载器
Stars: ✭ 43 (-57%)
Mutual labels:  m3u8
iptv-playlist-aggregator
Aggregator for IPTV playlists from multiple sources
Stars: ✭ 35 (-65%)
Mutual labels:  m3u8
Android-hls
最近公司产品需要,调研hls(m3u8) aes-128 解密播放 . 分析 51Cto, 慕课
Stars: ✭ 73 (-27%)
Mutual labels:  m3u8
CBPlayer
一个内置P2P的神奇播放器
Stars: ✭ 60 (-40%)
Mutual labels:  m3u8
Vatfs
影视全搜索|提供全网影视m3u8资源搜索,影视资源api,无广告快速播放
Stars: ✭ 239 (+139%)
Mutual labels:  m3u8
m3u8-downloader
一个M3U8 视频下载(M3U8 downloader)工具。跨平台: 提供windows、linux、mac三大平台可执行文件,方便直接使用。
Stars: ✭ 461 (+361%)
Mutual labels:  m3u8
M3u8parser
A light weight M3U8 parser. Support X-Key & X-Session-Key.
Stars: ✭ 187 (+87%)
Mutual labels:  m3u8
hls-rip
Tool for ripping m3u8 playlists/segments.
Stars: ✭ 14 (-86%)
Mutual labels:  m3u8
m3u8Downloader
meijuba.net,Python crawler,M3U8格式视频下载,桌面应用
Stars: ✭ 53 (-47%)
Mutual labels:  m3u8
iptv-proxy
Reverse proxy on iptv m3u and m3u8 file and xtream codes client api
Stars: ✭ 235 (+135%)
Mutual labels:  m3u8
hls-segment-reader
Node.js Readable for retrieving HLS segments.
Stars: ✭ 18 (-82%)
Mutual labels:  m3u8

TS 视频合并工具

在线免安装版本:https://github.com/lecepin/web-tss-merge2mkv

当下载 m3u8 资源时,通常产生的是多个 ts 视频文件,所以需要借助某些工具来将这些 ts 视频片段整合为一个视频文件。

本软件主要解决的就是这个问题,底层基于ffmpeg,可正常运行在 Windows 和 Mac 平台。不仅可以合并 ts 为单个通用的视频文件,还支持视频格式转换。

下载

目前支持 win-x64 & mac-x64:地址

ts文件合并工具,同时支持其他视频格式转换原理mkv/ts/mp4

软件界面

主界面:

转换成功:

支持拖动添加文件:

支持的合并的格式:

其他

国内环境构建,可以配置如下环境变量:

echo ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/\\nELECTRON_BUILDER_BINARIES_MIRROR=https://npm.taobao.org/mirrors/electron-builder-binaries/ >> ~/.npmrc

OR:

npm config set ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/
npm config set ELECTRON_BUILDER_BINARIES_MIRROR=https://npm.taobao.org/mirrors/electron-builder-binaries/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].