Author Topic: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter  (Read 987220 times)

marekk

  • Senior
  • ****
  • Posts: 331
  • www.oddajmisie.com
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1225 on: May 10, 2016, 05:58:31 PM »
I've just compiled it ad now it works like a charm :)
Thanks !

marekk

  • Senior
  • ****
  • Posts: 331
  • www.oddajmisie.com
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1226 on: May 10, 2016, 06:22:43 PM »
I don't know what's wrong but I compiled it also with original code and it works...

canneloni

  • Freshman
  • **
  • Posts: 97
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1227 on: May 12, 2016, 02:00:05 PM »
@cannelloni

Re: the m22-1744 in your --mlv-dir path. Is this the actual mlv file or the directory where that mlv resides. The path should be to the directory where the mlv files reside.

Also, have you actually checked that dokan is loaded? See below for how to check (in a cmd window):
...

@Ottoga
First of all thank you for your response!

I used the path where the mlv file is, so there is no subfolder left.

I tried the to check if dokan is loaded. When i type in the comments, there is is just a very short popup of another command prompt but i dont see what is written there. There is no further information in the prompt where i typed in the command. I tried to install the drivers but there was the same issue.

Would it help if i record my screen?
100D.100B ; Canon 18-55 STM ; Canon 50 1,8 II ; Canon 75-300 4,0 - 5,6 III ; Sigma 17-50 2,8

Ottoga

  • Member
  • ***
  • Posts: 203
  • The Ox is Slow but the Earth is Patient
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1228 on: May 12, 2016, 02:27:37 PM »
@canneloni

Some screen shots or a video clip taken with your smartphone would help.

Also, double check whether you have a 32 or 64 bit version of windows installed and that you are using the correct version for your operating system.
EOS 7D.203, EFS 55-250mm, EF 75-300 III, Tamron 16-300 DiII VC PZD Macro, SpeedLite 580EX II.

canneloni

  • Freshman
  • **
  • Posts: 97
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1229 on: May 12, 2016, 03:53:33 PM »
Im using the x64 bit version and i have a x64 Windows as you can see in the video below:

100D.100B ; Canon 18-55 STM ; Canon 50 1,8 II ; Canon 75-300 4,0 - 5,6 III ; Sigma 17-50 2,8

bengibb

  • New to the forum
  • *
  • Posts: 9
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1230 on: May 12, 2016, 09:49:06 PM »
Been a bit since I've used MLVFS but when I select it from the right-click menu I'm just getting a spinning gear with a 0% complete message in the menu bar. This is on Mac. What am I doing wrong?

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1231 on: May 12, 2016, 11:31:40 PM »
Did you choose the mount folder?Sometimes the dialog comes up behind other windows.

bengibb

  • New to the forum
  • *
  • Posts: 9
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1232 on: May 12, 2016, 11:50:38 PM »
Wasn't prompted for a mount folder. Checked if it was hidden. That's kind of what's got me scratching my head.

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1233 on: May 13, 2016, 12:58:38 AM »
That's the very first thing it does, so you probably missed it. Close all open windows and try again.

Ottoga

  • Member
  • ***
  • Posts: 203
  • The Ox is Slow but the Earth is Patient
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1234 on: May 13, 2016, 04:50:21 AM »
@canneloni

Thanks for the video clip. A couple of points:
  • The instructions below should be done in a cmd window with admin rights. My bad, I didn't clarify this in my earlier response to you. This should see the results of each command just being displayed within the cmd window.
  • There is no need to include the actual driver path to achieve what we are trying to do here.
  • The little window that flashed up when you entered 'dokanctl /I d' actually confirmed that the service was installed and started. If you are quick with the pause button you can see it.

From what I've seen, I think that the dokan service is installed and running. to convince yourself just try the commands (exactly as per below again in a cmd window with Admin rights). :



C:\Program Files\Dokan\Dokan Library-1.0.0>cd /d C:\Program Files\Dokan\Dokan Library-1.0.0

C:\Program Files\Dokan\Dokan Library-1.0.0>dokanctl

Driver path: 'C:\WINDOWS\system32\drivers\dokan1.sys'
dokanctl /u MountPoint (/f)
dokanctl /m
dokanctl /i [d||n]
dokanctl /r [d||n]
dokanctl /v

Example:
  /u M                : Unmount M: drive
  /u C:\mount\dokan : Unmount mount point C:\mount\dokan
  /u 1                : Unmount mount point 1
  /u M /f             : Force unmount M: drive
  /i d                : Install driver
  /i n                : Install network provider
  /r d                : Remove driver
  /r n                : Remove network provider
  /d [0-9]            : Enable Kernel Debug output
  /v                  : Print Dokan version

C:\Program Files\Dokan\Dokan Library-1.0.0>dokanctl /v
Driver path: 'C:\WINDOWS\system32\drivers\dokan1.sys'
dokanctl : Mar  8 2016 13:07:15
Dokan version : 100
Dokan driver version : 0x190

