Author Topic: 50D Raw video  (Read 770374 times)

1%

  • Developer
  • Hero Member
  • *****
  • Posts: 5936
  • 600D/6D/50D/EOSM/7D
Re: Raw video on 50d and 40d
« Reply #2100 on: July 09, 2013, 01:16:51 AM »
Quote
#define FRAME_SHUTTER_BLANKING_ZOOM   (*(uint16_t*)0x404B4110) // ADTG register 105F
#define FRAME_SHUTTER_BLANKING_NOZOOM (*(uint16_t*)0x404B4114) // ADTG register 1061


Heh, the regs are the same but trying it I just get shutter locked at 1/30. It does follow FPS tho... 28fps produces 1/28, etc.

//~ [REG] ADTG:[0x105f00cf]
//~ [REG] ADTG:[0x106100cf]



Maybe this part is wrong?

#define FRAME_SHUTTER_BLANKING_READ   (lv_dispsize > 1 ? FRAME_SHUTTER_BLANKING_NOZOOM : FRAME_SHUTTER_BLANKING_ZOOM) /* when reading, use the other mode, as it contains the original value (not overriden) */
#define FRAME_SHUTTER_BLANKING_WRITE  (lv_dispsize > 1 ? &FRAME_SHUTTER_BLANKING_ZOOM : &FRAME_SHUTTER_BLANKING_NOZOOM)


http://www.qfpost.com/file/d?g=EGA6Fm7Ub

Log while changing shutter speed.

Without trying to set registers, shorter.

http://pastebin.com/UstgT5c9

djfremen

  • Freshman
  • **
  • Posts: 77
Re: Raw video on 50d and 40d
« Reply #2101 on: July 09, 2013, 01:47:15 AM »
Here's my latest footage of a Bikini Commercial[/youtube]

Too bad she has that ugly tattoo!
Nicely graded.

dsManning

  • Member
  • ***
  • Posts: 102
Re: Raw video on 50d and 40d
« Reply #2102 on: July 09, 2013, 06:01:10 AM »
Hello All,

First off thanks for the hard work/community of this forum, really amazing. 

So just got a nice low shutter 50D and loaded up the June 28th build and it's working but a bit strange.  I can only shoot about 400mb of footage before it stops recording. Could this be buffer issues that I could tweak? In addition I just can't seem to be able to change the resolution size beyond the raw default. I have tried but my gray menu says "N/A" and even when I hit function I can't seem to trigger anything new.

I'm sure within the 84 pages of posts the answers are there (and I have looked) but any simple newbie advice would be great.

One thing to know:I picked up the Komputer Bay UDMA7 card that is 128G.  Could this be the problem? Maybe the it should be 64 or maybe UDMA6?



Thanks again in advance

J

Try this.  Getting up to 81.8mb/s on a 32GB Komputerbay 1000x now

Instead of Dialog Timers, find 'Small Hacks' in the RAW Video section and turn on.  This is the new that.
Also, in the most recent build, there is a 'Warm up Card' function, which preforms the first write on boot.

http://www.magiclantern.fm/forum/index.php?topic=5586.msg54376#msg54376

JBTML

  • New to the forum
  • *
  • Posts: 9
Re: Raw video on 50d and 40d
« Reply #2103 on: July 09, 2013, 07:24:24 AM »
Thanks Guys for responding so quickly!!!

So i ordered the 32gig 1000X card today so I hope that takes care of my problems.

Quote
"Try this.  Getting up to 81.8mb/s on a 32GB Komputerbay 1000x now

Instead of Dialog Timers, find 'Small Hacks' in the RAW Video section and turn on.  This is the new that.
Also, in the most recent build, there is a 'Warm up Card' function, which preforms the first write on boot."



So DSmanning just to be clear what is the build you were referring to that I should use? So once I find this build its really as simple as keeping the old 2.3 fir replacing the autoEX file and add the "modules" folder to the existing ML folder, then it's off to the races? I think.

Will keep you posted when the 32gig arrives,

Thanks again,

J

a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: Raw video on 50d and 40d
« Reply #2104 on: July 09, 2013, 07:36:56 AM »
Heh, the regs are the same but trying it I just get shutter locked at 1/30. It does follow FPS tho... 28fps produces 1/28, etc.

The shutter blanking is used to compute the sensor duty cycle. Of course, if nothing changes there, it will consider duty cycle constant and will multiply it by 1/FPS (so it will follow the FPS).

Normal values (after NRZI decode) should be between 0 and FPS timer B - 1 (roughly).

You have checked shutter speed with expo override, right?

The register seems to be changing correctly in the logs though.

1%

  • Developer
  • Hero Member
  • *****
  • Posts: 5936
  • 600D/6D/50D/EOSM/7D
