1 unstable release
0.1.0 | Jun 25, 2024 |
---|
#257 in Video
7KB
125 lines
视频转gif
let is_ok = video_to_gif(VideoGif {
video_path: "t.mp4",
gif_path: "b.gif",
video_pic_zoom_width: 250,
..Default::default()
})
.unwrap();
Dependencies
~6–9.5MB
~186K SLoC