Installing R-TT on usb stick

A forum on data recovery using the professional data recovery software R-STUDIO.
Alt
Site Moderator
Posts: 3135
Joined: Tue Nov 11, 2008 2:13 pm
Contact:

Re: Installing R-TT on usb stick

Post by Alt » Mon Sep 05, 2011 1:39 pm

That may happen if there are too much cross-linked folders on the disk. It's hard to say more without seeing the actual data.
I hope I'll post the description file for Movie maker tomorrow together with explanation what to do with that.

Alt
Site Moderator
Posts: 3135
Joined: Tue Nov 11, 2008 2:13 pm
Contact:

Re: Installing R-TT on usb stick

Post by Alt » Tue Sep 06, 2011 11:29 am

How to use R-Studio to find your MovieMaker files.
1. Connect the USB device to your computer and create a file type description file from the code in the next message. Name it something like MovieMaker.xml.
2. When installing R-Studio, select the USB device as the Destination Folder.
3. Run R-Studio. Go to Tools -> Settings -> User's file types and load the MovieMaker.xml. Click the Apply then OK buttons.
4. Right-click the disk on which the files resided and select Scan on the shortcut menu.
5. On the File systems, DISABLE all file systems.
6. Check that the Extra search for known file option is enabled and click the Known File Types button.
7. On the Known File Types dialog box, click the Clear All button.
8. Find the MM Projects and select it by clicking the box to the left. Click the OK button.
9. Click the Scan button. See the scan progress.
10. The found files will appear under Extra Found Files, although they won't have their original names, they'll be numbered.
11. Recover the files.
The recovered files should look like:
<?xml version="1.0" encoding="utf-8"?>
<Project name="My Movie1" themeId="0" version="65538" templateID="SimpleProjectTemplate">
<MediaItems />
<Extents>
<ExtentSelector extentID="1" gapBefore="0" primaryTrack="true">
<Effects />
<Transitions />
<BoundProperties />
<ExtentRefs />
</ExtentSelector>
<ExtentSelector extentID="2" gapBefore="0" primaryTrack="false">
<Effects />
<Transitions />
<BoundProperties />
<ExtentRefs />
</ExtentSelector>
<ExtentSelector extentID="3" gapBefore="0" primaryTrack="false">
<Effects />
<Transitions />
<BoundProperties />
<ExtentRefs />
</ExtentSelector>
<ExtentSelector extentID="4" gapBefore="0" primaryTrack="false">
<Effects />
<Transitions />
<BoundProperties />
<ExtentRefs />
</ExtentSelector>
</Extents>
<BoundPlaceholders>
<BoundPlaceholder placeholderID="SingleExtentView" extentID="0" />
<BoundPlaceholder placeholderID="Main" extentID="1" />
<BoundPlaceholder placeholderID="SoundTrack" extentID="2" />
<BoundPlaceholder placeholderID="Text" extentID="4" />
<BoundPlaceholder placeholderID="Narration" extentID="3" />
</BoundPlaceholders>
<BoundProperties>
<BoundPropertyFloatSet Name="AspectRatio">
<BoundPropertyFloatElement Value="1.3333332538604736" />
</BoundPropertyFloatSet>
<BoundPropertyFloat Name="SoundTrackMix" Value="0.5" />
</BoundProperties>
<ThemeOperationLog themeID="0">
<MonolithicThemeOperations />
</ThemeOperationLog>
</Project>

Alt
Site Moderator
Posts: 3135
Joined: Tue Nov 11, 2008 2:13 pm
Contact:

Re: Installing R-TT on usb stick - Description file

Post by Alt » Tue Sep 06, 2011 11:31 am

<?xml version="1.0" encoding="UTF-8"?>
<FileTypeList version="2.0">
<FileType id="2312" group="MM Projects" description="MovieMaker Project" features="" extension="wlmp">
<Signature from="begin" offset="41">Project\x20name</Signature>
<Signature from="end" offset="7">Project</Signature>
</FileType>
</FileTypeList>

Alt
Site Moderator
Posts: 3135
Joined: Tue Nov 11, 2008 2:13 pm
Contact:

Re: Installing R-TT on usb stick

Post by Alt » Wed Sep 07, 2011 5:26 am

