After more than 1.5 years of work, we are planning to release the refactoring version of Kdenlive in august, part of the KDE 18.08 Applications release. But taking such a decision is not easy. Most of the code was rewritten, which also means many possible regressions. So while we are very excited to have the opportunity to finally release our work to the public, it’s also a bit stressful. So what now ?
Well that’s where we need you. The latest refactoring code has been published as an AppImage, and we need some feedback. So you can help us by downloading the latest AppImage, and try it on your computer (just download the file, make it executable through your file manager and run it).
Improvements and new features include:
- Clips with video and audio are now automatically separated when dropped in timeline
- All clip types in timeline can now easily be disabled/enabled
- Slowmotion should work reliably
- The long standing issue where moving groups of clips corrupted timeline should be gone
- Most effects now use a common keyframe interface
- Insert/lift/overwrite should work reliably
- Easily share your rendered video through KDE’s Purpose library (YouTube, NextCloud, Twitter, Kde connect,…) requires a recent KF5 environment, not enabled on the AppImage.
- It is now possible to generate lower resolution clips for the timeline preview to have a faster rendering
- Resizable track height
- Several overlay guides available for each monitor
- New keyboard layouts can be installed in 1 click (we need help to create interesting layouts)
And most importantly, the code is now much cleaner and ready for new features.
You should be able to create new projects, add clips, move them in the timeline, add effects and compositions, and render your projects. But there are still a number of known issues that we are working on:
- Compatibility with older kdenlive project files is not perfect
- The curves effect does not work (Bézier curves works)
- Composition settings don’t update on resize
- A performance issue in audio thumbnails causes major slowdowns on high zoom levels
Some feedback on this beta version would be really appreciated. So please help us, test this AppImage version and let us know what you think of it. You can leave comments in this post, or on our mailing list, and we will soon organize a bug squashing day to make this release as reliable as possible!
So we hope to hear from you soon!
Where do you want the feedback? Forums? Blog? Bugzilla?
So far not even 1 crash 🙂 great work!
“You can leave comments in this post, or on our mailing list…”
I believe they aren’t ready to accept feedback within the KDE bug tracker as of now.
Just gave the appimage version a try and it worked well but for one missing feature. My work is highly dependent on the ability to set audio reference/align audio to reference. Without it I will not likely be able to use this program which I have been using now for 10 years. Please see that this essential capabililty is restored to Kdenlive!
What is “set audio reference/align audio to reference”? And why is it so important? Just curious. I’m into syncing audio and video. Just wondering if I am missing something.
“Why is it so important?”
For instance, you are recording video+audio on your camera but you are also recording audio on a separate audio recorder. You may not always have the opportunity to have an audiovisual ‘clap’ at the beginning of those recordings. Maybe because you forgot, or maybe because it’s a spontaneous recording.
In those cases, it would be very handy if you could set the onboard audio recording (that comes with the video) as a audio sync reference to which you can align the (higher quality) audio of your external recorder, so you can then mute the camera audio and replace it with the audio from the external recorder.
To be honest… this does not always work as it should so I do find myself looking for matching peaks in both audio tracks to align them. But it’s not a feature that is unimportant when it comes to making synching audio to video easier.
Vincent just described my workflow perfectly. I have been using this feature of Kdenlive for probably 10 years. I shoot mostly music shows. I either record the audio with a Zoom recorder or obtain it from the venue’s sound system. The video recordings are intermittent while I usually let the sound record throughout. Use of a visual cue is in most cases not possible the venue is too noisy. But with Kdenlive I could right click on the audio track and Set Audio Reference, then do the same on the video and Align Audio to Reference and it would match them up based on the audio track from the camera. Then I just mute the audio on the video track. (video cameras make lousy sound recorders). One point Vincent missed is this also allows me to move about the venue with the camera for the best angles and lighting without having to worry about the audio or having sound wires attached to the camera. It’s not perfect but I find it works 90-95 percent of the time. And when it doesn’t it takes hours to match up audio that takes a couple of minutes with this feature.
Please see that this essential functionality is retained. To lose it would negate every other change made to Kdenlive. If the developers will not do this then I hope someone will fork the old version. This isn’t Apple or Microsoft. Important features should not be dropped for the sake of asthetics.
al brundage: it’s on the “Beta 17/18 bugs” list to re-implement
That the set audio/align will be reimplemented in the final release is the best news I’ve heard all week. Now I am looking forward to using the new version (although its absence will make it difficult or impossible to do any further testing of the betas) Even more importantly I hope this discussion has made more people aware of this incredibly useful feature that it appears many of you didn’t even know was there!
I was also missing this audio alignment. Was extremly helpfull when editing a music video
I’ve never used Kdenlive before so jumped on this version. With Fedora 28 it works well. Some minor UI issues in a few minutes of testing but basic usage of separate video and auto files rendered together was fast, easy, and turned out well on my first ever use of it. Seems great to me 🙂
Hey guys! Amazing work so far! I’m in love 🙂
Video and audio workflow is great, transitions work (and moving these things in groups doesn’t cause corruption on Re-Open! :))))))) )
I found a couple of bugs so far that I’ve put into a video. 1 or two of them are to do with effects, but I suspect that you guys probably know about them already, so please forgive those if you do.
I’ll do more testing and come up with some better reports, but this is a quick little report.
https://drive.google.com/open?id=1T5ULFHnHe4jM1vWUVkA3enygxHJvc2z8
Thanks again! Looking forward to the future of Kdenlive!
Did you guys write some automated tests for this refactor or nah?
Yes, will post here what alcinos responded to you on Reddit for people here to be aware of as well:
==== begin quote ====
You’re probably looking at the wrong branch. The correct one is “refactoring_timeline” and has a full tests/ directory : https://cgit.kde.org/kdenlive.git/tree/tests?h=refactoring_timeline We currently have 4k loc for tests alone, amounting to 2-3k assertions. We use Catch (https://github.com/catchorg/Catch2/tree/master/docs) and Fakeit (https://github.com/eranpeer/FakeIt) and are setting up a CI to monitor coverage and test breaking. We also fuzzed the timeline operations in the early stages of the project to discover corner cases of the operations. So yeah, safe to say that the project is “tested” to some extent.
Of course I won’t claim that it is bug-free, and that we will never hit any regression ever, especially since it is incredibly hard to unit test UI interactions. But then again, this is a complicated piece of software, and even pro softwares like Premiere also crash a fairly often. And yet they have a dedicated development team, not just 2 developers on their free time.
==== end quote ====
Hey, since you seem to know about this stuff you are welcome to join the devs and give us a hand. 😉
Did you solve the multicam sync problem in that new form of Kdenlive? Something like Pluraleyes for Adobe Premiere? Thank you for your work.
I am a big fan of Kdenlive and I have two important quick notes on the new features:
1- Splitting audio and video by default is very annoying and I don’t remember I needed it, so pleeeease put this feature as an option and make it as default.
2- The option to add effects and transitions when right click on A/V tracks is removed, pleeeeeease put it back because it was very helpful.
Finally I hope you add a link to Kdenlive site to post any wish/bug directly without a need to have an account, that will be very helpful and encouraging.
From now on the a/v splitting will be the only way forward if we want to add professional features such as advanced editing tools.
You can report bugs for the refactoring branch here or the mailing list, otherwise you’ll have to use the KDE Phabricator or Bug tracker.
Regarding the A/V splitting, why does a video clip retain audio data even after it’s been split in the refactoring branch? After it’s automatically split, if I delete the audio and then move the video down into an audio track, it turns back into audio.
If you don’t let us move audio clips into video tracks, maybe you should also disallow moving video clips into audio tracks?
For the record, I also find the A/V splitting extremely clunky and annoying, but if that’s going to be the way it is, I would hope it at least works in a logical manner.
I have some notes about keyframe editing and showing it in timeline.
1- Showing the keyframe in timeline is useless specially of there are more than one keyframeable parameter.
2- The ability to modify the ease in and ease out of the keyframes is very limited.
So, this is my suggestion of more usable keyframing interface.
1- Each keyframeable parameter should have a way to activate it, like having a small button beside it or changing its color.
2- There must be a separate panel to control the ease in and ease out of the current a active parameter, and one parameter is activated each time.
I have an experience with 3DS MAX and blender, and I think these professional apps should be learned from to get a better keyframing interface.
Best wishes,
Splitting Audio is the first thing i did in every project since starting with kdenlive 🙂
Every professional grade tool does that! Good work.
Final Cut Pro X is a “professional grade tool” which keeps the audio and video as part of the same visual “clip” in the timeline until you choose to manually detach it.
It’s simple by default and powerful when needed.
I always split/separate video and audio but they are still together. Only when you ungroup a clip then you can delete either video or audio. But if you could delete audio just after dragging into the timeline this would be a bug.
It’s not about whether they’re functionally locked together, it’s about the visual cue that they’re part of the same object.
I actually do use separate video and audio clips in a lot of my projects, but with the current Kdenlive I’m able to group them together and move them anywhere in the timeline that I want (and I use mostly video tracks because I can enable/disable audio/video per-track anyway.)
In the new version, audio clips can only be in audio tracks, which means I’m going to end up having a bunch of empty space in between corresponding video and audio clips. That makes it harder to see what I’m doing and harder to click on things that I want to move.
If the default layout gave us alternating V/A/V/A tracks, then that would make more sense, but it would also make video transitions more complicated because now you’ve got audio tracks separating the video tracks. It’s adding so much complication to my workflow that simply wasn’t present in the current version.
After the Paris Sprint we decided to always have the tracks separated in order to add professional features such as advanced editing tools. This is paradigm we ended up choosing in order to move forward.
The term “advanced editing tools” is extremely vague and subjective. Thanks for letting us know you’re locked into your paradigm, though.
Hi, I meant to say advanced *trimming* tools. Here you can find out a bit about them:
https://kdenlive.org/en/video-editing-applications-handbook/#trim
I cannot test at the moment (vacation). Would it be helpful if you could select/lock an audio track i.e A2 and when you drag a clip onto the time line all audio track get onto that A2 track. On the end you can mute this A2 track. BTW: They start to clear the mismache of video/audio track.
As in set it as the target/active track?
Oh, enjoy your vacation. 🙂
@farid. I meant select by double click an a video or audio track (on the header part). So when you drag a clip onto the timeline it get on this selected one. As soon as you double click another track this get locked. (On my vacation Win 10 PC I don›t have a virtual machine installed for testing).
Will there be a windows version?
Soon.
This release looks very stable. I dream of using it on Windows too. Way to go and thanks!
I have encountered a couple of problems in a few minutes of use. Position and Zoom effect is no longer able to use keyframe. (Possibly other effects also) I cannot change the length of a clip by double clicking and setting the value. It appears to work, but after clicking “Okay”, it will revert to the previous value or even change to an unspecified value. I like the look and feel and hope the bugs can be worked. I love and use Kdenlive regularly.
I believe position and zoom is being deprecated and replaced with Transform.
It’s me or the Zoom is not possible anymore in the Project Monitor?
At the first glance, I thought the same, but the zoom controls appear when you move your mouse cursor to the top right corner of the monitor.
So far, I’ve run into issues involving the Gain effect (not saving what I’m setting it to at all), the Fade in and Fade out effects acting like transitions with regards to clips laid on top of other clips when that didn’t matter before, and I also find the new video/audio splitting system not only annoying, but downright inconsistent (if the video and audio get split and I delete the audio, then it should be gone, and it shouldn’t come back when I drag the remaining video clip into an audio track, but it does for some reason.)
I’ve been giving the refactoring branch a wide berth because I know you guys have been working hard on it, but I’ll be on the lookout for a bug squashing day like you mentioned in your post. I’ve always felt out of place whenever I’ve joined your IRC channel, but I’d love to help get some of the issues worked out before this gets released as stable. Last time there was a big Kdenlive change (with the transition to KF5), I ended up using an old version for nine months while the new “stable” one got smoothed out, and at this point I’m concerned that I might need to do that again.
Sometimes I get the feeling that open-source developers don’t care about the user experience or opinion and only listen to themselves. I hope kdenlive developers will care about our wishes and complains and make it easier to submit the feedback through the site or the app itself.
It seems they solved some bugs in the meantime already. On Sunday / Monday a new beta will come.
As Farid is posting here they look for sure on this input. If you found some inconsistency like audio goes not on video track but the other way around, maybe is a good idea you post such issue on the mailing list or in the bug tracker because then the developer get automatically announced.
I agree with you completely, they are definitely looking for input and I disagree with Mahmoud’s assertion.
That said, the devs asked specifically for feedback “in this post, or on our mailing list,” so it sounds like they’re planning to check up on the comments here.
That is NOT what I’m trying to say at all, Mahmoud. I think the KDE developers (and the Kdenlive devs specifically) care very much about user experience, and it’s only fair that they make the program the way they want it, since they’re doing the work. Please don’t turn my constructive criticisms of a beta branch into an attack on open-source developers.
I am a big fan of open source and kdenlive, and that what makes me angry when I see the apps I love having many bugs and design issues while they can be much better giving the amount of work done in their development.
I do care that kdenlive becomes more usable and powerful,and I would feel sad if more users stop using it because it becomes more difficult and more buggy.
Happy to hear it makes you sad, it means you care. But have you done anything to help? like at least contributing with a bug report? 🙂
Based on what you make this statement? Have you been following everything that has been happening in the last 2 years? Besides having all the communication channels (email, bug tracker and phabricator) open, we have a monthly meeting to talk with the community. So…
It seems that a bunch of users (including me) didn’t like forcing splitting A/V tracks, are you going to do something about this, and I don’t think unsplitted A/V tracks is a problem regarding adding advanced effects.
I wish there is a simple send feedback (wish/bug report) option (in the app and the site) that does not require registration.
Also there should be a wish list where the user can see his/her wish and if it is going to be implemented.
Many times I face some bugs or have some suggestions but I step back when I face a form that requires registration.
Why don’t you put any future changes on the website and see if the users are happy with them, or if they have more important features in their minds.
Are you going to take my suggestions about keyframes editing in your account.
By the way, the Captcha is very annoying when it comes to select images with signs and road, etc, I almost closed my browser and stopped sending the feedback. I spent like 10 minutes trying to finish the Captcha.
Not least due to the level of SPAM we receive we kindly ask you to help the project by correctly registering so you can voice your concern in a properly documented manner. It’s quick, and you won’t get SPAMmed, unlike so many other sites. If you cannot stand captchas (I don’t like them either) and this is your gripe, well, I’m afraid we can’t help you then.
If you don’t like what you see and get, you’re free to help another project or pay for what you need in a commercial product. Open Source is not about everyone getting her own wishes granted by the OpenSourceFairy, but to help each other to get something done by cooperating, making concessions, and also accepting that not every wish gets granted.
It’s like real life, it’s even real life.
We use the KDE infrastructure so you’ll have to subscribe to be able to use the forum/phabricator/bug-tracker. Those are the places to report bugs and features. You can also try the mailing list. 😉
Again I ask you to check out the last blog posts we’ve done where you can see what has been going on…
Do you have a better alternative than the current captcha?
I highly appreciate you differentiated feedback that cares to explain and, well, differentiate. There’s reason and a tiny amount of passion 😉
Regarding the captcha, the images are confusing and you need to do more than one slide sometimes and it get frustrating. So if images are replaced with text input or less confusing images that will be good.
As for the fade in/out, I’m not exactly sure if I remember that idea correctly: there are bascially two groups with respect to how these effects work in the stable branch: those finding it useful and those who don’t. While I personally would have liked to keep the current effects as is, and then adding the separate fade to transparency twin effects, I vaguely remember the open discussion in a cafe to be clearly in favor of the old is broken, fix it. That’s as far as I remember.
You know, I have shown up to a cafe before, and the one I was at consisted of someone I didn’t know saying “we’re going to talk about X,” a few people giving yes/no responses to some very basic questions, and then the organizer deciding to move on.
I appreciate that Kdenlive is developed in the open and that it attempts to involve its community in its development, but from my experience, a cafe meeting should not be considered representative of the entire userbase.
What I’m basically hearing right now is that if I want features I find useful to be retained, I should hop into IRC and whine loudly, which I don’t think is what the developers actually want.
Actually thats not how it works. At the beginning of every Café we decide some talk points openly on a pad and everyone is welcome to opine. Also the first 15 minutes of every Café are free topic open for any one to talk about anything they want about Kdenlive. Also you can always write an email to the mailing list if you have anything to say. You are free to whine loudly but i doubt anyone will give you ears. Remember this is a community project made by people on their free time, so you are always welcome to participate anyway you like.
I just want to say that overall I’m in love! This is gonna be such an awesome release.
I’m giving Kdenlive some pretty bad hardware and very heavy material to work on here, so keep that in mind. A quadcore Intel Celeron N3450 and 4GB of ram, running Kubuntu and editing lots of 4K h264 material and highres images.
For crashes and bugs I’ll try to explain my experience, but it takes too long time to see the exact conditions that produces them. I will talk mainly about proxys.
First of all I need proxys for my material, I went with 1024×576. The proxy experience is inconsistent, sometimes it will report “failed to create proxy” for material that will work later if I create a new project.
If I try to create proxys of many clips at once it will sometimes crash. When it crashes and I reopen, the clips will be set to not be a proxy, but if I try to create a proxy it will be almost instant and the clip is marked with a “P”. This will be false, as the clip is not yet a proxy. I must disable then enable proxy for this clip to make it be the proxy.
This next one might or might not be related to the above problem of a crash during proxy-creation. It seems like it should be though. The clip is the proxy, but will only play until a certain time into the clip, but will then be stuck on this frame during the rest of the clip. This looks like a unfinished proxy to me.
I couldn’t get too much further into editing on the beta on this machine, but the whole thing looks and feels so professional! Incredible. I love the automatic split and dedicated tracks of video and audio. I also love how keyframes work. Great job, when it’s stable it will be an absolute blast to use.
PS: This is on my wishlist and one of the reasons me and a couple of my friends despise Premiere Pro. It sucks at subtitling, the interface is bad and the rendering is equally bad. A dedicated subtitle function would put you ahead of them in this regard. Davinci Resolve has done this best imo, a dedicated subtitle track above all video tracks, each subtitle it’s own clip (not available in the project bin) and a customizable unified track style for all subtitles by default. A dropdown for exporting srt or burning subtitles into video during render. Just wanted to mention it 🙂
THANK YOU FOR THIS!
The fix of the proxy crash will be in the next beta release soon. Stay tuned and keep testing.
Thanks! 🙂
I second that dedicated SubTitle track! Would be awesome. As for proxies I have had nothing but negative experiences with them. In that I have had projects not render properly ie black screens in parts of the final render if the proxies aren’t present. ie editing on two different pc’s. I would think proxies are only needed for editing. Copy and Paste the proxy folder onto the new pc and it renders fine.
Just did a quick test of the beta. Titleclip template, don’t update after editing. When adding a second video, then part of sound track is not shown, although sound is there when I play the video in the monitor.
That should have state Titleclip thumpnail in list of clips. Sorry.
Hey guys, I’m using Kdenlive 18.08 beta17. It’s faster and smoother than old versions. But I’m having difficulties in generating proxy, whenever I try to generate proxies the project shuts down unexpectedly. Also everytime project theme is changing to default whenever I close the project. Seeking for solutions. Thanks
This as already been fixed and will be available in the next release.
Thank you so much for this! I tried to test AppImage beta 17 with a small example project and got it finished somehow but experienced quite a lot of problems with it:
1. When I added a new video track, then compositing did not work by default on this track: I only saw the picture on the top track, although that image was supposed to be mostly transparent.
The compositing worked by default only on those video tracks that were already in the project when I created it.
When I added “Composite” transition on that layer, then it worked as expected: I saw the image of top track on top of the other tracks. It also started working without “Composite” transition after I switched “Track compositing” setting from default “High Quality” to something else and then back.
2. Sometimes the “Fade to/from black” effects didn’t appear while dragging the respective handles on top corners of the timeline clip. Sometimes they did, but I couldn’t understand what that was depending on. They always appeared when I dragged the “Fade to/from black” effect from effects panel onto video clip on timeline.
3. When hiding or unhiding a video track, the preview in timeline monitor is updated only after changing frame, not immediately.
4. While moving back and forth on timeline, the time cursor in keyframed transitions’ (like “Composite and transform” or “Cairo Blend”) properties panel does not move. The time cursor in effects’ properties panel moves correctly.
5. Splitting clips that have keyframed effects on them gives different results depending on situation and the location where I split them. I would expect that after splitting a clip from between two keyframes, both clips would get an additional keyframe on splitting point so that the visible end result does not change, but I experienced 2 different behaviours at different tries, none of which was expected: a) the first keyframe was moved to the beginning of the second clip and the following keyframes were moved ahead by the same amount of time; b) keyframes were “squashed” close together onto the first clip so that the whole animation would fit on the first clip. It looked like it was squashed by the same amount as the resulting first clip was smaller compared to the initial whole clip (about 3X in my situation).
6. Trimming clips from their beginning on timeline moves effects’ keyframes on these clips by trimmed amount.
7. It happened once that I was unable to add keyframes to a “Composite and transform” transition (“+” button was grayed out on properties panel) that I had already added some keyframes before. This case was fixed by deleting and re-adding the transition, but of course I had to re-add all the previously added keyframes that I had deleted together with the clip.
8. Timeline zone marker is not visible. When I add a Preview Zone, the green bar appears where usually the timeline zone marker should be (the beginning of timeline, first 25 frames), but zone marker itself is not visible.
9. When scrolling mouse wheel while hovering over the “header” of timeline (where the track names and mute icons are), the timeline view does not scroll up or down like it did in previous versions.
10. Spacer tool moves clips only, not transitions.
11. Spacer tools only moves the clips that start after its current location. In the previous versions of Kdenlive, it also moved the clips that had started before the location of spacer cursor but had not ended before that position. This makes it impossible to move all the clips at once if the first clip starts at position 00:00:00:00.
12. Some seconds after deleting any track Kdenlive crashes. It is impossible to recover that project because after pressing “Recover” button on startup confirmation, Kdenlive crashes again immediately.
13. There is no indicator that a track or project bin clip has an effect on it. Previous versions had a star icon for that.
14. While moving clips, effects or transitions around the timeline, Kdenlive often crashes with segmentation faults.
15. I was sometimes unable to drag and drop any effects or transitions on clips (the effects were not put into clip properties after dragging and dropping). Then, after clicking around randomly for some time, the problem just went away.
Anyway, things seem to be improving and I am really looking forward into seeing the next stable version of Kdenlive. 🙂
Wanted to mention something about the transform effect.
This effect is great, especially with controls in the monitor. However, the size slider makes the image scale from the top left corner, when the middle is where you want it to scale from by default. You want to scale from the middle for slow zooms and up scaling small footage, which I think are the most normal operations for this parameter.
It would be great if you could set chapter markers in kdenlive for mp4 files.
The chapter markers I have set with Apple FinalCut Pro X are recognized by all players.
Thanks for the great work!
On my system the 18.08 AppImage crashes right off the bat every time I run it:
/tmp/.mount_UP6i6P/AppRun: line 56: 4142 Segmentation fault kdenlive –config kdenlive-appimagerc $@
I’m on LinuxMint 18.3 with KDE5 desktop.
Can you say what you where doing exactly? Wait for the next release soon and let us know.
Hey,guys!
I have tested the beta version for a while.I find that there are some features in previous version which are pretty useful being removed in the new beta version.I list them in the following list:
Features in previous version:
1、Left click to add a transition while cursor turns into finger shape by hovering it on the left bottom of clips.
2、Easily change transition type in the drop-down menu of the properties window option.
3、Auto-adjust effect range of transition when user moves the clips which are already added a transition
Problem in beta version:
1、Couldn’t add a transition by using the first above-mentioned way.
2、It has only one transition type in the drop-down menu of the properties window option.Couldn’t change the type through it.I have to change it by deleting existing transition and adding a new transition from the transition window.
3、Couldn’t auto-adjust effect range of transition when user moves the clip.
That’s all.Hope these useful features could be put back in beta version.Thanks a lot for your hard work on Kdenlive.
Been using the Kdenlive beta. I add several mp4 videos in sequence. Then I attempt to add another mp4 to a second video track and it crashes every time. Sometimes right when I try to add it, other times when I attempt to manipulate it.
great! Thank you so much for your work! Can’t wait when refactored branch become stable.
I tried cutting a few clips in Kdenlive Beta 17, sadly after I was done with cutting the first clip and moving the second clip to the timeline the program crashed. When I open it, I’m asked if I want to restore my last progress, if I click ‘Restore’ Kdenlive crashes again.
[quote]
kernel: kdenlive[3793]: segfault at 140 ip 00000000005b3ce0 sp 00007ffd576010a8 error 6 in kdenlive[400000+5a5000]
systemd-coredump[3872]: Process 3793 (kdenlive) of user 1000 dumped core.
Stack trace of thread 3793: #0 0x00000000005b3ce0 n/a (/tmp/.mount_SGnt9G/usr/bin/kdenlive)
[/quote]
Just checked, can’t open the file with beta18 either.
On 18.08-beta17 and beta18, I got a lot of images flashing rapidly in my Project Monitor. If I switch to full screen, the problem stops and if I switch back to my Project Monitor, it’s flashing again. Have a look on this short clip to see what I mean: https://www.youtube.com/watch?v=wf7YLDrdbck
I never had this problem on all stable previous versions.
Seems similar to this: https://phabricator.kde.org/T7082#151035
If not done already, disable GPU acceleration.
Not quite the same IMHO. My timeline is ok. It’s just my Project Monitor who goes crazy, and BTW my GPU acceleration is disable.
Thank you anyway.
Awesome! Thank you so much for your work! Can’t wait when refactored branch become stable.
I’ve noticed a bug. Alpha manipulation/Chroma Key effect. Looks like the Variance slider doesn’t change anything. In previous versions it worked.
Testing 18.07.70
Missing the option to overlay video tracks and click to make a disolve transition. Lot of plugins fail like lift/gamma/gain. What does works and does an amazing job is V.stab.Deshake!
Hey everyone, thank you for all the great work you have done and will do in the future!
I used this appimage briefly and I want to share the issues that I have been having thus far. I may update you with more bugs in the future but I think this is enough for now.
1. Changing themes doesn’t work properly. I tried to change my theme to Breeze Dark and got a message like, “kdenlive needs to be restarted in order to apply the changes.” I clicked Continue and it restarted but did not apply the changes. I have having trouble making Breeze Dark my default theme.
2. Starting Kdenlive stalls when loading up. I normally use version 17.02.0d and whenever I start it, I get a pop-up about not having “dvdauthor” installed. Once I click “Abort”, kdenlive loads immediately. On this version, I see that same pop-up appear but then disappear very quickly and then kdenlive takes about ~17 seconds to start. This is a problem in 18.04.1 as well.
3. No speed function? I can’t find it. I hope we have a keyframable speed function (with adjustable handlebars to smoothen the the flow) in future releases.
4. I can’t find the preview render slider. Normally there is a blue slider I can use above the timeline to create a preview render or only render a selection of my video. I can’t find that here. When I open old kdenlive projects, it is there.
5. Replay won’t work. Once a clip has reached the end, I like to press spacebar to have it play again from the beginning. This isn’t working. I have to manually drag it to the beginning.
6. When I use “Preview” mode for the timeline, the Position and Zoom function doesn’t work properly when I want to move or adjust the size of a picture. If I try to move a picture to the left or right side of the screen, it gets cut off or only goes half of the way there. Changing to High Quality fixes this.
Thank you for taking the time to read this! Looking forward to the next stable release!
Render to mp3 crashes. All other audio format seem to work fine.
If I generate a script and then run it, it will transcode to an mp3, however the rendering speed is about 5x times slower to rendering to all other audio formats.
Output for mp3 rendered without script generation: (Crashes)
//STARTING RENDERING: true , false , “/tmp/.mount_i5RXgW/usr/bin/melt” , “dv_ntsc” , “avformat” , “-” , “consumer:/tmp/kdenlive_rendering_yM3984.mlt” , “/home/elmo2/Documents/untitled2.mp3” , () , (“aq=7”, “threads=1”, “real_time=-1”) , 0 , 6807
Output for mp3 rendered with script. (Renders but very slowly)
//STARTING RENDERING: false , false , “/tmp/.mount_i5RXgW/usr/bin/melt” , “dv_ntsc” , “avformat” , “-” , “consumer:/home/elmo2/Documents/scripts/script001.sh.mlt” , “/home/elmo2/Documents/untitled2.mp3” , () , (“aq=6”, “threads=1”, “real_time=-1”) , 0 , 6807
I will keep the old version, sorry but I can not see anything good in this version and for me the old version works much more intuitive.
I found a few bugs but most of then is already posted by the other users.
Know that this version is heavily under development and will be far superior when it is done.
Yea I understand!
We cannot apply effects with double click anymore, the same with transitions and if you want to change the transition you don’t have anymore the rollover button.
Our job is much more hard now.
I would like to see a good slomo plugin (optical flow). There is something like slomovideo for linux, but if this could be integrated into kdenlive that would be great!
Have there been any improvements in opening projects? Speed wise.
Version 18.07.70 – Adding effects from the masive “Audio” category – none of the parameters for the effects appear. So they can not be used.
PS – contgrats on getting the refactoring to this point.
Hello!
I´d like the transitions as well as the effects panels to have some sort of illustrations or animated icons to show the transitions and the effects. Reading every transition title is a time consuming thing and almost not intuitive, the work flow would be more fluent with effects and transitions shown graphically so we can rapidly pick them up.
Thank you for your work!
Position And Zoom. If you adjust the size by dragging the red marque around the size on the settings in the effect does not update.
Screen shot below
https://www.dropbox.com/s/fovi09yrtbwa3e3/kdenlive_pos_and_scale_defect.png?dl=0
When I try to stabilize a clip with Project – Clip Jobs – vidstab, the program segfaults in both beta17 and beta18 for me. I’m new at this but figured I’d report that.
I´d like the transitions as well as the effects panels to have some sort of illustrations or animated icons to show the transitions and the effects. Reading every transition title is a time consuming thing and almost not intuitive, the work flow would be more fluent with effects and transitions shown graphically so we can rapidly pick them up.
Thank you for your work!
Amrit, we would be great if you could come up with a full set of icons for the different transitions and effects. I’m afraid that animated icons would create a lof of distractions, so static icons only.
How can we get the filters that are used in Natron to be also used in Kdenlive?
This way we can build a direct link between the two applications without having to render.
Would love to hear thoughts on this. Great work guys.
Ad 😀
Good question was about to ask same thing
Blender/Natron integration is in the long term roadmap: https://community.kde.org/Kdenlive/Development/Refactoring_Roadmap
Strange, kdenlive-18.08.0-x86_64.AppImage is out since august 20 and not a word on it. https://files.kde.org/kdenlive/release/
For me, it seems to work flawlessly until now.
Thanks kdenlive team.
Although it is an update, it is not the new refactored version. It’s 18.04 with some bug fixes.
Blender/Natron integration is in the long term roadmap: https://community.kde.org/Kdenlive/Development/Refactoring_Roadmap
WINDOZE BUILD PLS! 🙂 🙂 🙂
Contour ShuttleXpress Jog/Shuttle worked in 18.04 appimage, does not in 18.08
First of all congratulations, it’s an excellent job. The stable version is already great and what I could try out about the beta left me amazed.
I am an Argentine 2D animator who recently stopped using proprietary software and the only program I really felt comfortable with, at least for now, to replace the Premiere video editor was Kdenlive.
Observations:
1) The audio and video division sometimes worked for me and sometimes not. Randomly, with the same clip, sometimes he walked and other times the audio was cut, subject to the audio of the track below.
2) I did not find keyframe control in crop, scale and tilt (neither is it in the stable version). I would love to have control of keyframes there.
For the rest, I’ll keep trying, but what I was more pleasantly surprised by was the improvement in the interface. It was intuitive and now it’s better.
MANY, BUT VERY MUCH THANKS !!!
i’m afraid a release in August is not going to happen. Too bad, i could really use a keyframeable speed function now 🙁
hello,
I only caught up today with this open call… (sept 14 :))
I will quickly list what I think could be enhanced..
and promise to use the beta APP image parallel to the latest stable release (under another user on my machine)
_ _ _
possible enhancements:
#e1:
buttons under the project monitor:
a quick “go back to the beginning” button would be great
Ardour has it, Audacity has it, Sony Vegas has it — and it makes sense…
#e2:
make the default number of tracks 3 audio & video both…
editors won’t have to be shocked that they can’t drag the first clip into the first video track, which is v3…
(and it is impossible cause there is no a3 track :))
#e3:
DONE ✓ 🙂 🙂 I mean: it works already!!!
disable clip –> AUDIO clip, VIDEO CLIP, TITLE clip, COLOR clip
ALL WORKS !!!!!
beautiful, thank you!!!
#e4: // TRACKS
DONE ✓ 🙂 better than I would have wished 🙂
I wanted to suggest that video and audio tracks should NOT be
cursed to stay always in the according (#number) of tracks..
BUT… somehow I’m getting to realize that this has a very good logic 🙂 and adds order to the working routine
PLUS, Once you split audio from video and regroup them, you can move them freely…
and !!! when you move a video clip down to an audio track, it will be treated as an audio clip !! totally logically…
#e5: // adding effects
DONE ✓ 🙂 OMG !!!!! way better than I thought it could be !!!
I wished there could be a way to add effects not only by going right click, and 3 selections, and then select the effect…
that the right click add effect option doesn’t even exists is a HUGE improvement!!!
AND one more: CURVES: it is not set to RED channel, but RGB !!! such a comfort !!!!
this is as far as I got in about 1 hour…
I couldn’t open the project that I am otherwise working on (using v18.4)
cause it crashed after pushing the OK button after recursive clip search…
So, I was experimenting with a new “dummy” project…
#e2 is implemented. Now to: Set default video tracks to 2, same as audio
hello #2,
I’ll quickly list the “bugs” (unexpected behaviors) that I have encountered…
#1
it crashes a lot… seriously, even a dummy project
BY WHICH I do NOT mean that the project is in a bad shape !!!!!
NOT AT ALL !!!!!!!!!!!!!!!!!
I mean that it obviously needs time…
I have no experience in software development, but as I imagine,
it must be PRETTY COMPLEX …
and if you were like 20 of you… ad could hire some 20 x 2 people to work under your hands…
than it could be like 2 months from now…
this is a wild guess…
based only on the number of crashes…
BTW:
KDENLIVE could be set to produce verbose reports which anybody could easily find on her/his machine… and upload… at the bug-report site – bugzilla
– – – –
#2
the full screen overlay for the monitor is missing…
it is such a great thing on KDENLIVE.. please confirm that we’ll get it back 🙂
better than vegas pro!! which — on this same machine of mine — would not easily come back to normal after full screen…
whereas KDENLIVE is just perfect…
I never do preview NOT in full screen 🙂
#3
there are problems with the filters…
for example, curves doesn’t show what you do when you’re shaping the curve.. nor does it do afterwards..
colorize didn’t have its “setting” part…
only the header of the effect.. and a default cyan setting could be applied only..
and I’m sure, there could be problems like these in any number… with the filters, I mean 🙂
#4
….
I can’t think up another problem right now 🙂
PS:
I think, we can sense that KDENLIVE is really becoming something extraordinary!!!!
it is being rethought and rebuilt…
such a wonderful thing to happen !!! to be done 🙂
I suggest to put up some videos that simply explain how to try KDENLIVE and report misbehavior 🙂
to create another user… and duplicate the project files.. but not the raw footage 🙂 cause what you say, that it can jam up your project, is not for the faint-hearted 🙂
anyhow, it looks GREAT !!!!! promising !!!
PLEASE keep us posted, and TAKE YOUR TIME !!!!!!!!!!!!!!!!!!!
including having fun in the weekends !!! (Other than working on this piece of beautiful software ! :))
I am also sorry that I didn’t make precise (normal) bug reports now…
……………. system info
KDENLIVE: Version 18.07.70
Linux MINT 19 — CINNAMON 3.8.9
KDE is NOT installed along Cinnamon
LINUX 4.15.0-34-generic #37-Ubuntu SMP Mon Aug 27 15:21:48 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
memory: 7.5 GiB (8Gb)
HDD: traditional HDD, 7200 RPM
The BETA 18 still crash. Don’t use it further. See the Beta 17/18 bugs tracker: https://phabricator.kde.org/T9345
Is #2 listed in the bug tracker?
Wait on the upcoming BETA updat and check then if the bugs under #3 still exists. If yes make step by step examples.
Gracias por motivarse a mejorar el editor 🙂 no se detengan.
The BETA 18 still crash. Don’t use it further. See the Beta 17/18 bugs
When playing a clip, as the marker reaches the end of the timeline it should jump back to the start of the timeline and the timeline should advance as much so that one could skip through a clip if searching for a specific part in the clip.
At the moment the marker only jumps back about 20mm on the timeline making it impossible to quickly skip through a long clip.