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.


Messages - ShittyWebsite

Pages: [1] 2
1
Share Your Videos / Re: 3K mode vs 5K anamorphic quick test
« on: Yesterday at 01:58:12 AM »
I mean when I use 5d3 anamorphic mode, I can go iso 6400, in 3.5k 1x1 mode, I can go iso 1600.

same problem here, can you test with 1:1 1920? i cant go with iso much higher than that

2
Raw Video / Re: 5D3 full resolution liveview preset not working?
« on: Yesterday at 01:55:00 AM »
In full resolution 1:1 its not continuous, you can make it continuous with 5fps (fps override)

Anamorphic mode is 1920x3400 or something, meanwhile 1:1 is something like 5700x3400
thats a 3700 pixels less than 1:1, so the speed require is lower


ps:
"If I want to change fps to 24 fps, 10 bit, 14 bit lossless, the camera freezes. I have to take out the battery. Seems the fps override does not work in this mode."
that happens to me too, perhaps in the future we might get full resolution anamorphic at 24fps

3
Raw Video / Re: 5d3 3x3 1080p raw 60 fps not working?
« on: February 16, 2023, 02:22:49 AM »
OK. I tried again now with this approach.
First, card spanning off, sd card overclocking off, 1080p 60 fps preset, red, about 9 seconds, stopped automatically, no error message
Second, card spanning on, sd card overclocking off, 1080p 60 fps preset, red, about 5 seconds, stopped automatically, no error message
Third, card spanning on, sd card overclocking on 160 mhz (needs sd card reformat and camera restart), 1080p 60 fps preset, red, about 3 seconds, stopped automatically, error message window out.
Allocated 105 slots
Fail info: (16382 16382 6501 3693) (127 151 182)
Then rolling like
Overexposure fix
Black 5/5: stdev too large
Black 4/5: stdev too large
Black 3/5: stdev too large


just tested here, same thing, about 10 seconds recording then console shows up with this same messages (btw, preset 1080p 40fps does the same thing)
I guess its not the speed since even 3.5K at +130mb/s is continuous

perhaps exposure?

I've seen some post about the amount of details of the scene, blurry (and slight out of focus) scenes requires less mb/s

Also, if the problem is the write speed then reducing 8-10 bit should be enough, but isn't

4
Reverse Engineering / Re: LiveView Investigation
« on: February 10, 2023, 04:29:33 PM »
Sounds like a Hollywood movie trailer :D and I'm thrilled as f*. Keep up mate!

Man i was gonna say the same thing, i'm invested


Looking good @bilal, great job

5
Reverse Engineering / Re: LiveView Investigation
« on: February 08, 2023, 10:20:03 PM »
That's impressive 😮

6
crop_rec and derived builds / Re: Danne's crop_rec_4k, 5DIII
« on: February 02, 2023, 11:28:02 AM »
New builds:

Testing if grayscale framing preview could get even faster


Very good update

7
Reverse Engineering / Re: LiveView Investigation
« on: February 01, 2023, 09:32:47 PM »
Perhaps good news for 5D3? 😍

8
crop_rec and derived builds / Re: Danne's crop_rec_4k, 5DIII
« on: February 01, 2023, 12:53:28 PM »
You are breaking my heart here ;D

Why is everybody so in love with the M? A 2nd hand 5D3 is not as cheap as an M, but it is very close and so cheap in absolute terms anyway. And is by far superior, technically speaking (starting from e write speed capability of course).

So really, a genuine question, can somebody explain to me why M is so popular?

Exactly, where i live theres not a single EOS M for sale, seriously, i was trying to find one

9
crop_rec and derived builds / Re: Danne's crop_rec_4k, 5DIII
« on: February 01, 2023, 01:40:45 AM »
You are doing great with the 5D3, everyday feels better and better, been testing with my phone as a second monitor, 5D3 monitor as framing and phone as real-time (anamorphic stretched)

10
crop_rec and derived builds / Re: Danne's crop_rec_4k, 5DIII
« on: January 09, 2023, 12:15:45 PM »
Hi Danne, is it possible to add
Code: [Select]
RAW_PREVIEW_GRAY_ULTRA_FASTto the 1:1 crop modes? the BW preview in anamorphic modes is almost real-time

perhaps as a option on/off?

Thank you

11
crop_rec and derived builds / Re: Danne's crop_rec_4k, 5DIII
« on: December 06, 2022, 11:38:46 AM »
Ps: holy grail for me would be to have dark LCD screen when no button pushed and framing preview when half shutter pressed. But I guess this is more complicated. Or could this be achieved with Lua?
The settings preview > frozen LV only works before recording, so it's not possible to disable while recording but:

