From f9391c11ad9f7f3c0b1500f6dddbc170457aaeea Mon Sep 17 00:00:00 2001 From: justumen Date: Sat, 28 Sep 2024 17:52:38 +0200 Subject: [PATCH] ... --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8e617a9..9286503 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## ๐Ÿ‘ Display and Show ๐Ÿ‘ `1.` [๐Ÿ‘ Show (Text, Int, Float)](#1----show-text-int-float) -`49.` [๐Ÿ“น๐Ÿ‘ Video Preview](#49) +`49.` [๐Ÿ“น๐Ÿ‘ Video Preview](#49----video-preview) ## โœ’ Text โœ’ `2.` [โœ’ Write Text](#2----write-text) @@ -72,10 +72,10 @@ ## ๐Ÿ“น Video ๐Ÿ“น `20.` [๐Ÿ“น Video Ping Pong](#20----video-ping-pong) `21.` [๐Ÿ“น Images to Video (FFmpeg)](#21----images-to-video) -`49.` [๐Ÿ“น๐Ÿ‘ Video Preview](#49) -`50.` [๐Ÿ–ผโžœ๐Ÿ“น Images to Video path (tmp video)](#50) -`51.` [๐Ÿ“นโžœ๐Ÿ–ผ Video Path to Images](#51) -`52.` [๐Ÿ”Š๐Ÿ“น Audio Video Sync](#52) +`49.` [๐Ÿ“น๐Ÿ‘ Video Preview](#49----video-preview) +`50.` [๐Ÿ–ผโžœ๐Ÿ“น Images to Video path (tmp video)](#50----images-to-video-path-tmp-video) +`51.` [๐Ÿ“นโžœ๐Ÿ–ผ Video Path to Images](#51----video-path-to-images) +`52.` [๐Ÿ”Š๐Ÿ“น Audio Video Sync](#52----audio-video-sync) ## ๐Ÿฆ™ AI ๐Ÿฆ™ `19.` [๐Ÿฆ™ Ollama](#19----ollama) @@ -83,7 +83,7 @@ ## ๐Ÿ”Š Audio ๐Ÿ”Š `31.` [๐Ÿ”Š TTS - Text to Speech](#31----tts---text-to-speech-100-local-any-voice-you-want-any-language) -`52.` [๐Ÿ”Š๐Ÿ“น Audio Video Sync](#52) +`52.` [๐Ÿ”Š๐Ÿ“น Audio Video Sync](#52----audio-video-sync) ## ๐Ÿ’ป System ๐Ÿ’ป `34.` [๐Ÿงน Free VRAM hack](#34----free-vram-hack) @@ -777,18 +777,23 @@ Take text as input and scramble (randomize) the text by using the file `scramble ![video preview](screenshots/video_preview.png) **Description:** +This node takes a video path as input and displays the video. ### 50 - ๐Ÿ–ผโžœ๐Ÿ“น Images to Video path (tmp video) ![image to video path](screenshots/image_to_video_path.png) **Description:** +This node will take a list of images and convert them to a temporary video file. ### 51 - ๐Ÿ“นโžœ๐Ÿ–ผ Video Path to Images ![video path to image](screenshots/video_path_to_image.png) **Description:** +This node will take a video path as input and convert it to a list of images. +In the above example, I also take half of the frames by setting `frame_interval` to 2. +Note that i had 16 frames, on the top right preview you can see 8 images. ### 52 - ๐Ÿ”Š๐Ÿ“น Audio Video Sync