Re: Raw video on 50d and 40d
« Reply #2105 on: July 09, 2013, 07:55:21 AM »
First log adtg.txt has the hack on, second one is no hack. Expo override was on to have movie mode shutters and no iso shifting.

It looks more like frame shutter timer than timer b I think.

a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: Raw video on 50d and 40d
« Reply #2106 on: July 09, 2013, 07:58:09 AM »
What are the register values at 1/fps and 1/8000? (or 1/4000, whatever you can get)

guruaner

  • New to the forum
  • *
  • Posts: 2
Re: Raw video on 50d and 40d
« Reply #2107 on: July 09, 2013, 12:23:12 PM »
I would like to do some more card speed tests on the 50D, but i can't figure out how to run the benchmark or where to run it. Is it a module which should be added manually to ML or a custom build?

1%

  • Developer
  • Hero Member
  • *****
  • Posts: 5936
  • 600D/6D/50D/EOSM/7D
Re: Raw video on 50d and 40d
« Reply #2108 on: July 09, 2013, 04:36:34 PM »
Code: [Select]

1/30 - lowest via frame shutter timer - 1/25 on top screen

/* 00:00:00.009929  */ ADTG
/* 00:00:00.010004  */     01 105F 0002
/* 00:00:00.010056  */     01 1061 0002
/* 00:00:00.010102  */     01 1172 0665
/* 00:00:00.010143  */     01 1173 07A7
/* 00:00:00.010181  */     01 1178 0665
/* 00:00:00.010221  */     01 1179 07A7


1/60 - top screen + ML

/* 00:00:00.027086  */ ADTG
/* 00:00:00.027165  */     01 105F 03B3
/* 00:00:00.027227  */     01 1061 03B3
/* 00:00:00.027280  */     01 1172 0665
/* 00:00:00.027325  */     01 1173 07A7
/* 00:00:00.027371  */     01 1178 0665
/* 00:00:00.027413  */     01 1179 07A7


1/7800 ML - 1/8000 top screen

/* 00:00:00.041803  */ ADTG
/* 00:00:00.041878  */     01 105F 07F1
/* 00:00:00.041941  */     01 1061 07F1
/* 00:00:00.041991  */     01 1172 0665
/* 00:00:00.042049  */     01 1173 07A7
/* 00:00:00.042101  */     01 1178 0665
/* 00:00:00.042151  */     01 1179 07A7


a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: Raw video on 50d and 40d
« Reply #2109 on: July 09, 2013, 05:48:36 PM »
nrzi_decode(0x7F1) = 1374, FPS timer B is 1380 by default, so the values look alright. Also, if ML displays 1/30, 1/60 and 1/7800, it shows the right thing.

So... where's the problem?

1%

  • Developer
  • Hero Member
  • *****
  • Posts: 5936
  • 600D/6D/50D/EOSM/7D
Re: Raw video on 50d and 40d
« Reply #2110 on: July 09, 2013, 06:25:23 PM »
These are with just shutter timer. When I enable ADTG I can't change the shutter, its stuck at 1/fps.

robertgl

  • New to the forum
  • *
  • Posts: 40
Re: Raw video on 50d and 40d
« Reply #2111 on: July 09, 2013, 08:26:40 PM »
I would like to do some more card speed tests on the 50D, but i can't figure out how to run the benchmark or where to run it. Is it a module which should be added manually to ML or a custom build?
once you load the custom FW and then load the module there should be a 'benchmark' submenu under one of the main menu items. I can't remember which however.
PS if you have a question about something you might need to ask it multiple times before getting an answer.  Almost all my tech support questions have gone unanswered on here, and the 'guide' thread does not help much either

artiswar

  • Member
  • ***
  • Posts: 115
Re: Raw video on 50d and 40d
« Reply #2112 on: July 10, 2013, 10:43:51 AM »
http://postimg.org/image/ffo627dut/

Any idea why this is happening? Long spanned clip, not on the latest build. Processed through RAWmagic.

Andy600

  • Contributor
  • Hero Member
  • *****
  • Posts: 1863
  • Have you tried turning it off and on again?
Re: Raw video on 50d and 40d
« Reply #2113 on: July 10, 2013, 11:03:42 AM »
http://postimg.org/image/ffo627dut/

Any idea why this is happening? Long spanned clip, not on the latest build. Processed through RAWmagic.

"Not on the latest build" - have you tried the latest build?

It's probably a footer issue. I've seen lot of posts with this kind of problem. Search for 'spanning raw files'.
Colorist working with Davinci Resolve, Baselight, Nuke, After Effects & Premier Pro. Occasional Sunday afternoon DOP. Developer of Cinelog-C Colorspace Management and LUTs - www.cinelogdcp.com

