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 - John Kesl

#26
Quote from: noisyboy on August 12, 2013, 01:57:04 AM
Hey dude :) Thanks for the reply! The main issue we have is balancing the house practicals with CT so they match the other sources. For example if we have daylight coming in (which we don't right now but just as an example)  and we are say in an office space with flouries in the ceiling then it would be nice to be able to white/grey card under them to see what CT they need to get them to match 5600k :)

Might check out that app but doesn't the iPhone change it's White Balancing dynamically?

Thanks again for your help! Might just put ML on the camera anyway as I'm sure I remember the ML white balance feature giving a kelvin readout.  8)

re: the iphone apps mainly cine meter, it reads the white ballance adjustment (I think)  :-[
#27
I know it's a tad rudimentary.

Also,
for quick reference. Daylight is 5500, open shade 7000, kino flo 4000 or there a bouts, tungsten 2800-3200, HMI/LED 5200-5700. florescent lights plus magenta, (if it looks orange, raise the kelvin, blue, lower the kelvin).
From sunrise till about 10 kelvin will go up from 3800ish to 5500, in the afternoon in the northern hemisphere in the summer around the 40th parallel, past 5pm until sunset the kelvin will drop from 5500 to 3800 again. also High noon tends to be a tad bluer.
I mean in no way to condescend to you, if you already know this stuff. just thought I'd share some quick and dirty ways to set WB.
#28
Hi Sir,
If you've got an iPhone there is an app. ProCamera is good and Cine Meter is my personal favorite. Sorry, if I can't be of more service.
JK
#29
Quote from: Thomas Worth on August 11, 2013, 05:35:09 AM
I haven't tested RAWMagic with the 7D. I own a 7D, and if I can get things compiled and working I'll have a look.

compiled? Which? rawmagic or 7D autoexec? If you try and compile the latest you may be missing menuindexentries.h? I was i grabbed it from an earlier copy of unified on my machine.
#30
Quote from: Pelican on August 10, 2013, 08:59:52 PM
Which raw2dng did you use to extract the frames?

I Used raw magic. The corruption is not so bad either. it's mostly on the bottom of the 2.35:1 frame.

btw. I'm trying to compile the 7D with the video hacks on. so far I only was able to remove the warnings but am still not able to change the GOP where else should I look other than video_hacks.c is it still in bitrate.c. ( I have got no schooling or real knowledge of the programming other than what I learned in the last 3 days. but I'm still able to figure out some stuff.) I removed the warnings and all that I even got it on but it doesn't work
I also get a scripts dir missing at startup.


any help would be appreciated.
#31
Hi,
Just tested the raw_rec.mo
I am using a lexar 800x (UDMA7). 7D
1728x978 @ 23.976 1:78 ratio = 107 frames. All corrupted by a stripe of magenta error on the bottom 10th of the frame.
1600x680 @ 23.976 2.35:1 ration = 149 frames . Same corruption

Looks as if the camera is buffering first then writing to card. So the buffer fills and dumps.
#32
Quote from: John Kesl on August 10, 2013, 02:25:35 PM
Hi,
I've got it figured out to some extent now. I'm running osx 10.7.5 and am only compiling. I am using yagarto. I've configured my makefile. and am trying to compile 7D. I get the following error. I  hg clone -r unified. and hg pull before make clean and then make 7D. (There was also an error for a missing menuindex file. I think menuindex.h, I corrected it by putting a menu index.h file so I think it's what is missing)

debug.o: In function `run_test':
debug.c:(.text+0xb9c): undefined reference to `edmac_memcpy_res_lock'
debug.c:(.text+0xbe0): undefined reference to `edmac_copy_rectangle_adv'
debug.c:(.text+0xc30): undefined reference to `edmac_copy_rectangle_adv'
debug.o: In function `mem_test_edmac_copy_rectangle':
debug.c:(.text+0xc94): undefined reference to `edmac_copy_rectangle_adv'
debug.o: In function `mem_benchmark_task':
debug.c:(.text+0x358c): undefined reference to `edmac_memcpy'
collect2: error: ld returned 1 exit status
make[1]: *** [magiclantern] Error 1
make: *** [7D] Error 2
Johns-Mac-Pro:magic-lantern johnkesl$

can anyone please help.

The answer is to insert edmac-memcpy.o to /src/Makefile.src in the following place (line 127)