C:\Program Files\Dokan\Dokan Library-1.0.0>



As I said, I think that the dokan service is up and running on your PC. Can you do a similar clip of what happens when you launch MLVFS. remember it also needs to be in a cmd window with admin rights. Please include the launch process, what you see in file manager and the localhost browser details.

EOS 7D.203, EFS 55-250mm, EF 75-300 III, Tamron 16-300 DiII VC PZD Macro, SpeedLite 580EX II.

canneloni

  • Freshman
  • **
  • Posts: 97
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1235 on: May 13, 2016, 08:46:43 AM »
Ah okay, now dokan works/ shows information. But still MLVFS does not work right. I made another video:


Thank you so much for your help! :)
100D.100B ; Canon 18-55 STM ; Canon 50 1,8 II ; Canon 75-300 4,0 - 5,6 III ; Sigma 17-50 2,8

reddeercity

  • Contributor
  • Hero Member
  • *****
  • Posts: 2307
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1236 on: May 13, 2016, 09:54:15 AM »
@canneloni , MLVFS is very simple to use you are making it more complicated then it really is .
I made a video for PC user's on how to install & execute the program , It is base on Win7 pro
but it still applies to win 10 as it basically has all the some commands .
Video Tutorial--> http://www.magiclantern.fm/forum/index.php?topic=13152.msg164559#msg164559
Now the only difference is win 10 uses the x64 Dokan file version where as win 7 uses x86 that's it.

The Command are the same except navigation to the MLVFSx86 in your case MLVFSx64.
The command stuff starts around the 4:40 mark I do believe .
If you are still having troubles , let me know and I do a quick Win10 Video Tutorial and post it here .


Ottoga

  • Member
  • ***
  • Posts: 203
  • The Ox is Slow but the Earth is Patient
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1237 on: May 13, 2016, 02:13:38 PM »
@cannelloni

Hmmm,  you appear to be doing everything correctly now. The only thing that I can think of that may be causing it not to work for you is the virtual drive letter that you are using ('X') when launching mlvfs. This virtual drive letter must be unique.

In you clip I noticed that you had three network drives assigned. The first was active but I didn't see what drive letter was assigned to it. The other two were inactive with drive letters "Y' and 'Z' assigned respectively. I am thinking that maybe your first network drive has already been assigned to drive 'X'.

If this is the case, just pick a free (unused) drive letter for use with mlvfs.  e.g.: mlvfs64.exe M: --mlv-dir=c:\mlvs

Failing this, you could try reddeercitys' suggestion to use the 32 bit version of mlvfs.

EOS 7D.203, EFS 55-250mm, EF 75-300 III, Tamron 16-300 DiII VC PZD Macro, SpeedLite 580EX II.

canneloni

  • Freshman
  • **
  • Posts: 97
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1238 on: May 13, 2016, 05:43:48 PM »
Okay it works now. I removed everything from Dokan i had installed and cleaned the regestry of every entry with the word "Dokan" in it. I then reinstalled the newest version of Dokan and used mlvfsx64.

Thank you guys so so so much for your work and time! Im so glad i can finally use mlfvs. I have to figure out wich workflow works best for me and my 100D but im pretty sure there is a good way ;)
100D.100B ; Canon 18-55 STM ; Canon 50 1,8 II ; Canon 75-300 4,0 - 5,6 III ; Sigma 17-50 2,8

celestyx

  • Just arrived
  • *
  • Posts: 1
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1239 on: May 15, 2016, 11:57:31 PM »
Hello,

I installed Dokan and MLVFS_x86 from the first page (running windows 7 64bits).
At first everything seemed to work fine, I can mount the dng files and open them in After Effects. But when I apply settings in ACR inside After Effects, they are only applied to the first frame, not to the whole sequence. It works fine if I put dng files in a regular folder without using MLVFS.
I then realized that I cannot copy a file onto the drive that is mounted, which probably explains that AE can not copy metadata files or write inside the dng files, therefore the settings are applied only to the first frame of the sequence.
I noticed other people here had the same problem, but could not find a clear solution in this thread. Should I use newer versions that are not released yet? If so where do I find them and how do I proceed?

Thanks.

Mefist

  • New to the forum
  • *
  • Posts: 21
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1240 on: May 22, 2016, 04:51:54 PM »
@reddeercity

