-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support for Comskip/Mplayer .edl files? #609
Comments
shoudln't be too hard. for now if you can convert the edl to csv you can already import them |
I didn't understand the |
Thanks! I've been able to convert them manually so far; the csv format seems to be built around ins/outs of what should be kept, whereas these edls have ins/outs of what to discard, so I have to invert everything along with changing the format.
where the format is:
The actions are: 0 - Cut As far as I can tell Channels DVR only ever uses 3, Commercial Break. |
Ok thanks for the input. FYI I think you can invert cutting by using the YinYang symbol ☯️ in the UI so you don't have to invert cut times. Btw the comskip format you explained uses start/end time, while in the document you linked that is the mplayer format "1.1 MPlayer EDL". "1.3 Comskip" uses frames instead:
I'm a little confused here. Is mplayer/comskip the same format? how do we know if there are frames or times in the file? |
I think by default comskip produces a text file with that format, but also has the option to create an EDL in Mplayer format. In Channels DVR's implementation, they only give you the option to save the EDL, so that's what I have at my disposal. Thanks for the tip on inverting. Knowing that, I think I have enough regex skills to make a little script to convert. |
For posterity:
|
This is now implemented and will be included in the next version |
Thanks for adding this! Unfortunately Channels DVR only uses type 3 (commercial break) rather than type 0. Would it be difficult to allow it to parse type 3? If I go in and manually change the 3 to 0 it works fine.
|
have implemented support for all 3 types. will be out in the next version |
Happy to have discovered this terrific app. I record shows using Channels DVR which produces simple sidecar .edl files marking the in/out times of commercial breaks. Format is detailed here. I'd like to put in a feature request for Lossless Cut to interpret these. Thanks!
The text was updated successfully, but these errors were encountered: