SAVY:SAVY Player 提供同步观看本地视频的服务

时间:2024-08-23 09:16:04
【文件属性】:

文件名称:SAVY:SAVY Player 提供同步观看本地视频的服务

文件大小:860KB

文件格式:ZIP

更新时间:2024-08-23 09:16:04

nodejs bootstrap social express real-time

SAVY:同步播放本地视频的网络应用 访问应用程序 SAVY Player 提供同步观看本地视频的服务。 将 .mkv 转换为 .mp4 sudo apt install ffmpeg ffmpeg -i input.mkv -c copy output.mp4 将 .srt 转换为 .vtt 更改 .mp4 的默认音轨 sudo apt install ffmpeg ffmpeg -i input.mp4 -map 0:v:0 -map 0:a:[index] -map 0:a:0 -c copy output.mp4 其中,[index] = 要设置为默认值的音轨索引(在基于零的索引中) 服务器端依赖 Socket.io Node.js Express 如何在本地运行 如何运行服务器 git clone https://github.com/abhay-666/SAVY.gi


【文件预览】:
SAVY-master
----.gitignore(34B)
----package.json(594B)
----package-lock.json(51KB)
----LICENSE(34KB)
----public()
--------cd-player.svg(1KB)
--------index.js(5KB)
--------notif_sounds()
--------upload.mp4(861KB)
--------player.css(1KB)
--------index.html(7KB)
--------player.html(11KB)
--------roomInvalid.html(3KB)
--------player.js(12KB)
----.github()
--------ISSUE_TEMPLATE()
----README.md(1KB)
----Procfile(19B)
----server.js(8KB)
----.prettierrc(37B)

网友评论