camenduru / text-to-video-synthesis-colab

Text To Video Synthesis Colab
The Unlicense
1.42k stars 168 forks source link

add video display #5

Closed volotat closed 1 year ago

volotat commented 1 year ago

There are several changes in this request:

  1. I moved 'videos' creation into a second cell as it need to be called only ones
  2. I replaced 'cp' command with 'mv' so we do not use extra space by coping files.
  3. Name of the new video file generated from timestamp so it's easy to see where is the new file along others.
  4. I added a cell that display video. For some reason it does not work with the videos generated by the model so I do some conversion with ffmpeg to make video readable before showing it.
camenduru commented 1 year ago

thanks @volotat ❤