Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Simonwb

#76
Quote from: dmilligan on May 03, 2016, 09:26:55 PM
the tilde ("~") at the beginning is very important, and you don't actually include the "<" and ">"


~/Library/Services/MLVFS.workflow/Contents/mlvfs /Users/simonwilkinson-blake/Desktop/test --mlv_dir=/Users/simonwilkinson-blake/Desktop/mlv


@dmilligan thanks for the corrections.

When I add that command as you've written it into Terminal, I get back:

Last login: Tue May  3 19:35:37 on ttys000
Simons-MBP-2:~ simonwilkinson-blake$ ~/Library/Services/MLVFS.workflow/Contents/mlvfs /Users/simonwilkinson-blake/Desktop/test --mlv_dir=/Users/simonwilkinson-blake/Desktop/mlv
-bash: /Users/simonwilkinson-blake/Library/Services/MLVFS.workflow/Contents/mlvfs: No such file or directory
Simons-MBP-2:~ simonwilkinson-blake$
#77
I'm far, far from being an expert, but I find it depends what you're filming and what 'look' you want to achieve. Personally, I use:
- shoulder rig for documentary style, particularly when the subject(s) are moving around a lot
- tripod for locked down or pans and tilts
- gimbal stabiliser for most other smooth movement

I've got the same 24-105 lens as you but have never used the IS, to be honest I'm not sure how it works and would worry it could affect my settings e.g. does it close down the aperture a few stops?
#78
Quote from: dmilligan on May 03, 2016, 07:13:50 PM
FYI, file paths are case sensitive.

There doesn't appear to be anything wrong. The error message: "nohup: ./mlvfs: No such file or directory" is a mystery. You can try actually launching MLVFS from the command line (like you did when you saw the help), but actually supply the required parameters:

~/Library/Services/MLVFS.workflow/Contents/mlvfs <mount point> --mlv_dir=<directory with MLV files>


where <mount point> and <directory with MLV files> are actual file paths (hint: drag and drop folders onto the terminal window will insert the file path for that folder at the cursor position)

@dmilligan I tried and got this:

Last login: Tue May  3 19:29:11 on ttys000
Simons-MBP-2:~ simonwilkinson-blake$ /Library/Services/MLVFS.workflow/Contents/mlvfs </Users/simonwilkinson-blake/Desktop/test> --mlv_dir=</Users/simonwilkinson-blake/Desktop/mlv>
-bash: syntax error near unexpected token `newline'
Simons-MBP-2:~ simonwilkinson-blake$

#79
in the terminal type

ls ~/Library/Services/MLVFS.workflow/Contents/


@dmilligan sorry, missed out the 'ls' in the code.  When I include it, I get:

Last login: Tue May  3 15:42:25 on ttys000
Simons-MBP-2:~ simonwilkinson-blake$ ls /Library/Services/MLVFS.workflow/Contents/
80000301_1808x1190.fpm   80000326_2592x1108.fpm   80000346_1872x1060.fpm
80000301_1808x727.fpm   80000331_1808x1190.fpm   80000346_2592x1108.fpm
80000301_1872x1060.fpm   80000331_1808x727.fpm   Info.plist
80000301_2592x1108.fpm   80000331_1872x1060.fpm   document.wflow
80000326_1808x1190.fpm   80000331_2592x1108.fpm   html_template.html
80000326_1808x727.fpm   80000346_1808x1190.fpm   jquery-1.12.0.min.js
80000326_1872x1060.fpm   80000346_1808x727.fpm   mlvfs
Simons-MBP-2:~ simonwilkinson-blake$

#80
Quote from: dmilligan on May 03, 2016, 04:10:56 PM
the executable should be located at: ~/Library/Services/MLVFS.workflow/Contents/mlvfs

in the terminal type

ls ~/Library/Services/MLVFS.workflow/Contents/


You can also run mlvfs from the terminal, if you do without arguments you should see the command line help:

~/Library/Services/MLVFS.workflow/Contents/mlvfs


@dmilligan thanks

On your first code, I get:

Last login: Tue May  3 15:34:24 on ttys000
Simons-MBP-2:~ simonwilkinson-blake$ /Library/Services/MLVFS.workflow/Contents/
-bash: /Library/Services/MLVFS.workflow/Contents/: is a directory
Simons-MBP-2:~ simonwilkinson-blake$

On your second, I get

Last login: Tue May  3 13:27:23 on ttys000
Simons-MBP-2:~ simonwilkinson-blake$ ~/Library/Services/mlvfs
-bash: /Users/simonwilkinson-blake/Library/Services/mlvfs: No such file or directory
Simons-MBP-2:~ simonwilkinson-blake$ ~/Library/Services/MLVFS.workflow/contents/mlvfs
-bash: /Users/simonwilkinson-blake/Library/Services/MLVFS.workflow/contents/mlvfs: No such file or directory
Simons-MBP-2:~ simonwilkinson-blake$ mlvfs
-bash: mlvfs: command not found
Simons-MBP-2:~ simonwilkinson-blake$ /library/services/mlvfs
-bash: /library/services/mlvfs: No such file or directory
Simons-MBP-2:~ simonwilkinson-blake$ /library/services/MLVFS.workflow/Contents/mlvfs
main.c:1995:main(): MLVFS: no mlv path specified

usage: mlvfs mountpoint [options]

general options:
    -o opt,[opt...]        mount options
    -h   --help            print help
    -V   --version         print version

FUSE options:
    -d   -o debug          enable debug output (implies -f)
    -f                     foreground operation
    -s                     disable multi-threaded operation

no mount point

MLVFS options:

- File/folder options:
    --mlv-dir=%s           Directory containing MLV files
    --resolve-naming       DNG file names compatible with DaVinci Resolve

- Processing options:
    --cs2x2                2x2 chroma smoothing
    --cs3x3                3x3 chroma smoothing
    --cs5x5                5x5 chroma smoothing
    --bad-pix              Fix bad pixels (autodetected)
    --really-bad-pix       Aggressive bad pixel fix
    --fix-pattern-noise    Fix row/column noise in shadows (slow)
    --stripes              Vertical stripe correction in highlights (nonuniform column gains)
    --deflicker=%d         Per-frame exposure compensation for flicker-free video
                           (your raw processor must interpret the BaselineExposure DNG tag)

- Dual ISO options:
    --dual-iso-preview     Preview Dual ISO files (fast)
    --dual-iso             Render Dual ISO files (high quality)
    --amaze-edge           Dual ISO: interpolation method (high quality)
    --mean23               Dual ISO: interpolation method (fast)
    --no-alias-map         Dual ISO: disable alias map
    --alias-map            Dual ISO: enable alias map

- Web GUI options:
    --port=%s              Port used for web GUI (default: 8000)
    --fps=%f               FPS used for playback in web GUI

- Diagnostic options:
    --version              Display MLVFS version

Simons-MBP-2:~ simonwilkinson-blake$
#81
Quote from: dmilligan on May 03, 2016, 03:05:54 PM
download and install again, it looks like the actual mlvfs executable is missing (it should be inside the automator workflow package)

@dmilligan thanks.  Reinstalled OSXFUSE and MLVFS - same error as before, unfortunately

However, looking in my Library>Automator folder, I can't see anything that looks obviously MLVFS.  Doing a search on my Mac for 'MLVFS' doesn't bring up anything that looks like an executable file.  But then, neither can I find a MLVFS file on my other Mac, on which MLVFS works fine
#82
Quote from: dmilligan on May 03, 2016, 01:04:42 AM
It's a hidden file in your home folder.

Open the terminal and type

cat ~/.mlvfs.log


Try a different folder name. The name "dng" could potentially confuse MLFVS (b/c DNG files end in "dng".)

Hi @dmilligan Thanks for the tip on where to find the log.  Here's the contents:

Last login: Fri Apr 29 21:01:04 on console
Simons-MBP-2:~ simonwilkinson-blake$ cat ~/.mlvfs.log
nohup: ./mlvfs: No such file or directory
nohup: ./mlvfs: No such file or directory
nohup: ./mlvfs: No such file or directory
nohup: ./mlvfs: No such file or directory
nohup: ./mlvfs: No such file or directory
nohup: ./mlvfs: No such file or directory
nohup: ./mlvfs: No such file or directory
nohup: ./mlvfs: No such file or directory
nohup: ./mlvfs: No such file or directory
nohup: ./mlvfs: No such file or directory
nohup: ./mlvfs: No such file or directory
nohup: ./mlvfs: No such file or directory
Simons-MBP-2:~ simonwilkinson-blake$

I did try a different folder name, still the same error.

Thanks for your help with this!

Simon




#83
Quote from: markodarko on May 02, 2016, 07:36:54 AM
The only time I experienced that error was when using an attached drive with characters or length of drive name that MLVFS didn't like. I renamed it to a one-word name and all was well.

Thanks for the tip, but I was using a folder I simply named "dng"
#84
Quote from: dmilligan on May 02, 2016, 03:12:24 AM
Post the contents of ~/.mlvfs.log

Thanks but I couldn't find such a log - I looked in Console.
#85
This has been working for me just fine on a MacBook Pro OS X Yosemite 10.10.5

But with exactly the same files - and following the same install - on a 2013 Mac Pro OS X El Capitan 10.11.4 I get a "localhost:8000" error in Safari and the mounts don't appear

Any ideas how I can fix this?

Many thanks