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 - lcemmanuel

#1
General Development / Re: mlv_dump on Mac OSX
January 06, 2014, 12:13:38 PM
Thank you very much Danne for the advice.
#2
General Development / Re: mlv_dump on Mac OSX
January 05, 2014, 11:36:13 PM
For the Mac users running Mavericks, converting .mlv to .dng finally worked this way :

http://www.youtube.com/watch?v=PFaiU7rv1pg

Here is a copy of what I wrote in Terminal. I had in the mlv folder on my desktop the following files :

M03_1804.M00
M03_1804.M01
M03_1804.M02
M03_1804.MLV
mlv_dump

mbp-de-laurent:~ laurentemmanuel$ cd desktop
mbp-de-laurent:desktop laurentemmanuel$ cd mlv
mbp-de-laurent:mlv laurentemmanuel$ ./mlv_dump --dng M03-1804.MLV

All dng files were extracted into the original mlv folder.

Thanks everyone for your help !

Laurent

#3
General Development / Re: mlv_dump on Mac OSX
January 05, 2014, 10:39:36 PM
ok I'll try, many thanks for helping !
#4
General Development / Re: mlv_dump on Mac OSX
January 05, 2014, 09:37:51 PM
Hi everyone and thanks for all what is being done !

I tried to convert .mlv on a mac running osx 10.9.1

I dropped mlv_dump followed by the .mlv onto terminal. Here is what I get :

MLV Dumper v1.0
-----------------

Mode of operation:
   - Input MLV file: '/Users/laurentemmanuel/Desktop/mlvfiles/M03-1804.MLV'
   - Verify file structure
File /Users/laurentemmanuel/Desktop/mlvfiles/M03-1804.MLV opened
File /Users/laurentemmanuel/Desktop/mlvfiles/M03-1804.M00 opened
File /Users/laurentemmanuel/Desktop/mlvfiles/M03-1804.M01 opened
File /Users/laurentemmanuel/Desktop/mlvfiles/M03-1804.M02 opened
Processing...
Reached end of chunk 1/4 after 3370 blocks
Reached end of chunk 2/4 after 3351 blocks
Reached end of chunk 3/4 after 3355 blocks
Reached end of chunk 4/4 after 337 blocks
Processed 5090 video frames
Done

So Terminal says it's done, but it doesn't seem anything happens.

I am not a developer and when I use Terminal, my knowledge is very limited.

Tanks for your insight !

Laurent