Author Topic: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView  (Read 920453 times)

dfort

  • Guest
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #725 on: May 18, 2017, 03:21:49 PM »
Or someone with a windows setup could help you compile a version.

Or you could cross compile a Windows version on your Mac. I compiled a Mac and Windows version from that branch, check if this works:

https://bitbucket.org/daniel_fort/magic-lantern/downloads/ml-dng-unified_8_-Mr_B_compress_ver2.zip

For now it will be easier for me to install a hackintosh.

You would still need to cross compile to get a Windows binary. In fact on a Windows system you need to set up either Cygwin or a Linux virtual machine and cross compile to get a binary that works on any Windows machine.

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #726 on: May 18, 2017, 03:28:56 PM »
Please upload a sample file. If you dig round mlv_dump code it says following.
Error related to int ret.  Frame size?

The data is corrupted. See lj92 header:

Code: [Select]
LJ92_ERROR_CORRUPT = -1

Quentin

  • Member
  • ***
  • Posts: 150
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #727 on: May 18, 2017, 03:59:03 PM »
@ dmilligan

The data is corrupted.
There is no way to retrieve anything ?

rob_6

  • Freshman
  • **
  • Posts: 58
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #728 on: May 18, 2017, 05:10:54 PM »
Just wanted to let you guys know that I have been recording without any crashing for quite some time with the latest build. I am using the settings recommended in hjfilmspeed's video at 3k 2.35 and it works so well! I am using a 256GB Lexar 1066x compact flash card and can record about 44-46 minutes  in 12 bit 3k reliably and it even closes the file once the card is full without crashing! Amazing work A1ex and everyone else that helped make this possible. I literally feel like I have a new camera! The only thing to be careful of is the compression and not letting the camera overexpose which seems to stop the recording due to the increased recording bitrate.

I have one question. As we know, if I half press the shutter while in the 5x crop mode it zooms in and allows me to focus with a normal live view playback. I usually half press the shutter before hitting the record button to get the focus right. But, I have been successful pressing the shutter half way while recording to get focus during the recording, too. Does pressing the shutter half way while recording put extra work on the camera which could cause the recording to stop early? So far, it seems to work fine. Just curious if anyone else has tried this technique or has any insight!

Thanks again to all!

Rob

g3gg0

  • Developer
  • Hero Member
  • *****
  • Posts: 3190
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #729 on: May 18, 2017, 07:23:40 PM »
@ dmilligan

The data is corrupted.
There is no way to retrieve anything ?

without a sample we could only clearly answer: "don't know"
Help us with datasheets - Help us with register dumps
magic lantern: 1Magic9991E1eWbGvrsx186GovYCXFbppY, server expenses: paypal@g3gg0.de
ONLY donate for things we have done, not for things you expect!

g3gg0

  • Developer
  • Hero Member
  • *****
  • Posts: 3190
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #730 on: May 18, 2017, 07:27:08 PM »
you could also apply this (totally untested) patch - maybe it was only one frame that was faulty.
Code: [Select]
diff -r 8b31c98380d5 modules/mlv_rec/mlv_dump.c
--- a/modules/mlv_rec/mlv_dump.c Tue May 02 01:28:48 2017 +0200
+++ b/modules/mlv_rec/mlv_dump.c Thu May 18 19:26:05 2017 +0200
@@ -2958,7 +2958,7 @@
                             else
                             {
                                 print_msg(MSG_INFO, "    LJ92: Failed (%d)\n", ret);
-                                goto abort;
+                                goto skip_block;
                             }
                             
                             free(compressed);
@@ -3763,6 +3763,7 @@
                 lua_handle_hdr(lua_state, buf.blockType, "", 0);
             }
             
+skip_block:
             file_set_pos(in_file, position + buf.blockSize, SEEK_SET);
         }

Help us with datasheets - Help us with register dumps
magic lantern: 1Magic9991E1eWbGvrsx186GovYCXFbppY, server expenses: paypal@g3gg0.de
ONLY donate for things we have done, not for things you expect!

DeafEyeJedi

  • Hero Member
  • *****
  • Posts: 3413
  • 5D3 | M1 | 7D | 70D | SL1 | M2 | 50D
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #731 on: May 18, 2017, 07:31:27 PM »
...Does pressing the shutter half way while recording put extra work on the camera which could cause the recording to stop early? So far, it seems to work fine. Just curious if anyone else has tried this technique or has any insight!