ML_SRC_OBJS = \
boot-hack.o \
ico.o \
edmac.o \
menu.o \
edmac-memcpy.o \
debug.o \

I mustve been drunk


#33
Hi,
I've got it figured out to some extent now. I'm running osx 10.7.5 and am only compiling. I am using yagarto. I've configured my makefile. and am trying to compile 7D. I get the following error. I  hg clone -r unified. and hg pull before make clean and then make 7D. (There was also an error for a missing menuindex file. I think menuindex.h, I corrected it by putting a menu index.h file so I think it's what is missing)

debug.o: In function `run_test':
debug.c:(.text+0xb9c): undefined reference to `edmac_memcpy_res_lock'
debug.c:(.text+0xbe0): undefined reference to `edmac_copy_rectangle_adv'
debug.c:(.text+0xc30): undefined reference to `edmac_copy_rectangle_adv'
debug.o: In function `mem_test_edmac_copy_rectangle':
debug.c:(.text+0xc94): undefined reference to `edmac_copy_rectangle_adv'
debug.o: In function `mem_benchmark_task':
debug.c:(.text+0x358c): undefined reference to `edmac_memcpy'
collect2: error: ld returned 1 exit status
make[1]: *** [magiclantern] Error 1
make: *** [7D] Error 2
Johns-Mac-Pro:magic-lantern johnkesl$

can anyone please help.
#34
General Development / Re: Help with VirtualBox 5D3
August 09, 2013, 07:32:30 PM
nevermind. I see you know of pelicans post.
But, I ask if you also downloaded the .par2 files with the .zip. (off of nanomod.magiclantern.fm ) They're parity files and they make up for any lost bits. I tried to install my virtual machine the first time without having had those files and the install was a little buggy. it would freeze up and such. As far as the shared folder, make the shared machine folder in the VBox's VM settings.
then once you've set up the folder you want to share. Run the VM and open terminal type, sudo mount -t vboxsf  ~/Desktop$ the folder should appear on your desktop.
But, I gotta tell you, your post, that's a great tutorial in using the VM. If it was that plainly laid out I'm sure more people would be compiling their own code.
#35
 ;D almost there. 8)
#37
Quote from: jemabaris on August 07, 2013, 06:14:31 PM

B) As i mentioned before, it´s not only him who you insulted but basically 90% of the users here, by classifying their posts as "retarded".

You might consider thinking about what I said. That´s it from me.


I did think about it. and it seems you think 90% of the users are retarded, judging by your point B.
Who is insulting whom, I ask you?
#38
Quote from: britom on August 07, 2013, 06:09:35 PM
asshole.

Because you are polite too?
#39
Quote from: John Kesl on July 15, 2012, 08:08:28 AM
Hi,
I've made some crop marks for my 7D lately so i am giving them to you. The Hi res are not RLE compressed for cameras that can handle them. (7D, 5DmkII, 5DmkIII?)
I Don't know how the colors will be on your camera (if it isn't a 7D). My guess is they'll be wrong. (you can try them no harm will happen, I should hope ;-p ).
Anyway.
High Res BMP (no RLE)
https://www.dropbox.com/s/oaqjiz5dh4m1ral/HRBMP.zip

Lo Res BMP (RLE, via script)
https://www.dropbox.com/s/hwvdsb5msue0lwo/LRBMP.zip

Enjoy

new ones. first post
#40
Quote from: jemabaris on August 07, 2013, 05:43:22 PM

In the first place Arrinkiiii and second, everyone except the devs, for describing our posts as retarded... But I think you know that ;)

Have you read the answers that this person leaves? Do they seem like they answer any question I actually asked? Not just me actually, most people who are blessed an answer by this person. As a matter of fact there are many who post who don't do anything, but blurt out their question, or answer. I think it's insulting. And rude. To not read a post. To not use the search function. To not read the other Forum Posts before asking questions for the 40,000,000 time. To not take the time to construct a meaningful question. Or to take the time to actually answer. To show proof, Logs, anything to support conclusions. it's Lazy and it's rude. And if I insult those who are lazy, and rude. so be it.
#41
Quote from: jemabaris on August 07, 2013, 05:30:29 PM


Take it slow pal. You might know how to read them, but not how to act proper. Insulting other people isn´t quite this forums purpose.

With kind regards, Jemabaris

who did I insult?
#42
was lookinh into the code and see

