Welcome to our community

Be a part of something great, join today!

  • Hey all, just changed over the backend after 15 years I figured time to give it a bit of an update, its probably gonna be a bit weird for most of you and i am sure there is a few bugs to work out but it should kinda work the same as before... hopefully :)

split R3D files into high-resolution frames

Joined
Jan 2, 2018
Messages
11
Reaction score
0
Points
0
Hello,

we nicely obtained R3D video files using our new RED WEAPON.
We would like to do image processing using MATLAB of Mathworks.
Hence a question, how can I split the R3D video files into high-resolution frames?

Best regards,

Marcel
 
we nicely obtained R3D video files using our new RED WEAPON. We would like to do image processing using MATLAB of Mathworks. Hence a question, how can I split the R3D video files into high-resolution frames?
What exactly are you trying to do with Matlab? What will be the ultimate goal of the image processing?
 
Hi Marc,
the R3D files are made of an experiment with bubbles in a liquid. We want to analyze how the bubbles change in size in the course of time.

I can read a single R3D file into rcxp and generate frames. It is important to be able to automate this (choose an R3D file or files, define the times, generate the frames).


What exactly are you trying to do with Matlab? What will be the ultimate goal of the image processing?
 
Hello,

we nicely obtained R3D video files using our new RED WEAPON.
We would like to do image processing using MATLAB of Mathworks.
Hence a question, how can I split the R3D video files into high-resolution frames?

Best regards,

Marcel

Use REDline.

On OSX or Linux, type "REDline --help" from the command line. You can find the options you need to have it select, scale, crop, output whatever your automation harness wants to automate.
 
set in out point in RCXP then export as image sequence at wanted resolution. Then you get a sequence of still frames and you can have them with source TC in the name so you also can backtrack form where you got them.
 
Back
Top