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

#76
New build:

- Fixed 1x1 Full res LV preset.
Reduced to 2 FPS, seems to work now. Disable sound recording when recording in this mode. Preview is not too funny.
#77
1x1 fullres is a no go here. I never touched this preset or trying to fix it. Instead I focused in 1x3 fullres which works perfectly well as a substitute.
#78
Quote from: iaburn on January 22, 2024, 03:23:12 PM
Is it really that easy? I'll take a look :D
Sorry. +1.
#79
Yeah, and one can check width and height with mlv_dump -v drag/mlv/file/here and check exactly what is going on.
#80
Maybe you could help creating them? It is simple. You check the old presets and what maps are being used on every old preset I changed and then simply alter height number by minus one  8).
#81
Just checked myself. Seems fixed  8)
#82
Fixed red bottom just now on:
Medium 1x3 2:1 1360x2040
Medium 1x3 2:20.1 1424x1942
Medium 1x3 2:35.1 1472x1878
Medium 1x3 2:39.1 1472x1846

Higher 1x3 2:35.1 1600x2040
Higher 1x3 2:39.1 1600x2008

Highest 1x3 2:20.1 1664x2268


I have no time checking through these changes. If anyone could check these for bottom borders it would be nice. Would need new maps, sorry  :P

#83
Yes, changed. 2.35:1 is an older format. Want coherency.
Right now 16:9 and 2.39:1 will work for 1x1, 1x3 and 3x3. Also added offset crop marks for 3x3 in crop rec so even easier now to dial in preset.
I think mascwill add maps here but not sure when.
Also corrected a few red pixeled bottom lines lately.
#84
It´s all polishing now :).

New upload:

- Support of cropmarks and enabling aspect ratios from crop rec instead of in RAW video when in 1080p:


Preview works normally in this one.

EDIT: Added a fix for resetting offsets.
#85
New build:
Added a 1080p regular preset which allows to use ratios also with 1080p mode. Caveat. Preview slightly laggy until pressing rec.

Regarding 14bit preview @RhythmicEye. Preview screen is 14bit and only when recording it will change to other selected bit depths. If selected. 14bit will always be 14bit.
#86
Camera-specific Development / Re: Canon 7D Mark II
January 18, 2024, 07:51:41 PM
Rolling shutter galore 😂.

I'll keep messing with eos m for a while. Nice progress though. First cam with full HD 60fps.
#87
Camera-specific Development / Re: Canon 7D Mark II
January 18, 2024, 03:22:47 PM
Quote from: heder on January 17, 2024, 10:53:04 PM
I have RAW video up and running. I'm going to Egypt next month Giza, Luxor and the valley on the kings and the Nile, was there 24 years ago, going back so I'm really excited. But going there without ML RAW video is bad karma, so I had to investigate every possible way of getting the camera to do as I wish.

  • Tryed ordinary DMA failed, failed it's too slow in LV mode
  • Tryed Omar EDMAC functions .. failed, they're not compatible
  • Tryed Recreating all edmac functions .. failed
  • Tryed direct buffering (edmac not needed) using 14 bits .. success 8) using a very old mlv_lite module
Im was recording the entire RAW buffer including black border, 1984x1068x14bits,  around 85 MiB/s for 24 fps. I will try to record a large file using a fast CF card ( DMA-6)  in the following days to see if I get frame drops. The following video was recording using 25 fps, and recoded to H.264
Wow. Great stuff.
There´s an 7D mark II for sale in Sweden for 4000:-. Maybe I should buy it.
#88
Yes, liveview altering function is completely frozen regarding iso and aperture with the hack enabled no matter what buttons are used ;). WHy you noticed the brightness shift was due to a race condition because I know use 14bit until we start to record. Using engdrvout overrides regardless if the hack is on or not so this is used now with More hacks.
            //Workaround when small_hacks is set to More in mlv_lite.c
            if (!Arrows_U_D && INFO_button != 2 && INFO_button != 3 && SET_button != 2 && SET_button != 3)
            {
                if (OUTPUT_12BIT)
                {
                    EngDrvOutLV(0xC0F42744, 0x2020202);
                }
                if (OUTPUT_11BIT)
                {
                    EngDrvOutLV(0xC0F42744, 0x3030303);
                }
                if (OUTPUT_10BIT)
                {
                    EngDrvOutLV(0xC0F42744, 0x4040404);
                }
            }
#89
New build:
When up/down or SET or INFO buttons are assigned to ISO or Aperture More hacks is bypassed. If up/down button is disabled and other functions to SET and INFO are assigned than ISO and Aperture More hacks is active.
#90
Could add it back but It will be disabled when affected functions are enabled so better remember it ;).
#91
Yes, around 4mb.
#92
Thanks! Fixed. I commented out awbsuspend hack. It´s causing these liveview freezes and disturbs too much.

I also Reworked 2.8k to 2.39:1 instead of 2.35:1. Also added 2.39:1 in HFR section.
#93
Quote from: iaburn on January 17, 2024, 11:44:28 AM
But why is it darker? Shouldn't the brightness stay the same regardless of the bit depth?
Strange. Will fix it. Is it only happening with that preset?
Using latest build?

EDIT: Tested your preset but couldn´t reproduce your issue.
#94
I don't change to selected bitdepth until we hit record now. It stays 14bit before this. That is why   8).
#95
Didn't check this tool yet.
Regarding sandboxing issues on Mac I found quarantine routine working better for most cases.
In terminal:
xattr -cr drag/app/to/terminal
Press enter.
#96
New upload:

- Reworked Movie tab menu, added access to all important stuff
- Fixed screenshot bug
- Added fixed intervalometer and rec delay lua scrip(autoenabled, bottom in movie tab), fixed a console bug
#97
Nice.
Refined Focus aid some in last build. A compromise but better than centre way off like before.
#98
New build:

- Sticky zoom added to halfshutter button
- Various fixes

#99
New build uploaded in first post 8)

1736x3478 (Full res LV) 1x3 preset. Upscaled 5208x3478 that is!

With 10bit you get 16 fps. With a little imagination this is like shooting CR2 bursts but continuous packed in MLV format  :P.
12bit runs at 14fps and 14 bit at 12 fps.

All thanks to the preview wizard theBilalFakhouri. Big thank you!

The preset is stashed in here:
https://www.magiclantern.fm/forum/index.php?topic=27084.msg245758#msg245758
#100
Damn! The preview wizard from Syria has done it again  8) :o. I will fix this later tonight. Many thanks!