Skip to content

Import timestamps #2412

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

Open
4 tasks done
Bindkedon opened this issue Apr 9, 2025 · 5 comments
Open
4 tasks done

Import timestamps #2412

Bindkedon opened this issue Apr 9, 2025 · 5 comments

Comments

@Bindkedon
Copy link

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Description

It's very convenient to be able to export timestamps (.csv). Why can't they be imported? Unfortunately, only frame numbers and milliseconds (Time in seconds) can be imported as .csv files. This would be very helpful for better interaction with other players and programs.

@manuelpaulo
Copy link

This, right here.
Even because it can't import .edl from MPC-HC (by far the best video player for Windows).
(format is also simple timestamps)

@mifi
Copy link
Owner

mifi commented Apr 21, 2025

what exactly does the desired csv format look like? see also #1340

@Bindkedon
Copy link
Author

00:01:30.188 = HH:MM:SS.ms in and out times like:

 A                     B

1 00:01:30.188 00:02:54.510
2 00:06:08.818 00:09:06.994

excel spreadsheet. (csv)

But I've seen you have planned to import it at #1340.

@mifi
Copy link
Owner

mifi commented Apr 21, 2025

are there 3 columns and a header (with A and B), like this?

A B
1 00:01:30.188 00:02:54.510
2 00:06:08.818 00:09:06.994
... ... ...

@Bindkedon
Copy link
Author

Yes, exactly, but with the same number of lines as there are ins and outs. A is in, B is out of every segment.
The same format as you get when you export timestamps (CSV).

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

3 participants