1
Scripting Corner / Fast video presets for 5dIII (based on Danne's cine.lua)
« on: December 01, 2019, 02:57:14 PM »
Hello to everyone!
I was so inspired by Danne's work with EOS M camera to make it more like a Movie camera. I couldn't wait till someone make something like that for 5d mark III. Sadly I'm not a programmer and I cannot dig so deeply with fast accessing drop down menus, etc. So, I took Danne's cine.lua preset from this topic https://www.magiclantern.fm/forum/index.php?topic=23041.msg216899#msg216899 and modified it to my needs.
Overall I've made 5 presets with different settings to switch fast between them. It takes about 6-7 second to switch settings by a preset.
I decided to share it, maybe someone will find it useful.
Right now I have presets for:
1. 1920 25fps 2.35:1
- 1920 resolution
- 25 fps
- 2.35:1 aspect ratio
- shutter speed - 1/50
- script checks if you're in 1920p 25 fps in Canon's menu (if not you have to change it manually)
- focus aid to default mode (zooms 10x on a shutter halfpress - very useful to check focus)
- 14-bit lossless
- Focus Peak - ON
- Spotmeter - Percent
- Histogram - RAW RGB
2. 3xCrop 1920 25fps 2.35:1
- the same as above but it's a 3x Crop mode - 1920 1:1
3. 1920 50fps 2.35:1
- 1920 resolution
- 50 fps
- 2.35:1 aspect ratio
- shutter speed - 1/100
- iso - 100 (as it seems to have the best compression ratio)
- script checks if you're in 1280p 50 fps in Canon's menu (if not you have to change it manually)
- focus aid to default mode (zooms 10x on a shutter halfpress - very useful to check focus)
- 14-bit lossless
- Crop mode - 1920 50fps
- Focus Peak - OFF
- Spotmeter - OFF
- Histogram - OFF
4. 1920 24fps 2.35:1
- the same as 1 but 24fps
- script checks if you're in 1920p 24 fps in Canon's menu (if not you have to change it manually)
5. 3xCrop 1920 24fps 2.35:1
- the same as 2 but 24fps
- script checks if you're in 1920p 24 fps in Canon's menu (if not you have to change it manually)
This is just a lua script which sets everything automatically instead of doing it by yourself manually. It doesn't change any ML core files.
I've tested these presets on my camera a lot of times, made some minor fine tuning to work smoothly every time in any order.
To make it work you need to:
1. download Danne's build from here called crop_rec_4k_mlv_snd_isogain_1x3_presets_2019Oct15.5D3113.zip and install it on you camera
2. put script on your card in a folder called \ML\scripts
3. Load lua.mo in ML menu (also you will need mlv_lite, mlv_snd and crop_rec modules, so load them too).

Now you have it in Scripts.
You can enable autorun to load it everytime on camera boot

In MOVIE tab we have a new string called Fast Video Presets

Choose preset from menu

Download link:
5d3fvp.lua
I was so inspired by Danne's work with EOS M camera to make it more like a Movie camera. I couldn't wait till someone make something like that for 5d mark III. Sadly I'm not a programmer and I cannot dig so deeply with fast accessing drop down menus, etc. So, I took Danne's cine.lua preset from this topic https://www.magiclantern.fm/forum/index.php?topic=23041.msg216899#msg216899 and modified it to my needs.
Overall I've made 5 presets with different settings to switch fast between them. It takes about 6-7 second to switch settings by a preset.
I decided to share it, maybe someone will find it useful.
Right now I have presets for:
1. 1920 25fps 2.35:1
- 1920 resolution
- 25 fps
- 2.35:1 aspect ratio
- shutter speed - 1/50
- script checks if you're in 1920p 25 fps in Canon's menu (if not you have to change it manually)
- focus aid to default mode (zooms 10x on a shutter halfpress - very useful to check focus)
- 14-bit lossless
- Focus Peak - ON
- Spotmeter - Percent
- Histogram - RAW RGB
2. 3xCrop 1920 25fps 2.35:1
- the same as above but it's a 3x Crop mode - 1920 1:1
3. 1920 50fps 2.35:1
- 1920 resolution
- 50 fps
- 2.35:1 aspect ratio
- shutter speed - 1/100
- iso - 100 (as it seems to have the best compression ratio)
- script checks if you're in 1280p 50 fps in Canon's menu (if not you have to change it manually)
- focus aid to default mode (zooms 10x on a shutter halfpress - very useful to check focus)
- 14-bit lossless
- Crop mode - 1920 50fps
- Focus Peak - OFF
- Spotmeter - OFF
- Histogram - OFF
4. 1920 24fps 2.35:1
- the same as 1 but 24fps
- script checks if you're in 1920p 24 fps in Canon's menu (if not you have to change it manually)
5. 3xCrop 1920 24fps 2.35:1
- the same as 2 but 24fps
- script checks if you're in 1920p 24 fps in Canon's menu (if not you have to change it manually)
This is just a lua script which sets everything automatically instead of doing it by yourself manually. It doesn't change any ML core files.
I've tested these presets on my camera a lot of times, made some minor fine tuning to work smoothly every time in any order.
To make it work you need to:
1. download Danne's build from here called crop_rec_4k_mlv_snd_isogain_1x3_presets_2019Oct15.5D3113.zip and install it on you camera
2. put script on your card in a folder called \ML\scripts
3. Load lua.mo in ML menu (also you will need mlv_lite, mlv_snd and crop_rec modules, so load them too).

Now you have it in Scripts.
You can enable autorun to load it everytime on camera boot

In MOVIE tab we have a new string called Fast Video Presets

Choose preset from menu

Download link:
5d3fvp.lua