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

Import/export more project files and formats #1340

Open
17 of 31 tasks
mifi opened this issue Oct 14, 2022 · 11 comments
Open
17 of 31 tasks

Import/export more project files and formats #1340

mifi opened this issue Oct 14, 2022 · 11 comments

Comments

@mifi
Copy link
Owner

mifi commented Oct 14, 2022

This is an issue where I will collect all requested formats for import/export:

Some example files here:

@Podbrushkin
Copy link

I wanted to export segments to CUE Sheet or Audacity labels format (seconds .tsv) but there is no such function. Maybe you will add these export options as well.

@Linnshet
Copy link

Linnshet commented Mar 2, 2023

Could exporting segments to .edl format, and/or perhaps XML for editors, be possible? Would be amazing.

@taozi1996
Copy link
Contributor

taozi1996 commented May 14, 2023

ssp(SolveigMM Video Splitter)
I can provide .ssp project files.

ssp to llc.zip

@4evermaat
Copy link

SRT to cut #1332 is a great idea. The import should prompt users with an additional window so that they can verify the columns and timestamps. Then the user would apply it.

Actually, I would assume all import options would have some sort of preview window where you can preview the imported info/timestamps and even edit it on-screen, before applying the cuts.

I'm really shocked that some video editing software makes all this so complicated. Camtasia is a real pain in the arse in this department.

@4evermaat
Copy link

Will there be a help file that explains how each format should look when opening it in a text file (or when the file is imported). I think the OP post should be edited to provide code examples 2-3 lines for each example which would show samples.

So everything is in one place.

@mifi
Copy link
Owner Author

mifi commented Dec 29, 2023

mifi added a commit that referenced this issue Dec 29, 2023
@mifi
Copy link
Owner Author

mifi commented Dec 29, 2023

import/export srt implemented

@4evermaat
Copy link

4evermaat commented Dec 29, 2023

So how do you use the srt as a label for the segment? Like can some of the text from the srt be used in the labeling of the filename for the segment created from the srt?

Or is it better to use a youtube chapter marker?

edit: I don't see a youtube example. Or how it is implemented for importing and filenames on export.

I do see it in-app. Do you support frames format for the timestamp? E.g. 00:00:04,000 (after seconds, comma vs period to denote frames)

@mifi
Copy link
Owner Author

mifi commented Dec 29, 2023

Segment label will be set to Srt subtitle text yes. You can use segment labels as file names yes. Or export to youtube. Frame numbers are not supported in srt time stamps because according to srt specification it should be millieseconds

@4evermaat
Copy link

Camtasia exports the .srt milliseconds with a comma in front. So it looks like this:

11
00:34:52,233 --> 00:34:56,233
 04c3 - Tips Youtube

Also, for SRT method, does the end time have to be used? Or can users pick if only the start time is used? to splice video? The end time can simply be the next splice time (next start time) or the end of the video.

@mifi
Copy link
Owner Author

mifi commented Dec 29, 2023

Comma is fine (as per srt standard). Losslesscut will treat the fractional part as milliseconds (not as frames). Srt start and end time is mapped to start/end time of created segmemts.

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

No branches or pull requests

5 participants