I made 1 recording using this ini.
Just realized as I was copy pasting that bitrate and maxbitrate weren't the same. Maybe 1 to many 0's in max bitrate ;-)
Transform8x8Flag = 2
Profile = 100
Level = 51
BitRate = 800000000
EntropyCodingMode = 1
IntraPicInitQP = -1
InterPicInitQP = -1
QpOffsetForB = 0
MinQpI = 1
MinQpP = 1
MinQpB = 1
MaxQpI = 26
MaxQpP = 26
MaxQpB = 26
MinBitrate = 100000000
MaxBitrate = 8000000000
SarWidth = 0
SarHeight = 0
AspectRatioIdc = 1
VideoFmtAndVspFlag = 81
VideoFullRangeFlag = 1
TimingInfoPresentFlag = 0
RateControlEnable = 1
That worked for the first recording, then adjusted shutter timing to get 23.976 shutter.
I got 2 crashlogs. This one and another the same except for task MovieRecorder
lv:1
ASSERT: 0
at ./MovieRecorder/EncDrvWrapper.c:1865, task MovieRecorder
lv:0 mode:3
Magic Lantern version : v2.3.NEXT.2013Apr23.5D3113
Mercurial changeset : badff1b15d04 (unified) tip
Built on 2013-04-23 15:51:36 by user@D610.
Free Memory : 253K + 3838K
And
https://dl.dropboxusercontent.com/u/34113196/Camera%20stuff/LOG000.LOGWith bitrate from the above ini changed to 8000000000 to match maxbitrate, first time hit record camera, crash, battery pull. Put battery in and try again, err 70. Guess it doesn't like stupid bitrate.
When I muxed a file into mkv, mkvtoolnix reported,
Warning: 'O:\DCIM\100EOS5D\D46A6713.MOV': This file contains at least one frame with a negative timecode. All timecodes will be adjusted by 00:00:00.125 so that none is negative anymore.
Bitrate viewer still complained trying to open the file and I have no access to streameye :-(
Using vbr config and switching to override mode without loading the config again, crash.
https://dl.dropboxusercontent.com/u/34113196/Camera%20stuff/LOG001.LOGUsing vbr config, switch to override, load config and all works good. Restart camera still in override mode and crash on record, remove battery and try again err 70. Same crash logs as before, not sure if the log000 are the same.
https://dl.dropboxusercontent.com/u/34113196/Camera%20stuff/LOG002.LOGTried changing the GOP, mediainfo reports standard GOP, but I don't really trust it, and I can't think of any other way I have to check.
Here is a small file with GOP 3 to check.
https://dl.dropboxusercontent.com/u/34113196/Camera%20stuff/D46A6721.MOVUsing the below ini, push record, LV and ML overlays all keep working fine, you can't stop recording, nothing it written to card and ML says error writing, restart, and restarts.
Transform8x8Flag = 2
Profile = 100
Level = 51
BitRate = 500000000
EntropyCodingMode = 1
IntraPicInitQP = -1
InterPicInitQP = -1
QpOffsetForB = 2
MinQpI = 1
MinQpP = 1
MinQpB = 1
MaxQpI = 15
MaxQpP = 15
MaxQpB = 15
MinBitrate = 50000000
MaxBitrate = 200000000
SarWidth = 0
SarHeight = 0
AspectRatioIdc = 1
VideoFmtAndVspFlag = 81
VideoFullRangeFlag = 1
TimingInfoPresentFlag = 0
RateControlEnable = 1
At some stage in the future, I wonder if it's possible to put some sanity checks in.