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$