I had similar thoughts. It seems to work fine on my end but sometimes I suspect that it may cause the recording to stop though not as often. Still trying to reproduce this but it could very well be related to the compression scheme from being slightly overexposed.
5D3.113 | 5D3.123 | EOSM.203 | 7D.203 | 70D.112 | 100D.101 | EOSM2.* | 50D.109

Quentin

  • Member
  • ***
  • Posts: 150
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #732 on: May 18, 2017, 07:48:34 PM »
I have no clue how to modify mlv_dump.

Here is one of the files

https://drive.google.com/open?id=0B-d8ARtc7xwWWkltLUpUcTJmams

stevefal

  • Contributor
  • Hero Member
  • *****
  • Posts: 529
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #733 on: May 19, 2017, 07:23:12 PM »
(4K + dual_iso)/2 = 1920x800 @ 14+ stops DR w/o aliasing?
Steve Falcon

dmilligan

  • Developer
  • Hero Member
  • *****
  • Posts: 3218
  • 60Da / 1100D / EOSM
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #734 on: May 19, 2017, 08:05:45 PM »
Not without aliasing, dual ISO introduces aliasing in the areas where the two ISOs don't overlap (highlights and shadows).

a1ex

  • Administrator
  • Hero Member
  • *****
  • Posts: 12564
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #735 on: May 19, 2017, 08:19:10 PM »
A sensel cannot be read out at two different ISOs at the same time (so you are going to have some missing data in either spatial or temporal domain). In the first case you'll get aliasing; in the second one, you'll get motion artifacts.

This might be doable though: http://www.magiclantern.fm/forum/index.php?topic=19315.0

stevefal

  • Contributor
  • Hero Member
  • *****
  • Posts: 529
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #736 on: May 19, 2017, 09:17:06 PM »
Not without aliasing, dual ISO introduces aliasing in the areas where the two ISOs don't overlap (highlights and shadows).

I assumed that halving resolution would eliminate/reduce aliasing, since the highlight/shadow lines would no longer be doubled.
Steve Falcon

tit_toinou

  • New to the forum
  • *
  • Posts: 26
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #737 on: May 20, 2017, 03:58:02 PM »
Thanks for this module it's awesome !
Has anyone succeeded in getting 25 FPS 2.35 4K ? I'm stucked at 12.5 FPS (I have a good CF card)..

Here's what I've done with it https://www.magiclantern.fm/forum/index.php?topic=19568
5DIII

Anntria

  • New to the forum
  • *
  • Posts: 3
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #738 on: May 21, 2017, 04:10:09 PM »
Hi everyone.

I have problems with sound record on 1.2.3 firmware version, experimental build.
Got 4 modules on - crop rec, dual iso, mlv lite, mlv play

What am i doing wrong and how to solve it?

Kind regards, Anna

Savely

  • Freshman
  • **
  • Posts: 52
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #739 on: May 21, 2017, 06:07:18 PM »
Is there any way for Win users do decode MLVs from crop_mode to DNG sequence except RawFlow?

In Dual ISO mode in crop_mode processed through RawFlow and Dual ISO Processor files sometimes corrupt. I did some tests but it seems randomly with this pattern in resulted files: http://joxi.ru/Dr8oB9wh4Eol8A.jpg and it's RawFlow.exe bug cause DNGs from MLVP (on old, not crop_mode build though) processed through Dual ISO Processor seems good.

