-
Notifications
You must be signed in to change notification settings - Fork 134
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
Feature Request EDL Support #1
Comments
I'll take a look at what that all entails and let you know ASAP |
Testing/UAT/QA |
Will be released in next version in a couple of days, maybe sooner. |
But can be checked out from Git master right now if you know your way around this stuff. |
MPlayer EDL files supported as new feature in latest v2.5.0 so you can now save the clip index for a video and reload it for reprocessing etc. I plan on adding support for ComSkip's EDL files allowing your to import/export between the apps but is pushed out to the next version. ComSkip reports timings by frame number whereas the Qt multimedia package is hell bent on milliseconds. That together with the usual frame drops every few seconds makes it a pain to calculate and track manually so I am exploring easier/reliable ways to achieve this. |
Thanks! I will often manually create an EDL file for sports recordings to retain only the best plays. Actually, use a script (perl) to parse the EDL and it generates a "mkvmerge --split parts" command. Would a few keyboard suggestions be ok? A way to reverse the "clips" would be helpful too. Sometimes we want to retain everything EXCEPT the clips. Regardless, thanks for your efforts on this! Might be able to drop my remaining need for a commercial OS with this. THANKS! THANKS! You may have convinced me to look at python a little more. |
Please consider adding EDL support as produced by comskip and VideoReDo.
Would be ideal if EDL markers could be manually tweaked, since comskip isn't always right.
TIA
The text was updated successfully, but these errors were encountered: