Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Milliseconds to Video Timestamps #11

Open
paulodearaujo opened this issue Dec 26, 2024 · 1 comment
Open

Add Milliseconds to Video Timestamps #11

paulodearaujo opened this issue Dec 26, 2024 · 1 comment

Comments

@paulodearaujo
Copy link

Description of the feature request:

I would like the Google AI Studio video feature to return timestamps with milliseconds, as currently, it only returns MM:SS. This would make it easier to perform fine adjustments when working with video content.

What problem are you trying to solve with this feature?

Having timestamps that include milliseconds would allow for more precise editing and adjustments, making the editing process smoother and more efficient.

Any other information you'd like to share?

This enhancement would greatly benefit those who need to make precise edits, improving the overall user experience in Google AI Studio. Thank you for considering this feature request.

@shankar-irla
Copy link

Hi Team,

I,m Shankar Irla , I would like to address the feature request regarding adding milliseconds to the timestamps in the Google AI Studio video feature. Currently, the timestamps only display in the MM:SS format, which makes it challenging to make fine adjustments. I propose the following solution:

..Update the Timestamp Format:

Modify the timestamp generation logic to include milliseconds. This can be done by updating the format to MM:SS.mmm, where mmm represents milliseconds (calculated by taking (time % 1) * 1000 for milliseconds).
..UI Adjustments:

Ensure that the frontend components, such as the video player and timestamp markers, display the updated format MM:SS.mmm to reflect this change.
..API/Backend Update (if needed):

If the timestamps are coming from an API or server, ensure the data includes milliseconds or handle the conversion client-side.
Testing:

Test the updated timestamp across various scenarios to ensure that the format is correctly applied, and the editing process becomes more efficient.
This change would greatly enhance precision, making video editing smoother and more efficient for users. Thank you for considering this enhancement!

Best regards,
Shankar Irla

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

No branches or pull requests

2 participants