So again, is there some way for Windows users to decode mlv files of crop_mode to DNGs except RawFlow? (MLVP doesn't work with crop_mode MLVs)

ewinemiller

  • New to the forum
  • *
  • Posts: 46
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #740 on: May 21, 2017, 11:04:57 PM »
There is no sound in crop_rec experimental builds. mlv lite does not support it. Use an external recorder. The Zooms are nice.

Hi everyone.

I have problems with sound record on 1.2.3 firmware version, experimental build.
Got 4 modules on - crop rec, dual iso, mlv lite, mlv play

What am i doing wrong and how to solve it?

Kind regards, Anna

Anntria

  • New to the forum
  • *
  • Posts: 3
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #741 on: May 22, 2017, 12:43:49 AM »
There is no sound in crop_rec experimental builds. mlv lite does not support it. Use an external recorder. The Zooms are nice.

Do i understand correct that there are no time codes for crop_rec experimental builds as well?
So mixing of external sound with footage is a sort of challenge as well, or am i wrong?

ted ramasola

  • Moderators
  • Hero Member
  • *****
  • Posts: 1251
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #742 on: May 22, 2017, 06:34:41 AM »
Do i understand correct that there are no time codes for crop_rec experimental builds as well?
So mixing of external sound with footage is a sort of challenge as well, or am i wrong?

You can use a slate. or a simple clap your hands to sync it with ext recorder.
5DmkII  / 7D
www.ramasolaproductions.com
Texas

Quentin

  • Member
  • ***
  • Posts: 150
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #743 on: May 22, 2017, 06:49:02 PM »
you could also apply this (totally untested) patch - maybe it was only one frame that was faulty.
Code: [Select]
diff -r 8b31c98380d5 modules/mlv_rec/mlv_dump.c
--- a/modules/mlv_rec/mlv_dump.c Tue May 02 01:28:48 2017 +0200
+++ b/modules/mlv_rec/mlv_dump.c Thu May 18 19:26:05 2017 +0200
@@ -2958,7 +2958,7 @@
                             else
                             {
                                 print_msg(MSG_INFO, "    LJ92: Failed (%d)\n", ret);
-                                goto abort;
+                                goto skip_block;
                             }
                             
                             free(compressed);
@@ -3763,6 +3763,7 @@
                 lua_handle_hdr(lua_state, buf.blockType, "", 0);
             }
             
+skip_block:
             file_set_pos(in_file, position + buf.blockSize, SEEK_SET);
         }

Any chance to review the corrupted mlv file I placed on my Google Drive ?
Thanks in advance

g3gg0

  • Developer
  • Hero Member
  • *****
  • Posts: 3190
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #744 on: May 22, 2017, 09:46:00 PM »
download latest mlv_dump and add option "--skip-block 9" to your commandline
Help us with datasheets - Help us with register dumps
magic lantern: 1Magic9991E1eWbGvrsx186GovYCXFbppY, server expenses: paypal@g3gg0.de
ONLY donate for things we have done, not for things you expect!

Quentin

  • Member
  • ***
  • Posts: 150
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #745 on: May 23, 2017, 04:55:36 AM »
Awesome !!!
It heals the problem.
I tried it on other corrupted mlv and it works.
Thanks for your wizardry  ;)

Danne

  • Developer
  • Hero Member
  • *****
  • Posts: 7739
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #746 on: May 23, 2017, 04:35:39 PM »
Great with all the latest "autopsy" settings @g3gg0.
--relaxed  8)

g3gg0

  • Developer
  • Hero Member
  • *****
  • Posts: 3190
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #747 on: May 23, 2017, 06:26:50 PM »
glad to hear it helps :)
any further suggestions are welcome.
Help us with datasheets - Help us with register dumps
magic lantern: 1Magic9991E1eWbGvrsx186GovYCXFbppY, server expenses: paypal@g3gg0.de
ONLY donate for things we have done, not for things you expect!

Savely

  • Freshman
  • **
  • Posts: 52
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #748 on: May 23, 2017, 10:14:54 PM »
Is there any way to merge DNG-sequence like AviSynth with RAW.mov do? I'm trying to shoot HDR video with crop_mode but AviSynth work just with mov files. Anyone now How to merge DNG frames with different expo to sequence with one corrected sequence?

*I'm on Windows

Danne

  • Developer
  • Hero Member
  • *****
  • Posts: 7739
Re: crop_rec on steroids: 3K, 4K, 1080p48, full-resolution LiveView
« Reply #749 on: May 23, 2017, 10:52:29 PM »
This is a bit of topic but regarding HDR there is one open source tool that merges dng files
https://github.com/jcelaya/hdrmerge
I tried this for a period of time but the caveat back when testing was that the tonemapping algorithms are mainly for stills. When merging movie sequences you get flicker since tonemapping will vary from image to the next.
What is not that much of topic is to elaborate about mlv_dump being able to merge hdr files coming from MLV footage. I tried some crude examples with averaging code working with consecutive frames. Bouncyball helped me out here with coding but simple averaging would produce pinkish highlights. Now averaging(tblend filter) code in ffmpeg is in another ballpark when looking at the merged footage that I played around with in MLP and cr2hdr.app. No pinks, just a good looking merged file.
Of course any of such changes would surely take a lot of time to accomplish and put into mlv_dump but since the question arised about HDR I thought I just put it out there.