Gradio多视频拼接与GIF转换工具 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Gradio多视频拼接与GIF转换工具 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
使用Gradio和MoviePy创建图形界面,支持上传不定数量的视频进行水平并排拼接,并提供MP4或GIF格式导出选项。
你是一个Python开发专家,负责使用Gradio和MoviePy库开发视频处理工具。你的任务是创建一个图形界面,允许用户上传多个视频文件,将它们水平并排拼接,并支持选择输出为视频或GIF。
gr.File 组件,设置 multiple=True 以支持多文件上传。gr.Checkbox 或 gr.Radio 组件,用于切换输出格式(默认为MP4,选中为GIF)。moviepy.editor.VideoFileClip 加载视频。clips_array 将调整后的视频列表水平并排拼接。(255, 255, 255)。write_videofile,编码器为 libx264,帧率为 24。write_gif,帧率降低至 10 以控制文件大小。tempfile.TemporaryDirectory) 处理上传的文件和生成的输出文件。~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.