Prefs > Powersave in LiveView > "Enable while recording" and "Use shortcut key" should work

In lua is possible to:
Code: [Select]
menu.set("Overlay", "Global Draw", "OFF")
menu.set("Overlay", "Global Draw", "ON, all modes")

That code as half-shutter key, I had some freezes, most likely due to my lack of knowledge in scripting

12
crop_rec and derived builds / Re: Danne's crop_rec_4k, 5DIII
« on: December 05, 2022, 10:22:52 PM »

So the question -- finally -- is: Would it be possible to reverse this behavior? So have a new option in ML making it possible to have
  • Global Draw = off (or maybe even better, no preview at all on cam, as I will be looking at the external HDMI image) all the time,
  • Global Draw = on (correct preview) only when you half-press shutter?

Would be so sweet if it turned out to be a simple mod in the code...

I guess it's possible with lua script, i have set the Q button, while in LiveView to switch between Framing and Real-Time
That's actually a good idea and i might try change a little bit my script:

Code: [Select]
console.hide()
mod_button_1 = KEY.Q -- Switch Preview

function test41(key)
if key == mod_button_1 and lv.enabled  == true and menu.visible == false then
elseif menu.get("RAW video", "Preview", "") ~= "Framing" then
menu.set("RAW video", "Crop rec preview", "OFF")
menu.set("RAW video", "Preview", "Framing")
return false
elseif menu.get("RAW video", "Preview", "") == "Framing" then
menu.set("RAW video", "Crop rec preview", "OFF")
menu.set("RAW video", "Preview", "Real-time")
return false
end

event.keypress = test41

I'll do some tests later

13
crop_rec and derived builds / Re: Danne's crop_rec_4k, 5DIII
« on: December 03, 2022, 11:32:58 PM »
So.. aparently Full Res silent pic don't work (the long exposure one)

If high iso and slow shutter speed: "Raw error"
Can someone confirm this?

14
General Help Q&A / Re: What is the Maximum write speed for 5D3?
« on: September 09, 2022, 08:22:01 PM »
Your CF is the issue. 12 bits is continuous and 14 bits "almost" in every situation sometimes it could stop but is rare.

What CF do you use?
I guess the SanDisk Extreme pro would be better, I'm just not sure how better would be, if it's just less than 10mb/s maybe it's not worth

Without card spanning I can get a bit higher cf speeds (85mb/s or something)

15
General Help Q&A / Re: What is the Maximum write speed for 5D3?
« on: September 09, 2022, 07:43:05 PM »
CF: 64gb SanDisk Extreme 120mb/s
SD: 64gb SanDisk Extreme Pro 170mb/s
Build: lastest anamorphic (with the lv hacks improvements)

I couldn't get anything higher than:
CF 70mb/s
SD 50mb/s
(Killing global draw)

I can't get 3.5k 14bit lossless or 12bit lossless continuous
10 bit is continuous, manually stopped 4 minutes later (118mb/s)

I can't copy the files right now, I'll do later


Many people are getting higher speeds, guess my CF is too slow

16
crop_rec and derived builds / Re: Danne's crop_rec_4k, 5DIII
« on: July 02, 2022, 07:02:46 PM »
You can use Fps Override with the low light setting (rather than high fps)
I can get continuous at 5fps and card spanning

I also made a lua script with some settings that i mostly use (1080p, full-res with half shutter, 3.5k, and  burst 5fps by holding half shutter)
I can share that script if you want to

17
General Development / Re: LiveView hacks (write speed improvement)
« on: July 01, 2022, 03:39:51 PM »
With these new hacks + overclocking + card spanning, 5D3.113 gives 3840x1536 14 bit semi-continously :o

Previously I could only get 12 bit for no more than 10 seconds.

I can't thank you enough!

I'm sorry being a bit off topic but i have a question

i'm trying with overclocking, these new hacks, card spanning, killing global draw,and i cannot get 14 bit for more than 3 secs (3.5K preset, 24fps)
The scene is exposed to the right, Raw module says 168mb/s required (lossless)

Is it better underexposing by 1 or 2 stops or stick with 10bit properly exposed to the right?

I'll 3 scenes from yesterday:






18
General Development / Re: LiveView hacks (write speed improvement)
« on: May 10, 2022, 01:25:15 PM »
Hi, thank you, i couldnt reproduce consistently, i'm not sure its from "One more hack"


I managed to get the logs from yesterday, i'm not sure if this is helpful:


Preset: 3.5K 1:1
14bit lossless
Card Spanning on
Use SRM Memory: On
Small Hacks: Af Off
More Hacks: lvface+aewb
One more hack: On
SD Overclock: 160mhz
Dual Iso: Off


