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.


Messages - miloreid

Pages: [1]
1
Chronos User Discussion / Re: Chronos 1.4 RAW conversion tool - pyraw2dng
« on: November 09, 2018, 06:33:51 AM »
Hi thanks for your response,

that great that it now supports the formatting directly I had no idea. I just this minute got it working and thought I would write these very basic directions for anyone else that may need them

Capture raw file  - using 1st option on menu of chronos
Download and install latest version of python 2.7
Copy raw file and pyraw2dng.py file to a certain directory ie documents folder
Open terminal
navigate to the directory your files are stored at by typing the following
cd
Then hit spacebar, navigate to the folder where you files are in the finder and drag and drop into terminal after cd
So it should read something like
cd /users/name/documents
You will now be in the correct directory and need to run the script
./pyraw2dng.py -w 1280 -l 720 inputfilename.raw
it may say there is a permissions issue, in which case type in the following
chmod 777 pyraw2dng.py and hit enter
you may now find that it will come up with an error saying bad interpreter
type in the following
tr -d '\r' < pyraw2dng.py > newpyraw2dng.py
and change permissions again
Chmod 777 newpyraw2dng.py
Finally run the code by typing
./newpyraw2dng.py -w 1280 -l 720 inputfilename.raw
Making sure that you have written the correct proportions that match what you footage was shot at

Now there should be a folder created in the directory your files are in containing a dng for each frame of your video.

I hope that helps someone

Thanks

Milo


2
Chronos User Discussion / Re: Chronos 1.4 RAW conversion tool - pyraw2dng
« on: November 05, 2018, 08:29:10 AM »
Hi all,

I really want to try out the raw footage on the Chronos but I am struggling to edit the footage. I am a Mac user, can anyone explain how I can create the dng's on a Mac or will I have to use a PC to transcode them?

thanks

Milo

Pages: [1]