Hello. Why capture DualISO band . When they disappear - the picture becomes darker ? On your video in the second case they were . English I do not know ( ( ( ( . I use a translator .

hindra

  • New to the forum
  • *
  • Posts: 41
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1241 on: May 24, 2016, 02:50:24 AM »
THANK YOU! I just wanted to make sure you understand how much I appreciate this software.
SL1 100D.100A - 5D - 7D2 - 5D3 1.2.3

fotorebelion

  • New to the forum
  • *
  • Posts: 9
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1242 on: May 25, 2016, 05:06:15 PM »
hey.. for some reason.. i dont seem to get git fetch the source code..
can somebody kindly send me the commandline syntax ?

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1243 on: May 25, 2016, 05:22:17 PM »
Code: [Select]
git clone https://bitbucket.org/dmilligan/mlvfs

piloui

  • New to the forum
  • *
  • Posts: 19
Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
« Reply #1244 on: May 27, 2016, 08:28:05 PM »
Hi there,

After some hours of test and post reading, here is some feedback.

3 different windows test :

- Windows 10 pro upgrade from a windows 7 pro :
  • dokan 0.8 + mlvfs_x86 > not working, as we already know it.  *edit* > working. Mounting and navigating super fast. Resolve workflow seems to be ok. Accessing dngs in resolve seems to be a bit longer than with win 7
  • dokan 1.0 + mlvfs_x64 > working but windows crash after few seconds each time. I don't know where i can find logs :/

- Windows 10 home upgrade from windows 8 home ( laptop ) :
  • dokan 0.8 + mlvfs_x86 > working, surprisingly. Resolve import ok. Playback laggy but laptop are not made for raw
  • dokan 1.0 setup failed. 0x80091007 - La valeur de hachage n'est pas correct.
Code: [Select]
Error 0x80091007: Hash mismatch for path: C:\ProgramData\Package Cache\.unverified\vcredist_2015_x64.exe, expected: 9A19A51D1F40CD5CD5ECB6E4E4F978F18DA8212A, actual: 3155CB0F146B927FCC30647C1A904CD162548C8C

    -Windows 7 pro :
    • dokan 0.8 + mlvfs_x86 > working. Full Resolve workflow > all ok. Just a bit of cdng loading time at project opening. Don't know why. Does this loading time increase with project size ?

    I wish i could give more log info, specially for the win 10 pro crashes. Maybe some tips to where i can find dokan/mlvfs logs please ?
    Thanks for this great tool.

    *edit*
    A little batch command with prompt to find your mlvs location. Place the .cmd file within MLVFS_X86 or MLVFS_X64 folder and feel free to place a short cut anywhere you want :
    Code: [Select]
    @if (@a==@b) @end /*

    :: fchooser2.bat
    :: batch portion

    @echo off
    setlocal

    for /f "delims=" %%I in ('cscript /nologo /e:jscript "%~f0"') do (
        echo You chose %%I
        C:\MLVFS_x86\mlvfs.exe z: --mlv-dir=%%I
    )

    goto :EOF

    :: JScript portion */

    var shl = new ActiveXObject("Shell.Application");
    var folder = shl.BrowseForFolder(0, "Please choose a folder.", 0, 0x00);
    WSH.Echo(folder ? folder.self.path : '');

    lostfeliz

    • Freshman
    • **
    • Posts: 54
    • 5diii. 60d.
    Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
    « Reply #1245 on: May 28, 2016, 05:59:57 AM »
    Hey all. I've installed FUSE and MLVFS. I see the command file is in the Services folder, but MLVFS doesn't show up as a service when I right click on MLV files. No services show up. I tried re-installing. No help. Any suggestions?

    DeafEyeJedi

    • Hero Member
    • *****
    • Posts: 3413
    • 5D3 | M1 | 7D | 70D | SL1 | M2 | 50D
    Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
    « Reply #1246 on: May 28, 2016, 07:37:45 AM »
    @lostfeliz - You should be right clicking on a Folder (not the MLV file) and here's how I do it below...

    5D3.113 | 5D3.123 | EOSM.203 | 7D.203 | 70D.112 | 100D.101 | EOSM2.* | 50D.109

    lostfeliz

    • Freshman
    • **
    • Posts: 54
    • 5diii. 60d.
    Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
    « Reply #1247 on: May 29, 2016, 12:32:19 AM »
    @DeafEyeJedi --- you rock. thanks.

    _OLLE_

    • Member
    • ***
    • Posts: 124
    • -600D-7D- |Swedish filmmaker|
    Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
    « Reply #1248 on: May 30, 2016, 11:54:36 PM »
    This might be a noobie question but I use MLVFS and Smart importer 2 in AE. In my mounted folder I have footage with different frame rates and now I wonder what the easiest way to process the footage in AE is, without messing around with the differnet framerates!

    Frank7D

    • Senior
    • ****
    • Posts: 457
    Re: MLVFS - a FUSE based, "on the fly" MLV to CDNG converter
    « Reply #1249 on: May 31, 2016, 05:50:46 AM »
    @ _OLLE_

    So, in AE under edit preferences, under import, you can set the default sequence frame rate. Set that to whatever is your most common frame rate (or change it as needed).

    In Smart Import 2, there is a field for the comp frame rate. If you leave it blank, the comp frame rates will be set at the default value you set in AE as mentioned above. If you put a value in there, it should override the default AE value.

    Using these two settings, you should be able to deal with different frame rates. However, you might need to run Smart Import 2 script separately for each frame rate.