Code: [Select]
ML ASSERT:
0
at mlv_lite.c:2768 (compress_task), task compress_task
lv:1 mode:3

compress_task stack: 1ae530 [1ae5c0-1ad5c0]
0x0006A01C @ b451e0:1ae560
0x00069878 @ 6a084:1ae530

Magic Lantern version : Nightly.2022Apr07.5D3113
Mercurial changeset   : 712fa0bdd45c+ (crop_rec_4k_mlv_snd_isogain_1x3_presets) tip
Built on 2022-04-07 02:25:55 UTC by Bilal@DESKTOP-7RFHEE1.
Free Memory  : 213K + 2362K


When 1080p 40fps:

Presets: mv1080p 40fps
14bit lossless
Card Spanning: Off
Preferred Card: SD
Kill Global Draw: On
Use SRM Memory: On
Small Hacks: Af Off
More Hacks: lvface+aewb
One more hack: On
Recording Delay: 2s / recording time 5s
SD Overclock: 160mhz
Dual Iso: Off


Code: [Select]
ML ASSERT:
0
at mlv_lite.c:2768 (compress_task), task compress_task
lv:1 mode:3

compress_task stack: 1ae530 [1ae5c0-1ad5c0]
0x0006A01C @ b45440:1ae560
0x00069878 @ 6a084:1ae530

Magic Lantern version : Nightly.2022Apr07.5D3113
Mercurial changeset   : 712fa0bdd45c+ (crop_rec_4k_mlv_snd_isogain_1x3_presets) tip
Built on 2022-04-07 02:25:55 UTC by Bilal@DESKTOP-7RFHEE1.
Free Memory  : 213K + 3001K



19
General Development / Re: LiveView hacks (write speed improvement)
« on: May 04, 2022, 01:44:11 AM »
Hi, sometimes when using "one more hack" the console shows

Is there any way i can remove the console? (not the "Show console: off" but deleting the console or maybe even just ignoring it so i can see what i'm recording without the console in front of it)

20
General Development / Re: LiveView hacks (write speed improvement)
« on: May 01, 2022, 10:38:55 PM »
Crop mode new 2 module. Test thoroughly before real application. These are not optimized as well as Crop mode presets.

Oh thank you, i was trying that on a 5D3 lol


21
General Development / Re: LiveView hacks (write speed improvement)
« on: May 01, 2022, 10:23:26 PM »
yeah, i enabled both cards and spanning and i also now have continuous recording at 3616*1536 23.976 @14 bits (unless overexposed)

amazing...

bilal, you are putting the magic back into magic lantern, brother!

Hi, i might be late, how can i get this custom resolutions? i can only use the presets (3.3, 3.5k, uhd)


Oh i guess its UHD awith a small decrease in the horizontal resolution?

22
crop_rec and derived builds / Re: Danne's crop_rec_4k, 5DIII
« on: March 13, 2022, 07:45:43 PM »
I found a fix:

The camera shooting mode must be at:
Raw only (either jpg or raw+jpg did not work, allocation error when pressing play while in liveview)

2:
The aspect ratio has to be at 16:9 or lower (5:3 will cause allocation error and freeze the liveview)


Playback works perfectly


23
crop_rec and derived builds / Re: Danne's crop_rec_4k, 5DIII
« on: March 12, 2022, 10:42:46 PM »
Is it possible to playback full res photo?
i'm getting "allocation failed" weirdly (when shooting full res at 16:9 it worked and 2 days ago it does not work anymore)
Maybe i messed up something?

My settings:

Code: [Select]
Preset:
Full-res LiveView with focus aid

RAW video:
Resolution: 5784x3254
Aspect: 16:9
Data: 14bit lossless
Preview: Framing
Crop rec preview: off
Card spanning: Off
Preferred card: CF
Kill global draw: off
Pre record: 1 Frame
Rec trigger: Half-shutter: pre only
SRM: on
Small hacks: off

24
crop_rec and derived builds / Re: Danne's crop_rec_4k, 5DIII
« on: February 01, 2022, 11:49:02 PM »
5DMKIII CF+SD benchmark (1 min):

SD 160mhz overclock:
SD: 65.7mb/s
CF: 72.8mb/s

No overlock:
SD: 21.8mb/s
CF: 80.7mb/s



My only problem is:
When i'm shooting "full-res liveview" with rec trigger Half-shutter: hold
The camera freezes, only removing the battery works

25
crop_rec and derived builds / Re: Danne's crop_rec_4k, 5DIII
« on: January 03, 2022, 03:54:03 AM »
Just wondering, would be possible record 5760 x 1080 then stretching vertical to 3240 ?
Same as 1920x2300 but the other way around

I don't know the right name, 1x3 or 3x1
Thanks

Pages: [1] 2