Andy600

  • Contributor
  • Hero Member
  • *****
  • Posts: 1863
  • Have you tried turning it off and on again?
Re: Raw video on 50d and 40d
« Reply #2114 on: July 10, 2013, 11:11:16 AM »
once you load the custom FW and then load the module there should be a 'benchmark' submenu under one of the main menu items. I can't remember which however.
PS if you have a question about something you might need to ask it multiple times before getting an answer.  Almost all my tech support questions have gone unanswered on here, and the 'guide' thread does not help much either

There is no 'tech support' here beyond users and devs helping each other out. A lot of user questions have already been answered multiple times (though maybe not your questions specifically) and some users don't seem to know how to use the search function.

@guruaner - re: Benchmarks. You can find the tests in the 'Debug' tab under the cryptically titled 'Benchmarks' menu  ;) If you can't see it you must be using a build with debug disabled (though I don't know what build that would be TBH?).
Colorist working with Davinci Resolve, Baselight, Nuke, After Effects & Premier Pro. Occasional Sunday afternoon DOP. Developer of Cinelog-C Colorspace Management and LUTs - www.cinelogdcp.com

funkysensation

  • New to the forum
  • *
  • Posts: 10
Re: Raw video on 50d and 40d
« Reply #2115 on: July 10, 2013, 02:07:45 PM »
I´m thinking about the 3x zoom mode.
Maybe it´s possible to use a B4 lens on the 50D with 3x zoom mode.
This is the theory
http://2.bp.blogspot.com/-cojSlCkZDkI/Udx5rn-AYxI/AAAAAAAAABc/P8gSubLisC4/s1600/crop_text.jpg
http://550draw.blogspot.com/

artiswar

  • Member
  • ***
  • Posts: 115
Re: Raw video on 50d and 40d
« Reply #2116 on: July 10, 2013, 09:47:04 PM »
Show this one off, I figure.

GH2 and 50D cut together.


goldenchild9to5

  • Hero Member
  • *****
  • Posts: 534
Re: Raw video on 50d and 40d
« Reply #2117 on: July 11, 2013, 12:39:41 AM »
Show this one off, I figure.

GH2 and 50D cut together.


Great video.. I can almost spot the 50D footage just cause of it's organic nature.  Which shots exactly were the 50D's?

artiswar

  • Member
  • ***
  • Posts: 115
Re: Raw video on 50d and 40d
« Reply #2118 on: July 11, 2013, 12:51:49 AM »
Great video.. I can almost spot the 50D footage just cause of it's organic nature.  Which shots exactly were the 50D's?

Thanks!

1st, 2nd, and 4th shots are all 50D. Much more but those should Give a basis to whats what.

artiswar

  • Member
  • ***
  • Posts: 115
Re: Raw video on 50d and 40d
« Reply #2119 on: July 11, 2013, 03:08:17 AM »
The error I reported earlier with the corrupted CDNG. It seems to be only on an occasional basis. Any explanation? Also, in terms of frame rate, is everyone out there fiddling with shutter timers to get 23.976?

1%

  • Developer
  • Hero Member
  • *****
  • Posts: 5936
  • 600D/6D/50D/EOSM/7D
Re: Raw video on 50d and 40d
« Reply #2120 on: July 11, 2013, 03:51:41 AM »
You mean 23fps with more shutter range? I can get 23.98x with all shutters.


artiswar

  • Member
  • ***
  • Posts: 115
Re: Raw video on 50d and 40d
« Reply #2121 on: July 11, 2013, 03:58:07 AM »
@1% - I suppose I mean when you turn FPS override on, I don't get 23.976 straight off the bat. I have to tinker under advanced with the timers to get it, which I think might lead to some of my issues in post.

1%

  • Developer
  • Hero Member
  • *****
  • Posts: 5936
  • 600D/6D/50D/EOSM/7D
Re: Raw video on 50d and 40d
« Reply #2122 on: July 11, 2013, 05:44:44 AM »
If I pick exact fps I get 23.976

JIKIJI

  • New to the forum
  • *
  • Posts: 11
Re: Raw video on 50d and 40d
« Reply #2123 on: July 11, 2013, 07:43:02 AM »
Probably not the best grading or best workflow but here is some footage shot with the 50D raw hack.

simulacro

  • Freshman
  • **
  • Posts: 96
  • Learning
Re: Raw video on 50d and 40d
« Reply #2124 on: July 11, 2013, 04:22:53 PM »

Another test with the 50D. Still learning how to handle the exposure, some shots overexposed, maybe i'm still shooting as if it was h.264 ;D

There are some shots where one can see the exposure changes produced by ACR.
simulacrofilms.blogspot.com