ai-forever / ai-forever/KandinskyVideo

How to save result to an mp4 file?

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
185
Forks
24
PR merge metrics
No merged PRs in 30d

Description

After your example code...

```
from video_kandinsky3 import get_T2V_pipeline

t2v_pipe = get_T2V_pipeline('cuda', fp16=True)

pfps = 'medium' # ['low', 'medium', 'high']
video = t2v_pipe(
'a red car is drifting on the mountain road, close view, fast movement',
width=640, height=384, fps=fps
)
```

how do I save the video to an mp4 file?

Also what is the recommended fps to use?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.