Sorry, the second line should look this way:
<FileTypeList version="1.0">

george

Re: Installing R-TT on usb stick

Post by george » Wed Sep 07, 2011 6:03 am

Thank you for the reply Alt.
But I did not understand you.

I need to open Notepad, copy this code into it:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<Project name="My Movie1" themeId="0" version="65538" templateID="SimpleProjectTemplate">
<MediaItems />
<Extents>
<ExtentSelector extentID="1" gapBefore="0" primaryTrack="true">
<Effects />
<Transitions />
<BoundProperties />
<ExtentRefs />
</ExtentSelector>
<ExtentSelector extentID="2" gapBefore="0" primaryTrack="false">
<Effects />
<Transitions />
<BoundProperties />
<ExtentRefs />
</ExtentSelector>
<ExtentSelector extentID="3" gapBefore="0" primaryTrack="false">
<Effects />
<Transitions />
<BoundProperties />
<ExtentRefs />
</ExtentSelector>
<ExtentSelector extentID="4" gapBefore="0" primaryTrack="false">
<Effects />
<Transitions />
<BoundProperties />
<ExtentRefs />
</ExtentSelector>
</Extents>
<BoundPlaceholders>
<BoundPlaceholder placeholderID="SingleExtentView" extentID="0" />
<BoundPlaceholder placeholderID="Main" extentID="1" />
<BoundPlaceholder placeholderID="SoundTrack" extentID="2" />
<BoundPlaceholder placeholderID="Text" extentID="4" />
<BoundPlaceholder placeholderID="Narration" extentID="3" />
</BoundPlaceholders>
<BoundProperties>
<BoundPropertyFloatSet Name="AspectRatio">
<BoundPropertyFloatElement Value="1.3333332538604736" />
</BoundPropertyFloatSet>
<BoundPropertyFloat Name="SoundTrackMix" Value="0.5" />
</BoundProperties>
<ThemeOperationLog themeID="0">
<MonolithicThemeOperations />
</ThemeOperationLog>
</Project>
<?xml version="1.0" encoding="UTF-8"?>
<FileTypeList version="1.0">
<FileType id="2312" group="MM Projects" description="MovieMaker Project" features="" extension="wlmp">
<Signature from="begin" offset="41">Project\x20name</Signature>
<Signature from="end" offset="7">Project</Signature>
</FileType>
</FileTypeList>
And then save the file as "MovieMaker.xml" ?

Alt
Site Moderator
Posts: 3135
Joined: Tue Nov 11, 2008 2:13 pm
Contact:

Re: Installing R-TT on usb stick

Post by Alt » Wed Sep 07, 2011 3:07 pm

No, you need to open Notepad, copy this code into it:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<FileTypeList version="1.0">
<FileType id="2312" group="MM Projects" description="MovieMaker Project" features="" extension="wlmp">
<Signature from="begin" offset="41">Project\x20name</Signature>
<Signature from="end" offset="7">Project</Signature>
</FileType>
</FileTypeList>
And then save the file as "MovieMaker.xml"
The first piece of code was a sample of how a wlmp file looks like inside.

george

Re: Installing R-TT on usb stick

Post by george » Fri Sep 09, 2011 3:38 pm

Thanks Alt.
But why you are mentioning the .wlmp file, when Windows Movie make file format is .mswmm ?

Alt
Site Moderator
Posts: 3135
Joined: Tue Nov 11, 2008 2:13 pm
Contact:

Re: Installing R-TT on usb stick

Post by Alt » Sat Sep 10, 2011 3:35 am

Well, apparently I confused two programs Windows Live Movie Maker, which file extension is WLMP, and Windows Movie Maker, which extension is MSWMM. I'll make a correct version of the file this Monday.

Alt
Site Moderator
Posts: 3135
Joined: Tue Nov 11, 2008 2:13 pm
Contact:

Re: Installing R-TT on usb stick

Post by Alt » Mon Sep 12, 2011 9:40 am

Could you send me 3-4 small project files, because I can't find Windows Movie Maker to install it? My mail raptorbck (at) gmail (dot) com.

george

Re: Installing R-TT on usb stick

Post by george » Wed Sep 14, 2011 1:24 pm

I sent you the file. Sorry for delay, I had health issues.

Post Reply