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

#1
Quote from: Dionisgr on November 22, 2015, 12:40:46 PM
Very handy program!Thank you very much! But you could add it remove pink dots for Canon 650d.

Thanks man. I'm not very familiar with the pink dots issue but will look into it when I got a chance.
#2
Quote from: CFipp53 on April 28, 2015, 09:34:07 PM
I took a quick look at the source code and commented out the parts for the tiffs/proxy video

Until I get a chance to do a better job of customizing this open source program, this download will allow you to run RawFlow without generating proxy videos, and saving a lot of time if you are only interested in the DNGs.

https://drive.google.com/file/d/0B9srM2vAy8P8QWs1Q0YyTlRweU0/view?usp=sharing

Thanks for sharing the original and making it open source. kunchenguid, you the man
CF

Thanks a lot CF for making the workaround. I just created a new release that made this configurable. Feel free to send me pull requests on github if you want any changes incorporated.
#3
Quote from: eric_marciniak on April 03, 2015, 05:01:12 AM
This is awesome! Is there any way to make it so it doesn't create proxy videos? Even on my overclocked 3930k it takes a long time to create the Tiff's and make the proxy video.

Thanks for the feedbacks!! I have heard a lot of requests about this so I created a new release that disables proxy video generation by default and added a configuration setting for people who want it.

https://github.com/kunchenguid/rawflow/releases/tag/v0.2-beta
#4
In my last trip to Utah I shot about 300 raw video clips with my 5D and when I got back home, I found there's no easy way to batch process so many MLV files.

So I spent a few hours to build this tool and I named it "RawFlow". The purpose is to free us from manually running the basic processing workflow for a large amount of MLV files.
And I'm making it open source so that people can contribute and make it more powerful.

To download, please visit:
https://github.com/kunchenguid/rawflow/releases

The usage is pretty simple - just drag and drop your MLV files onto RawFlow.exe and it will just start working. A sub directory will be created for each MLV file in the same parent folder (this can be configured), DNG and WAV files will be extracted and put into the sub directory, and a small proxy video file would be generated there also.

Running the tool requires Microsoft .Net Framework v4.5. Download from Microsoft: http://www.microsoft.com/en-us/download/details.aspx?id=42642

To contribute or get access to the source code, please visit:
https://github.com/kunchenguid/rawflow

Hope this is helpful.