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 :)

AviSynth support for Redcode RAW now available

Florin,

You can alredy batchconvert with VirtualDub.

May be you find it useful our free Red Liquid tool what does generate VirtualDub job list from RedCine xml file.
Slow link to Red Liquid homepage here. Browser needs to press refresh usually:-(

Priit
 
Great Gabor ! Your so efficiant !

Priit, the advantage of using Virtualdub is that, with ffmpeg, you can encode to other formats than avis, for instance quicktime dnxhd.
 
Gabor,

The great thing would be to have a small windows app to batch convert R3D files directly to Quicktime DNxHD format using ffmeg library. This doesn't exist on PC, I'm sure you could even sell it, a lot of people would be interested ! DNxHD is the codec of choice for offline/online editing.
 
Wow, I'm impressed I just ran a test clip through MeGUI, good stuff :) This plugin has many possibilities... time to save monies for a Scarlet now :turned:
 
To all those looking for a freeware workflow on Windows, here's the newest addition to my R3D tools: a Redcode RAW source plugin for AviSynth.

Documentation and download on my website. http://arenafilm.hu/alsog/avisynthr3d/

Have free fun!
Genius! love open source! avisynth is progressively an adaptive little tool
 
Wow, I'm impressed I just ran a test clip through MeGUI, good stuff :) This plugin has many possibilities... time to save monies for a Scarlet now :turned:


I can get it running in VirtualDub but not in MeGUI any tips to get it going?
 
I can get it running in VirtualDub but not in MeGUI any tips to get it going?

The only thing I can think of that would cause problems is if you haven't specified YV12 and MeGUI hasn't automatically put ConvertToYV12() at the end of the script. This is the script I used:
Code:
LoadPlugin("C:\Program Files\Video Tools\AviSynth\plugins\R3DSource.dll")
R3DSource("A001_C006_071102_001.R3D", render_size = "half", crop_aspect = "default", iso=320, kelvin=5600.0, gamma_space="default", olpf_compensation=2, denoise_level=5, exposure=3)
ConvertAudioTo16bit()
ConvertToYV12()
 
We have a small program available what does generate Avisynth *.avs file to every Red *.r3d file in a folder and subfolders.
Basically its is just dialog for Gabor Kertai's wonderfull AviSynt plugin.

Additionally it does generate text files where either all *.r3d or *.avs files are listed.

>Homepage here.<

Beware: it is slow link and may need to press Refresh several times.

Comments are wellcome.

Regards
Priit

Edit: Ups! Allready fixed installer.
 
There is now support for presets of custom scripts in R3DtoAVS ver 0.2

Priit
 
Thanks Priit ! It's really a useful soft.

Like I said to Gabor, it would be nice if someone could make a small app to batch convert R3D files to DNxHD QT files using the ffmeg library. With your app and Gabor's, we're almost there but it requires several steps which could be greatly improved by this small app.

Kristin
 
By popular demand, version 1.1 has been released with a new R3DMetaData function to retrieve meta data values for loaded clips. Have fun.
 
Thank you Gabor.
It is very valuable piece of software gets better and better.


May be somebody can popularize/explain this plug-in bit more to the Reduser community
as you can play Red files in Media Player and in lot of other Windows programs
like you can play QT proxies on Mac.
But when I hear Avisynth i fear for sophisticated commandline parameters and sripts.
To be onest, Gabor's plugin was my first serious Avisynth/VirtualDub usage
and I deal with Windows and media all the time.

For example this small freeware "Super" can batchconvert Red files with Avisynth into very different formats.
http://www.erightsoft.com/SUPER.html

Priit
 
Pritt,

I just tested your little app. It's a real nice one. Thanks !

Just a suggestion : it would be great if you could add the possibility of choosing another custom output folder for the generated .avs files instead of having them written in the same folder of each R3D file.

In that case it would be easier to batch convert the avs files, instead of having to look for each one, just the same way as your soft look for all the R3D subfolders.

Thanks !
 
Kristin,

I have planned option that all *.avs files would be placed into query root folder.
Is it OK ? Or would you like to have extra dialog?

Originally the plan was to load "all files in current directory" into VirtualDub Job List.
But just discovered that when VirtualDub opens R3D file directly it is 2 times faster than via AviSynth.

Have anybody got speed increase from MTSource plugin?
It works with Gabor's source plugin and sample script where 3 sources are stacked horizontally but I'm not fluent in scritpting and didn't got any speed increase.

Priit
 
Priit,

It would be better to have the possibility to choose an output folder, but if you stay with your option of having all files in the root folder it's still better than the actual version !

Thanks for your efforts !
 
Kristin,

Option added.
Sorry, did it already easier way without folder dialog for now.

Priit
 
Back
Top