# 发布相关工具

## 转种工具

autofeedjs：<https://github.com/tomorrow505/auto_feed_js/>

## 视频参数获取

什么是视频参数？种子详细介绍中引用的视频文件摘要信息，这样能帮助其他用户判断视频文件的质量。

<figure><img src="/files/PQwegg2E9m4qjKS2qJoD" alt=""><figcaption><p>视频参数示例</p></figcaption></figure>

### mediainfo

官网下载地址：<https://mediaarea.net/en/MediaInfo/Download/Windows>

<figure><img src="/files/YxMiK9Un9fzdudBlVNXV" alt=""><figcaption><p>mediainfo主界面</p></figcaption></figure>

点击文件打开视频文件或者文件夹

<figure><img src="/files/E1ik4hfOskbEL53GpgMG" alt=""><figcaption><p>添加文件后展示的内容</p></figcaption></figure>

然后点击视图->文本

<figure><img src="/files/GaRn6oJ3dMNVXZA4VCKL" alt=""><figcaption><p>视图->文本</p></figcaption></figure>

复制全部文本添加到种子详情中即可，注意去除其中个人的文件夹信息。

### BDinfo

github下载地址：<https://github.com/UniqProject/BDInfo/releases>

<figure><img src="/files/9yHLTkiibapqwPkiCj0W" alt=""><figcaption><p>软件主页</p></figcaption></figure>

点击Browse选择文件夹或点击ISO选择iso文件

<figure><img src="/files/eZJJ1JpZSSihzOZoKN9U" alt=""><figcaption><p>选择文件后</p></figcaption></figure>

点击下方的View Report获取主轨的详细信息

<figure><img src="/files/PgudlqESAnr35nryFVqm" alt=""><figcaption><p>详细信息</p></figcaption></figure>

此时点击Copy to Clipboard即可复制文件详细信息。

## 视频缩略图生成

potplayer官方下载地址：<https://potplayer.daum.net/?lang=zh_CN>

打开视频后，右键->视频->图像截取->创建缩略图

<figure><img src="/files/B0xbbZUrk5d4lc2DZeUP" alt=""><figcaption><p>生成缩略图</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki1.yemapt.org/torrent/publish-tool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
