https://github.com/unyacat/trust-ear-ethernity
https://github.com/unyacat/trust-ear-ethernity
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unyacat/trust-ear-ethernity
- Owner: unyacat
- Created: 2024-06-23T05:17:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T12:44:11.000Z (4 months ago)
- Last Synced: 2025-02-15T13:22:28.579Z (4 months ago)
- Homepage: https://trust-ear-ethernity.vercel.app/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trust Ear Ethernity
水瀬いのりさんのクリップ## リンク
[https://trust-ear-ethernity.vercel.app/](https://trust-ear-ethernity.vercel.app/)## フォーマット
```
{
"title": "水瀬いのり" # 利用していない
"clips": [
...
{
"display_name": "" # クリップの内容を短く示す
"trasncription": "" # クリップの完全な書き起こし
"youtube_link": "" # YouTubeのリンク先
"source_name": "" # 元ネタ名
"start_time": "" # 動画においてクリップが始まる時間(秒)
"duration": "" # クリップの長さ
}
...
]
}
````start_time`、`duration`は、
`ffmpeg -i "source.mp3" -ss ${start_time} -t ${duration} output.mp3`
で確かめることができます。