# 抖音视频中文字幕和原视频导出

**Use case:** 

为抖音视频生成带时间戳的中文字幕和SRT文件，同时保存原视频与封面，并导出博主、作品和互动数据。

## Input

```json
{
  "videoUrls": [
    "https://www.douyin.com/video/7534679152504376595"
  ],
  "targetLanguage": "zh",
  "shouldDownloadVideos": true,
  "shouldDownloadCovers": true,
  "outputSrt": true,
  "videoKvStoreName": "",
  "srtKvStoreName": ""
}
```

## Output

```json
{
  "id": {
    "label": "Video ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "transcript": {
    "label": "Transcript",
    "format": "text"
  },
  "segments": {
    "label": "Segments",
    "format": "array"
  },
  "srtUrl": {
    "label": "SRT file",
    "format": "link"
  },
  "mp4Url": {
    "label": "MP4 file (saved)",
    "format": "link"
  },
  "coverImageUrl": {
    "label": "Cover image (saved)",
    "format": "link"
  },
  "duration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "createDate": {
    "label": "Posted on",
    "format": "date"
  },
  "text": {
    "label": "Caption",
    "format": "text"
  },
  "authorMeta": {
    "label": "Author",
    "format": "object"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "videoTags": {
    "label": "Categories",
    "format": "array"
  },
  "chapters": {
    "label": "Chapters",
    "format": "array"
  },
  "videoMeta": {
    "label": "Video",
    "format": "object"
  },
  "musicMeta": {
    "label": "Music",
    "format": "object"
  },
  "statistics": {
    "label": "Stats",
    "format": "object"
  },
  "errMsg": {
    "label": "Error",
    "format": "text"
  },
  "truncatedFromSeconds": {
    "label": "Truncated from (s)",
    "format": "number"
  },
  "timestamp": {
    "label": "Scraped at",
    "format": "date"
  },
  "videoUrl": {
    "label": "Video file URL",
    "format": "link"
  },
  "audioUrl": {
    "label": "Audio source URL",
    "format": "link"
  },
  "shareUrl": {
    "label": "Share URL",
    "format": "link"
  },
  "groupId": {
    "label": "Group ID",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "awemeType": {
    "label": "Aweme type",
    "format": "number"
  },
  "awemeTypeLabel": {
    "label": "Aweme type (label)",
    "format": "text"
  },
  "mediaType": {
    "label": "Media type",
    "format": "number"
  },
  "mediaTypeLabel": {
    "label": "Media type (label)",
    "format": "text"
  },
  "horizontalType": {
    "label": "Orientation",
    "format": "number"
  },
  "horizontalTypeLabel": {
    "label": "Orientation (label)",
    "format": "text"
  },
  "isStory": {
    "label": "Story",
    "format": "boolean"
  },
  "caption": {
    "label": "Short caption",
    "format": "text"
  },
  "itemTitle": {
    "label": "Title",
    "format": "text"
  },
  "previewTitle": {
    "label": "Preview title",
    "format": "text"
  },
  "descLanguage": {
    "label": "Caption lang",
    "format": "text"
  },
  "createTime": {
    "label": "Posted (unix)",
    "format": "number"
  },
  "region": {
    "label": "Creator region",
    "format": "text"
  },
  "city": {
    "label": "Upload city",
    "format": "text"
  },
  "cityCode": {
    "label": "City code",
    "format": "text"
  },
  "isPinned": {
    "label": "Pinned",
    "format": "boolean"
  },
  "isAd": {
    "label": "Ad",
    "format": "boolean"
  },
  "isPgc": {
    "label": "Pro content",
    "format": "boolean"
  },
  "isShared": {
    "label": "Repost",
    "format": "boolean"
  },
  "is24Story": {
    "label": "24h Story",
    "format": "boolean"
  },
  "is25Story": {
    "label": "25h Story",
    "format": "boolean"
  },
  "isFirstVideo": {
    "label": "First video",
    "format": "boolean"
  },
  "isLifeItem": {
    "label": "Life item",
    "format": "boolean"
  },
  "isKaraoke": {
    "label": "Karaoke",
    "format": "boolean"
  },
  "isDuetSing": {
    "label": "Duet sing",
    "format": "boolean"
  },
  "isFantasy": {
    "label": "Fantasy",
    "format": "boolean"
  },
  "isInScope": {
    "label": "In scope",
    "format": "boolean"
  },
  "isImageBeat": {
    "label": "Image beat",
    "format": "boolean"
  },
  "isVr": {
    "label": "VR",
    "format": "boolean"
  },
  "permissions": {
    "label": "Permissions",
    "format": "object"
  },
  "interaction": {
    "label": "Interaction",
    "format": "object"
  },
  "anchors": {
    "label": "Anchors",
    "format": "array"
  },
  "commerce": {
    "label": "Commerce",
    "format": "object"
  },
  "risk": {
    "label": "Risk",
    "format": "object"
  },
  "share": {
    "label": "Share",
    "format": "object"
  },
  "xiguaCrossPost": {
    "label": "On Xigua",
    "format": "object"
  },
  "aiMetadata": {
    "label": "AI metadata",
    "format": "object"
  },
  "images": {
    "label": "Slides",
    "format": "array"
  },
  "mentions": {
    "label": "Mentions",
    "format": "array"
  },
  "series": {
    "label": "Series",
    "format": "object"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "videoFile": {
    "label": "Video file",
    "format": "object"
  },
  "coverFile": {
    "label": "Cover file",
    "format": "object"
  },
  "slideshowFiles": {
    "label": "Slideshow files",
    "format": "array"
  },
  "inputUrl": {
    "label": "Input",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Douyin 抖音 Transcripts Scraper - 50+ Languages, .srt + MP4](https://apify.com/zen-studio/douyin-transcripts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/douyin-transcripts-scraper) to learn more, explore other use cases, and run it yourself.