https://github.com/kazuhito00/ipne-youtube-input-node
Image-Processing-Node-Editor で動作するYouTube入力用ノード
https://github.com/kazuhito00/ipne-youtube-input-node
image-processing-node-editor
Last synced: 11 months ago
JSON representation
Image-Processing-Node-Editor で動作するYouTube入力用ノード
- Host: GitHub
- URL: https://github.com/kazuhito00/ipne-youtube-input-node
- Owner: Kazuhito00
- License: apache-2.0
- Created: 2022-07-15T01:11:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T06:03:19.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T13:14:48.984Z (about 3 years ago)
- Topics: image-processing-node-editor
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Japanese/[English](README_EN.md)]
> [!WARNING]
> IPNE-YouTube-Input-Node は [Image-Processing-Node-Editor](https://github.com/Kazuhito00/Image-Processing-Node-Editor) の追加用ノードです。
> このリポジトリ単体では動作しません。
# IPNE-YouTube-Input-Node
[Image-Processing-Node-Editor](https://github.com/Kazuhito00/Image-Processing-Node-Editor) で動作するYouTube入力用ノードです。
https://user-images.githubusercontent.com/37477845/179127642-0cb68f07-3a64-43e0-a870-563bdd8c2034.mp4
# Requirement
[Image-Processing-Node-Editor](https://github.com/Kazuhito00/Image-Processing-Node-Editor) の依存パッケージに加えて、以下のパッケージのインストールが必要です。
```
pip install -U yt-dlp
pip install git+https://github.com/Kazuhito00/pafy
```
# Installation
「node/input_node/node_youtube_input.py」を
[Image-Processing-Node-Editor](https://github.com/Kazuhito00/Image-Processing-Node-Editor) の 「[node/input_node](https://github.com/Kazuhito00/Image-Processing-Node-Editor/tree/main/node/input_node)」にコピーしてください。
# Node
Input Node
YouTube
YouTubeを読み込み、画像を出力するノード
URL欄にYouTube動画のURLを指定して「Start」ボタンを押してください
再生が始まるまでに少々時間がかかります
Interval(ms)でYouTube読み込み間隔を指定します
# Author
高橋かずひと(https://twitter.com/KzhtTkhs)
# License
IPNE-YouTube-Input-Node is under [Apache-2.0 license](LICENSE).