🌐 [i18n-KO] Translated video_processor.md to Korean#41531
Open
chelsseeey wants to merge 3 commits into
Open
Conversation
Contributor
|
#41021 에서 먼저 작업된 것 같습니다! |
Contributor
Author
앗 저도 그런줄 알았는데 해당 문서는 video_processors.md이고, |
stevhliu
approved these changes
Nov 10, 2025
stevhliu
left a comment
Member
There was a problem hiding this comment.
Thanks for your translation! Happy to merge once a PseudoLab team member has also reviewed :)
| >>> [10, 3, 384, 384] | ||
| ``` | ||
|
|
||
| ## 기본 비디오 프로세서 [[transformers.BaseVideoProcessor]] |
Member
There was a problem hiding this comment.
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> |
Member
There was a problem hiding this comment.
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/)이며, 반드시 설치해야 합니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Translated the
video_processor.mdfile of the documentation to Korean.Thank you in advance for your review.
Part of #20179
Before reviewing
[[lowercased-header]])Who can review? (Initial)
May you please review this PR?
@jungnerd, @luckyvickyricky, @chelsseeey, @skwh54, @maximizemaxwell, @D15M4S
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review? (Final)
@stevhliu May you please review this PR?