Skip to content

Handle 'k' suffix in video framerate parsing.#65

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_917171651
Open

Handle 'k' suffix in video framerate parsing.#65
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_917171651

Conversation

@copybara-service
Copy link
Copy Markdown

Handle 'k' suffix in video framerate parsing.

The regex for parsing FPS from video metadata is updated to support a potential 'k' suffix after the numerical value. When a 'k' is present, the parsed number is multiplied by 1000 to correctly interpret kiloframes per second.

@google-cla
Copy link
Copy Markdown

google-cla Bot commented May 18, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

The regex for parsing FPS from video metadata is updated to support a potential 'k' suffix after the numerical value. When a 'k' is present, the parsed number is multiplied by 1000 to correctly interpret kiloframes per second.

PiperOrigin-RevId: 917171651
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.

0 participants