#Makefile for 7D firmware 203 master digic

ML_SRC_PROFILE=custom

# compile position independent (experimental, not working completely yet)
CONFIG_PIC=n

# magiclantern.lds script MUST be first
# entry.o MUST be second
# menu.o and debug.o must come before the modules
ML_OBJS-y = \
   magiclantern.lds \
   entry.o \
   master_boot.o \
   stubs.o \
   gdb.o \
   ptpbuf.o \
   ml_rpc.o \
   state-object.o
was wondering where i would put

this is the one that's missing?

video_hacks.o \

but can I just paste that into the 7D_203 Master file.
And then compile?
#43
Tragic Lantern / Re: 7D Raw Thread
August 07, 2013, 01:01:22 PM
Hi,
I've noticed the GOP and Frame Dump hack don't work in this version, the autoload raw version of Alpha 2. Was wondering if it may be enabled.
Thanks.
#44
Hi,
I've noticed the GOP and Frame Dump hack don't work in this version. Was wondering if it may be enabled.
Thanks.
#45

For the Developers:
Is it possible to implement the master digic hack for the GOP and Frame dump hacks in the autoload version of the 7D alpha2. I've tried all the autoload versions and the settings aren't affecting the actual .mov file like they are in the magic.fir version. In fact they don't work at all. I was wondering if it's intentional or if it can be enabled?
Thank you.
#46
nevermind.

#47
For the Developers:
Is it possible to implement the master digic hack for the GOP and Frame dump hacks in the autoload version of the 7D alpha2. I've tried all the autoload versions and the settings aren't affecting the actual .mov file like they are in the magic.fir version. In fact they don't work at all. I was wondering if it's intentional or if it can be enabled?
Thank you.

P.s. if you aren't a developer or a contributor please don't answer.
#48
Quote from: danmonaghan on August 07, 2013, 11:55:32 AM
I might be wrong, but this is how I try and determine which frames are I frames.  I guess if it's all I frames each frame would come through.

ffprobe -show_packets -pretty yourmovie.mov  | grep flag |grep -o -n "flags=K"

As far as that goes:
Format settings, GOP : M=1, N=12
So that answers that.

#49
Quote from: arrinkiiii on August 07, 2013, 11:57:05 AM
able in the menu and if you are not pleased just compares with regular video

My God Really? Idiot. let me show you the difference, between All-I, and regular IPB.
This is regular IPB:

General
Complete name : /Users/johnkesl/Desktop/100EOS7D/MVI_0281.MOV
Format : MPEG-4
Format profile : QuickTime
Codec ID : qt
File size : 271 MiB
Duration : 41s 625ms
Overall bit rate : 54.7 Mbps
Encoded date : UTC 2013-08-06 21:04:49
Tagged date : UTC 2013-08-06 21:04:49

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : No
Format settings, ReFrames : 1 frame
Format settings, GOP : M=1, N=12
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 41s 625ms
Bit rate : 54.7 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Original height : 1 088 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 1.100
Stream size : 271 MiB (100%)
Language : English
Encoded date : UTC 2013-08-06 21:04:49
Tagged date : UTC 2013-08-06 21:04:49
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.601

This is All-I:

General
Complete name : /Users/johnkesl/Desktop/100EOS7D/MVI_0298.MOV
Format : MPEG-4
Format profile : QuickTime
Codec ID : qt
File size : 324 MiB
Duration : 46s 129ms
Overall bit rate : 58.9 Mbps
Encoded date : UTC 2013-08-07 03:07:53
Tagged date : UTC 2013-08-07 03:07:53

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : No
Format settings, ReFrames : 1 frame
Format settings, GOP : N=1
Codec ID : avc1
Codec ID/Info : Advanced Video Codaing
Duration : 46s 129ms
Bit rate : 58.9 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Original height : 1 088 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 1.184
Stream size : 324 MiB (100%)
Language : English
Encoded date : UTC 2013-08-07 03:07:53
Tagged date : UTC 2013-08-07 03:07:53
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.601

Look by GOP. That's the difference.
Now go google GOP.
#50
Quote from: arrinkiiii on August 07, 2013, 11:26:06 AM
Yes, indeed. Works like a charm, with the old and new version. ALL-I  is good  :D

Thank you.
Really? How are you determining that you are actually shooting All-I on the autoload firmware? How do you know?