返回流水线

视频素材搜索

在库存视频库中搜索空镜、定场镜头和背景素材。免费来源,可直接下载的片段。

0.5

还需填写:搜索查询

最适合

  • 通用空镜:自然、城市、办公室、科技、美食、旅行、生活方式
  • 定场镜头:天际线、风景、延时摄影
  • 常见活动:人们走路、工作、烹饪、健身
  • 天气与季节:雨、雪、日落、云、海洋

提示

  • 使用具体、可视化的搜索词:'城市天际线日落航拍' 而非 '城市化'
  • 搜索镜头所见之物,而非抽象概念
  • 使用前务必核对结果标题是否与你的意图相符
  • 对多次搜索的 URL 去重,相似查询常会返回相同片段
  • 如果结果与你的主题不符,请停下并改用 image-generator + image-motion

视频素材搜索 API

从你自己的代码调用此流水线。一次请求即可发起运行;模型是一个输入字段,而不是独立的接口。

2 个输入
1 必填
0.5 积分
bun add @pipe2-ai/sdk
import { createClient } from "@pipe2-ai/sdk";

const client = createClient(process.env.PIPE2_TOKEN!);

const { run_pipeline } = await client.RunPipeline({
  pipeline_slug: "footage-search",
  input: {
    query: "aerial shot of a coastline at sunrise",
  },
});
pip install pipe2
import asyncio
import os

from pipe2 import Pipe2Client

client = Pipe2Client(token=os.environ["PIPE2_TOKEN"])

run = asyncio.run(client.run_pipeline(
    pipeline_slug="footage-search",
    input={
        "query": "aerial shot of a coastline at sunrise",
    },
))
go get github.com/pipe2-ai/sdk-go
client := pipe2.NewClient(os.Getenv("PIPE2_TOKEN"))

input := json.RawMessage(`{
  "query": "aerial shot of a coastline at sunrise"
}`)

run, err := pipe2.RunPipeline(context.Background(), client, "footage-search", input)
if err != nil {
    log.Fatal(err)
}
brew install pipe2-ai/tap/pipe2
pipe2 pipelines run \
  --pipeline footage-search \
  --input-json '{"query": "aerial shot of a coastline at sunrise"}' \
  --wait

获取 API 令牌 →

参数

query 必填

描述你需要的素材

string
max_per_source

Maximum clips to return per stock source. Raise it for more variety, lower it for speed.

51020 默认 10

在 AI 智能体中使用

将任意 MCP 客户端指向 pipe2,你的智能体就能获得这些工具。它会找到这条流水线,读取上方相同的 schema,然后运行它。

  • list_pipelines
  • get_pipeline_schema
  • run_pipeline
  • get_pipeline_run_status
  • request_upload
https://mcp.pipe2.ai/mcp
{
  "mcpServers": {
    "pipe2ai": {
      "url": "https://mcp.pipe2.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

完整 API 参考 MCP 设置 CLI 参考

视频素材搜索: 查找库存视频片段

跨多个库存素材库搜索,为你的项目找到最合适的视频片段。非常适合空镜、定场镜头和背景素材。

工作原理

  1. 描述你的需求: 输入你想要的素材的搜索查询
  2. 并行搜索: 同时搜索 Pexels 和 Pixabay
  3. 直链: 获取可直接下载的 MP4 URL

来源

  • Pexels: 高质量免费库存素材,最高 4K
  • Pixabay: 海量免费库存视频片段库

使用场景

  • YouTube 纪录片的空镜素材
  • 视频片头的定场镜头
  • 演示文稿的背景素材
  • Video Reel 流水线的源素材

常见问题

这些视频可以免费使用吗?
可以,所有结果均来自 Pexels 和 Pixabay,二者提供免费的商用许可且无需署名。
有哪些视频画质可用?
Pexels 最高 4K,Pixabay 最高 1080p。系统会自动选择可用的最佳画质。
我可以直接下载这些视频吗?
可以,结果包含 MP4 直接下载 URL。无需额外账户。
需要多少积分?
每次搜索 0.5 积分。

探索更多流水线

查看全部 →
视频生成器
from 9.5
视频生成器
图像生成器
0.2-6.4
图像生成器
音频生成器
0.7-1.3
音频生成器
音乐生成器
2.5-45.1
音乐生成器