我想要一天分享一點「LLM從底層堆疊的技術」,並且每篇文章長度控制在三分鐘以內,讓大家不會壓力太大,但是又能夠每天成長一點。
from moviepy.editor import *
clip = VideoFileClip("ship_in_galaxy.mp4").subclip(00,7)
clip = clip.loop(5)
clip.ipython_display(width = 900)
結果為:

影片下載方式為:
!curl -L https://raw.githubusercontent.com/Denis2054/Transformers_3rd_Edition/master/Chapter19/ship_in_galaxy.mp4 --output "ship_in_galaxy.mp4"




















