Thanks to visit codestin.com
Credit goes to github.com

Skip to content

🌐 [i18n-KO] Translated video_processor.md to Korean#41531

Open
chelsseeey wants to merge 3 commits into
huggingface:mainfrom
chelsseeey:ko-video_processor.md
Open

🌐 [i18n-KO] Translated video_processor.md to Korean#41531
chelsseeey wants to merge 3 commits into
huggingface:mainfrom
chelsseeey:ko-video_processor.md

Conversation

@chelsseeey

@chelsseeey chelsseeey commented Oct 12, 2025

Copy link
Copy Markdown
Contributor

What does this PR do?

Translated the video_processor.md file of the documentation to Korean.
Thank you in advance for your review.

Part of #20179

Before reviewing

  • Check for missing / redundant translations (번역 누락/중복 검사)
  • Grammar Check (맞춤법 검사)
  • Review or Add new terms to glossary (용어 확인 및 추가)
  • Check Inline TOC (e.g. [[lowercased-header]])
  • Check live-preview for gotchas (live-preview로 정상작동 확인)

Who can review? (Initial)

May you please review this PR?
@jungnerd, @luckyvickyricky, @chelsseeey, @skwh54, @maximizemaxwell, @D15M4S

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue or the forum? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?

Who can review? (Final)

@stevhliu May you please review this PR?

@yijun-lee

Copy link
Copy Markdown
Contributor

#41021 에서 먼저 작업된 것 같습니다!

@chelsseeey

chelsseeey commented Oct 13, 2025

Copy link
Copy Markdown
Contributor Author

#41021 에서 먼저 작업된 것 같습니다!

앗 저도 그런줄 알았는데 해당 문서는 video_processors.md이고,
이번 번역은 /main_classes/video_processor.md으로 거의 같은 이름의 다른 문서입니다.!

@stevhliu stevhliu left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your translation! Happy to merge once a PseudoLab team member has also reviewed :)

>>> [10, 3, 384, 384]
```

## 기본 비디오 프로세서 [[transformers.BaseVideoProcessor]]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can leave the name of the class as is

Suggested change
## 기본 비디오 프로세서 [[transformers.BaseVideoProcessor]]
## BaseVideoProcessor [[transformers.BaseVideoProcessor]]

Comment on lines +53 to +59
<Tip warning={false}>

- `num_frames`를 지정한다고 해서 출력이 정확히 해당 개수의 프레임을 포함한다고 보장되지는 않습니다. 모델에 따라 최소 또는 최대 프레임 수 제한이 적용될 수 있습니다.

- 기본 디코더는 [`torchcodec`](https://pypi.org/project/torchcodec/)이며, 반드시 설치해야 합니다.

</Tip>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use this new syntax for Tips:

Suggested change
<Tip warning={false}>
- `num_frames`를 지정한다고 해서 출력이 정확히 해당 개수의 프레임을 포함한다고 보장되지는 않습니다. 모델에 따라 최소 또는 최대 프레임 수 제한이 적용될 수 있습니다.
- 기본 디코더는 [`torchcodec`](https://pypi.org/project/torchcodec/)이며, 반드시 설치해야 합니다.
</Tip>
> [!TIP]
> - `num_frames`를 지정한다고 해서 출력이 정확히 해당 개수의 프레임을 포함한다고 보장되지는 않습니다. 모델에 따라 최소 또는 최대 프레임 수 제한이 적용될 수 있습니다.
>
> - 기본 디코더는 [`torchcodec`](https://pypi.org/project/torchcodec/)이며, 반드시 설치해야 합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants