Find missing/moved video clip Kdenlive
After moving a video clip used by kdenlive from one folder to another, kdenlive can no longer find the video clip and tells me "missing clip".
How do I tell kdenlive where the new location of the video clip is? Or do I have to delete the missing clip, add it back in, then re-add all of the crops/transitions/effects back onto the track?
kdenlive
add a comment |
After moving a video clip used by kdenlive from one folder to another, kdenlive can no longer find the video clip and tells me "missing clip".
How do I tell kdenlive where the new location of the video clip is? Or do I have to delete the missing clip, add it back in, then re-add all of the crops/transitions/effects back onto the track?
kdenlive
add a comment |
After moving a video clip used by kdenlive from one folder to another, kdenlive can no longer find the video clip and tells me "missing clip".
How do I tell kdenlive where the new location of the video clip is? Or do I have to delete the missing clip, add it back in, then re-add all of the crops/transitions/effects back onto the track?
kdenlive
After moving a video clip used by kdenlive from one folder to another, kdenlive can no longer find the video clip and tells me "missing clip".
How do I tell kdenlive where the new location of the video clip is? Or do I have to delete the missing clip, add it back in, then re-add all of the crops/transitions/effects back onto the track?
kdenlive
kdenlive
edited Jul 11 '14 at 9:44
A J
5,899153457
5,899153457
asked May 3 '14 at 23:04
RJ-AdamRJ-Adam
8818
8818
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
The only way I've found to fix this is to save my project, close KDEnlive, then relaunch and open the project. KDEnlive will pop up a box with all the missing clips and give you the option to search recursively to find them.
Once it finds each clips' new folder, click "OK".
Be sure to save your project again after KDEnlive has made the changes.
(aside: would be nice if KDEnlive had an option to perform this recursive search when right-clicking a clip that has gone "missing"... maybe someday)
This worked for me. The dialog lets you search recursively for any missing file(s), so select a common parent directory. For me it hung after doing this, but I killed it (withxkill
) and then restarted it, reloaded the project, said that yes I did want to recover the project, and all is well once again.
– Drew Noakes
Jul 11 '14 at 9:28
add a comment |
I think the easiest way to leave the clip in its new location and still have kdenlive see it, while preserving your edits, would be to symlink it. In the terminal cd
to the folder where it used to be. Then, enter:
ln -s path-to-clip's-new-location clip's-filename
For example, if the clip were named clip.avi
and your username were dave
and the clip now resided in the Videos
subfolder of your home folder, then the command would be, after changing into the directory where kdenlive expects the clip to be:
ln -s /home/dave/Videos/clip.avi clip.avi
I hope that helps.
add a comment |
Probably, not the most elegant, yet quite efficient way to re-map data location to your KDEnlive file is just open the project file (which is *.kdenlive) in text editor and manually replace required pieces of paths by mask. I.e. you moved your data from
'/home/video/prj'
to
'home/video/prj/1'
So everywhere mask '/home/video/prj' is found, it must be replaced with 'home/video/prj/1'. When you complete all changes, just save the file and that's it. It opens in KDEnlive with whole new mapped paths to your data.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f460293%2ffind-missing-moved-video-clip-kdenlive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The only way I've found to fix this is to save my project, close KDEnlive, then relaunch and open the project. KDEnlive will pop up a box with all the missing clips and give you the option to search recursively to find them.
Once it finds each clips' new folder, click "OK".
Be sure to save your project again after KDEnlive has made the changes.
(aside: would be nice if KDEnlive had an option to perform this recursive search when right-clicking a clip that has gone "missing"... maybe someday)
This worked for me. The dialog lets you search recursively for any missing file(s), so select a common parent directory. For me it hung after doing this, but I killed it (withxkill
) and then restarted it, reloaded the project, said that yes I did want to recover the project, and all is well once again.
– Drew Noakes
Jul 11 '14 at 9:28
add a comment |
The only way I've found to fix this is to save my project, close KDEnlive, then relaunch and open the project. KDEnlive will pop up a box with all the missing clips and give you the option to search recursively to find them.
Once it finds each clips' new folder, click "OK".
Be sure to save your project again after KDEnlive has made the changes.
(aside: would be nice if KDEnlive had an option to perform this recursive search when right-clicking a clip that has gone "missing"... maybe someday)
This worked for me. The dialog lets you search recursively for any missing file(s), so select a common parent directory. For me it hung after doing this, but I killed it (withxkill
) and then restarted it, reloaded the project, said that yes I did want to recover the project, and all is well once again.
– Drew Noakes
Jul 11 '14 at 9:28
add a comment |
The only way I've found to fix this is to save my project, close KDEnlive, then relaunch and open the project. KDEnlive will pop up a box with all the missing clips and give you the option to search recursively to find them.
Once it finds each clips' new folder, click "OK".
Be sure to save your project again after KDEnlive has made the changes.
(aside: would be nice if KDEnlive had an option to perform this recursive search when right-clicking a clip that has gone "missing"... maybe someday)
The only way I've found to fix this is to save my project, close KDEnlive, then relaunch and open the project. KDEnlive will pop up a box with all the missing clips and give you the option to search recursively to find them.
Once it finds each clips' new folder, click "OK".
Be sure to save your project again after KDEnlive has made the changes.
(aside: would be nice if KDEnlive had an option to perform this recursive search when right-clicking a clip that has gone "missing"... maybe someday)
answered Jul 8 '14 at 17:41
MarkMark
10110
10110
This worked for me. The dialog lets you search recursively for any missing file(s), so select a common parent directory. For me it hung after doing this, but I killed it (withxkill
) and then restarted it, reloaded the project, said that yes I did want to recover the project, and all is well once again.
– Drew Noakes
Jul 11 '14 at 9:28
add a comment |
This worked for me. The dialog lets you search recursively for any missing file(s), so select a common parent directory. For me it hung after doing this, but I killed it (withxkill
) and then restarted it, reloaded the project, said that yes I did want to recover the project, and all is well once again.
– Drew Noakes
Jul 11 '14 at 9:28
This worked for me. The dialog lets you search recursively for any missing file(s), so select a common parent directory. For me it hung after doing this, but I killed it (with
xkill
) and then restarted it, reloaded the project, said that yes I did want to recover the project, and all is well once again.– Drew Noakes
Jul 11 '14 at 9:28
This worked for me. The dialog lets you search recursively for any missing file(s), so select a common parent directory. For me it hung after doing this, but I killed it (with
xkill
) and then restarted it, reloaded the project, said that yes I did want to recover the project, and all is well once again.– Drew Noakes
Jul 11 '14 at 9:28
add a comment |
I think the easiest way to leave the clip in its new location and still have kdenlive see it, while preserving your edits, would be to symlink it. In the terminal cd
to the folder where it used to be. Then, enter:
ln -s path-to-clip's-new-location clip's-filename
For example, if the clip were named clip.avi
and your username were dave
and the clip now resided in the Videos
subfolder of your home folder, then the command would be, after changing into the directory where kdenlive expects the clip to be:
ln -s /home/dave/Videos/clip.avi clip.avi
I hope that helps.
add a comment |
I think the easiest way to leave the clip in its new location and still have kdenlive see it, while preserving your edits, would be to symlink it. In the terminal cd
to the folder where it used to be. Then, enter:
ln -s path-to-clip's-new-location clip's-filename
For example, if the clip were named clip.avi
and your username were dave
and the clip now resided in the Videos
subfolder of your home folder, then the command would be, after changing into the directory where kdenlive expects the clip to be:
ln -s /home/dave/Videos/clip.avi clip.avi
I hope that helps.
add a comment |
I think the easiest way to leave the clip in its new location and still have kdenlive see it, while preserving your edits, would be to symlink it. In the terminal cd
to the folder where it used to be. Then, enter:
ln -s path-to-clip's-new-location clip's-filename
For example, if the clip were named clip.avi
and your username were dave
and the clip now resided in the Videos
subfolder of your home folder, then the command would be, after changing into the directory where kdenlive expects the clip to be:
ln -s /home/dave/Videos/clip.avi clip.avi
I hope that helps.
I think the easiest way to leave the clip in its new location and still have kdenlive see it, while preserving your edits, would be to symlink it. In the terminal cd
to the folder where it used to be. Then, enter:
ln -s path-to-clip's-new-location clip's-filename
For example, if the clip were named clip.avi
and your username were dave
and the clip now resided in the Videos
subfolder of your home folder, then the command would be, after changing into the directory where kdenlive expects the clip to be:
ln -s /home/dave/Videos/clip.avi clip.avi
I hope that helps.
edited Jul 11 '14 at 9:27
Drew Noakes
2,80842847
2,80842847
answered May 7 '14 at 14:55
Edd BaisleyEdd Baisley
564
564
add a comment |
add a comment |
Probably, not the most elegant, yet quite efficient way to re-map data location to your KDEnlive file is just open the project file (which is *.kdenlive) in text editor and manually replace required pieces of paths by mask. I.e. you moved your data from
'/home/video/prj'
to
'home/video/prj/1'
So everywhere mask '/home/video/prj' is found, it must be replaced with 'home/video/prj/1'. When you complete all changes, just save the file and that's it. It opens in KDEnlive with whole new mapped paths to your data.
add a comment |
Probably, not the most elegant, yet quite efficient way to re-map data location to your KDEnlive file is just open the project file (which is *.kdenlive) in text editor and manually replace required pieces of paths by mask. I.e. you moved your data from
'/home/video/prj'
to
'home/video/prj/1'
So everywhere mask '/home/video/prj' is found, it must be replaced with 'home/video/prj/1'. When you complete all changes, just save the file and that's it. It opens in KDEnlive with whole new mapped paths to your data.
add a comment |
Probably, not the most elegant, yet quite efficient way to re-map data location to your KDEnlive file is just open the project file (which is *.kdenlive) in text editor and manually replace required pieces of paths by mask. I.e. you moved your data from
'/home/video/prj'
to
'home/video/prj/1'
So everywhere mask '/home/video/prj' is found, it must be replaced with 'home/video/prj/1'. When you complete all changes, just save the file and that's it. It opens in KDEnlive with whole new mapped paths to your data.
Probably, not the most elegant, yet quite efficient way to re-map data location to your KDEnlive file is just open the project file (which is *.kdenlive) in text editor and manually replace required pieces of paths by mask. I.e. you moved your data from
'/home/video/prj'
to
'home/video/prj/1'
So everywhere mask '/home/video/prj' is found, it must be replaced with 'home/video/prj/1'. When you complete all changes, just save the file and that's it. It opens in KDEnlive with whole new mapped paths to your data.
answered 7 hours ago
IgorIgor
266
266
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f460293%2ffind-missing-moved-video-clip-kdenlive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown