Hacks and Patches http://www.personal-view.com/talks/categories/hacks/feed.rss Sat, 18 May 13 20:47:05 -0400 Hacks and Patches en-CA Settings for flat style http://www.personal-view.com/talks/discussion/3079/settings-for-flat-style Wed, 02 May 2012 07:00:25 -0400 humpman 3079@/talks/discussions Don't know should i start new topic, but i do. Let stop to dancing around those settings :-) It's simple to get best quality with these settings which available for now.

All this tested on GF2, i think it's same for GH2.

  1. Video Bitrate FSH/SH : you can set it for example to 200 000 000, final bitrate will depends on what quantizier you will set.

  2. GOP Size : 1

  3. Encoder settings 1 180i/p : 1 Without this video will very jerky.

  4. Quantizier : depends on your card speed. Fast card needed. Take 32 for start number.

  5. Quantizier table : all to be 1.

  6. 1080 Scaling I : all to be 0x0. First 16 part is for Y, second for Cb, third for Cr.

  7. Table flag1 I : all to be 0x0. (Not shure affect this seting or not )

  8. Table High I : all to be 0x0. (Not shure affect this seting or not)

And that's it. You should to set all picture adjustments to -2 except sharpness. This settings will give you image that very close to that what you see in live view.

]]>
GH2 - 2.5fps AVCHD 24h Timebuster/TimeHBusteR 2.0 settings - The day is not over! http://www.personal-view.com/talks/discussion/2135/gh2-2.5fps-avchd-24h-timebustertimehbuster-2.0-settings-the-day-is-not-over Sat, 28 Jan 2012 23:53:20 -0500 duartix 2135@/talks/discussions Timelapses can be amazing, beautiful, strange, provocative. And FUN!

The day I discovered the GH2 could do 2fps I got so excited, I loaded up a full battery, put the camera on the balcony and aimed it at the shopping mall door. I got over 3+1/2h of Cinema 24p footage (@2fps) and after speeding it up 15x (to 300fps) in VirtualDub I almost couldn't believe my luck. This is what I got and I have yet to grade it properly:

Since that event, I wondered about the best way to patch up the camera to capture them. MJPEG was the obvious candidate. It's a Full Intra codec and it can be setup to capture just 2fps. That means absolutely no wasted frames unlike AVCHD, so MJPEG must be great, but there was a caveat: even with stock settings there was a capture time limit that was well below AVCHD. How is that possible since it's only capturing 2fps, the bitrates have got to be frugal? Well, it happens that there is a 2GB filesize limit within MJPEG so even after taking Driftwoods Quantum 100-50's MJPEG settings and cutting the quality to take half the bitrate, you will end with less than one hour of footage. Compare that to AVCHD and you see what got me started.

Then there was the IQ issue. I stumped into this: http://sonnati.wordpress.com/2010/10/19/h-264-for-image-compression/ which made me start another full set of tests (http://www.personal-view.com/talks/discussion/2111/gh2-mjpeg-resolution-findings-and-myth-busting/p1) in which I found that unlike most crazy MJPEG resolutions that only seem to be 720p upscaled, the one used on Driftwoods patch was the best that ATM can be extracted from MJPEG and that even rivals with AVCHD. That test ended up on a tie, so in my book AVCHD wins for flexibility and recording time.

At the same time these tests were taking place, I fought a lot with the stock settings trying to make a patch that used GOP 13 and yes, that's the frequency at which you see major block changes when you set the shutter speed to 1/2s. This GOP13 would insure excellent quality as it makes the result Full Intra once you trash the needed frames. But the frames and limits and buffers and modes were giving me all kinds of speed messages Hell. By that time I also discovered that the null B frames that encoded no changes at 2fps were much larger than P-Frames which also appeared a lot more frequently than I wished they would. Null B-Frames were 2.5x bigger than P and when there was movement, the P-Frames would take as much space (and sometimes even more) than I frames, so I had to do something about it to make it more efficient. Meanwhile Nick @Driftwood and @LPowell were kind enough to share their knowledge and let me in on a few tricks. These allowed me to suppress B-Frames altogether and starve P-Frames to death.

So here I was armed with a bazooka and a missile and I couldn't even fire a pistol. Then a few days ago @Balazer came out with his Cake patch featuring a completely VBR approach through a Constant Quantizer as if he couldn't care less about bitrates, limits or buffers or all the stuff that was putting me down. I tried it a 2fps and I couldn't believe how well it worked. And since the frame rate I'm using is ridiculous when compared to normal video modes, there are no speed/buffer/spanning issues even if you have the slowest SD card in the business. In this case, this VBR aproach is a no brainer and the cherry on top is that you get Constant Quality at Quantizer 22 which is very very good IQ!

So, hands to work, bake the Cake, mix Driftwood's MPEG settings, apply the P/B-Frame tricks and it was working on the third try. :O

It could have been a lot faster as I tried to best the 60i mode and leave all other modes alone. It ended up being the wrong choice because the 60i GOP isn't sticking and probably the Interlacing is making too big P-Frames around the I-Frames. In the end I managed to use tweak 24p for timelapses and the frame usage when there is no movement is a beautiful set of I-Frame spikes with all else almost null. 60i is now GOP13 on I/P frames exclusively and the P sizes look generous, so the starved P-Frames on 24p don't seem to affect it. 720p modes seem also unaffected. In the end this patch tries to give you the best 2fps and still leave you with 2 very workable modes without repatching: 1080i60 and 720p.

Thank you @balazer for baking Cake.

Thank you @drifwood for the MJPEG settings and no B-Frame trick.

Thank you @lpowell for telling me how to starve the P-Frames.

Thank you @cbrandin for StreamParser 2.4 which gave me wonderful new numbers.

.

VERSION HISTORY :

1 - TimeBuster 1 - First Release

  • Based on Cake v1. It uses GOP13, a Constant Quantizer VBR approach without B-Frames, minimum P-Frame size and quality.

2 - TimeBuster 1.1 - with 2 significant changes:

  • Now based on @balazer 's Cake 1.1, it has switched to use the Rate Control mechanism from @LPowell 's FlowMotion 100.

  • 720p mode was broken due to use of a very low quantizer (12) which lead to skipped frames in 720p. It now uses QP=20 on both 720 & 1080 modes which will have an observable effect in both bitrate & quality even though it still gives you 24+ hours on 64GB.

3 - TimeBuster 1.2 - with 1 significant change for a fully featured 720p mode:

  • Since @balazer 's Cake 1.1 is now heavily based on @LPowell 's FlowMotion 100, I decided to copy LPowells 720p settings since they will probably play better with the other modes. The only difference on 720p is a constant QP which had to be lowered yet from 20 to 21 because it still dropped frames on torture charts and/or sometimes present speed issues at very high ISO (>3200) on Class 10 SDs.

4 - TimeBuster 1.3 - with a lot of significant changes:

  • Ported to PTTools 3.64d

  • Savings on P-Frames is now accomplished by using a Scaling Table that is full of 0xFFFF for 1080p modes.

  • Quantizer boundaries were removed since they are now much more dependent on the new Quantizer Tables.

  • Redesigned for merging, these definitions try to be as independent as possible from their re-packaging definitions (in this case FlowMotion 1.1) and are published in two flavors: Timebuster 1.3 Base (for merging) and Timebuster 1.3 FloMo (merged with FlowMotion 1.1)

NOTE1: Timebuster Base 1.3 was merge tested with @LPowell 's FlowMotion 1.1, @Balazer 's Cake 1.2 and Nick @Driftwood 's Quantum X (v2) with minimal impact on all modes except for 1080p. I recommend FlowMotion or Cake for the simple reason that the 1080p24 Frame Limit is set to a much higher value in these settings. In fact, if you care for nothing other than the 24p timelapse IQ and don't mind impacting some of the other modes, you should set it to 10,000,000.

NOTE2: Merging Timebuster Base 1.3 with other settings is easiest done by loading Timebuster Base 1.3 first and then Alt+Clicking your choice of merger.

5 - Timebuster is now comprised of 2 main variants:

a) 24h Timebuster 2.0 - with the following changes (from TimeBuster 1.3):

  • The GOP for 24p is now married to 2.5fps. The bitrate hit is a little above 20% but the recording length can be easily compensated by raising the QP. As a benefit it's still very close to 2fps and it's the closest to a 360º shutter we can get on 24p.

b) 24h TimeHBusteR 2.0 (NEW, uses HBR 30)

  • Similar philosophy to 24h Timebuster 2.0 Base but as the name suggests, uses HBR mode instead of 24p. There is another difference, P-Frame quality is fully preserved as this kind of frames is used for one of the interlaced slices on Key Frames.

  • GOP married to 1/2.5 on HBR 30p (NTSC) and to 1/5s on HBR 25p (PAL). The big benefit is that both are using a 360º shutter. Uncheck "1080i50 and 1080p24 GOP Size=5" before merging if you don't plan to use Shutter Speed (SS) =1/5s and want to better preserve the 24p mode and HBR 25.

Both variants are now:

  • Using B-Frames. There is a 6% penalty in bitrate usage but this was necessary to make sure the QP was respected. I believe the gain from setting the QP at will is just too great to ignore, since not everyone wants to record for 24h straight. QPs as low as QP=16 were tested and theoretically it could go as low as QP=12 @ISO160 when merged with FlowMotion 1.11 on regular tripod mounted footage.

  • GOP married to 2.5fps. The bitrate hit is a little above 20% but the recording length can be easily compensated by raising the QP. The reason behind this was getting as close as possible to 360º.

  • User definable GOP - GOP can be set at will according to intended SS, use the attached "GOP-SS-table.png" to look up the right value. Defaults settings are SS=2.5fps and GOP 1080i=10 for 24h Timebuster 2.0 and SS=2.5/5fps and GOP 1080i50/i60=12/5 for 24h TimeHBusteR 2.0.

  • User definable QP - QP can be set at will according to desired IQ/recording length. I've gathered quite an amount of information so that in the future I can make an Excel tool to estimate the best QP from Card Size/Footage Snapshot/Desired ISO/Recording Length. Default settings are Q24/23 for 24h Timebuster/TimeHBusteR.

As before, there is the Base Release to be merged at wish with popular settings (load Base first in PTTools and then "ALT+Click" your choice of merger) and there is also the FlowMotion Release (already merged with FlowMotion 1.11). I've merge tested against @lpowell 's FlowMotion 1.11, @balazer 's Cake 95, and @bkmcwd 's GOP3ZILLA and no undesirable effects were observed. The key is using a VBR settings definition with a very high "1080p24 Frame Limit", especially if you are going for a low QP (<22).

(edit) If you want to merge with Nick @driftwood 's settings, I recommend going for Cluster v1 as shines in being both a long GOP set and also having the biggest "1080p24 Frame Limit" of all the sets I know.

6 - Updated Release of Timebuster/timeHBusteR 2.02 FlowMotion - WARNING HBR version IS BROKEN at 24p

  • (EDIT) This turned out to be a rushed release. Several users have reported problems with timeHBusteR (the HBR variant) It looks like FlowMotion 2.0(+) is highly dependent on GOP length (trough heavy use of GOP Tables, GOP Opt Tables and GOPx2 parameters). I'm investigating other possibilities right now so watch this space for further news. In the meantime I recommend you stick to timeHBusteR /Timebuster v2.0.

Since FlowMotion 2.02 looks very stable now, I'm releasing my pre-merged versions of Timebuster/timeHBusteR. There is nothing new regarding timelapsing except for FlowMotion's 2.02 changes.

  • 24h Timebuster 2.02 FlowMotion which is 24h Timebuster 2.0 Base merged with FlowMotion 2.02

  • 24h timeHBusteR 2.02 FlowMotion which is 24h timeHBusteR 2.0 Base merged with FlowMotion 2.02

The day is not over. :)

]]>
GH1: setting "Varigop" - superb IQ - integrated timelapse http://www.personal-view.com/talks/discussion/5959/gh1-setting-varigop-superb-iq-integrated-timelapse Wed, 30 Jan 2013 12:40:05 -0500 tetakpatak 5959@/talks/discussions
  • "Varigop" setting for the GH1, features:
    • Excellent IQ in AVCHD 1920x1080p 24fps (3GOP)
    • in-camera playback (AVCHD files) is possible
    • absolutely reliable spanning as long as battery lasts / until end of memory space of the SD card (max 32GB)
    • integrated timelapse function in MJPEG (By Jordan Noblet)
    • Usage of all camera working modes (A, S, M)
    • Usage of all lenses, legacy Panasonic lenses as well as vintage ones
    • highest achievable bitrates on the GH1 and very high average recording bitrates in NTSC (considerably lower in PAL)
    • top reliability and in-camera-playback for most of the files
  • NTSC:
    AVCHD FHD = 1080p24 3GOP superb detail in highlights and shadows / smooth looking motions / very high bitrates / spanning works very reliable
    AVCHD SH = 720p60 3GOP with even higher bitrates (bitrates about 10% higher than in 1080p24) / IQ looks good, needs more testing as this mode was not primar target of the patch

    PAL:
    AVCHD FHD = 1080p25 13GOP looks good, needs more testing (bitrates about 60% of 1080p24)
    AVCHD SH = 720p50 26GOP looks good, needs more testing (bitrates about 40% of 1080p24)

    MJPEG (both in PAL and NTSC):
    Integrated timelapse settings by Jordan Noblet / 2fps in "HD" 1920x1080 / colors 4:2:2 / It is ideal to use 1/2s exposure to get beautifully looking subject's motions in the blending frames, so strong ND filters are necessary in the daylight. Of course, shorter exposures are also possible- with sharper looking motions. In 2fps mode maximal file size (in MJPEG not avoidable) will be achieved after ca 1h25m. One can stop-and-start again the recording for longer recordings and edit later. For rendering is recommended to use Jordan Noblet's free software, you can download it on his website http://www.timelapser.net
    All other MJPEG modes (WXGA, XGA, VGA) are also influented by the 2fps setting in HD mode, so rather forget them. File format after rendering in "Timelapser": AVI 1920x1080p 25fps

    Bugs reports:
    The released beta version of the "Varigop" runs in many situations stable, but it is regularly freezing if the object is well-lit grass or trees. All users of this setting should please keep me informed about observed bugs and feel free to post directly here. All those information will be very helpful for the development of the setting until the stage when "alpha" version can be released some day.

    If you use this patch and like it, please don't forget who made all this with his tireless work possible and make donation to Vitaliy on the top of this page and support that way his hacking projects.

    (beta-version released on January 30th, 2013)

    ]]>
    hack for one candle lighting http://www.personal-view.com/talks/discussion/4236/hack-for-one-candle-lighting Mon, 13 Aug 2012 16:55:24 -0400 suzres 4236@/talks/discussions Hello all, I am asked to film a theater set with two characters sat at a table and only lit by one candle hand held by one of the two characters. Could someone recommend of a GH2 hack setting to use in that situation ? I will be using the pana 14 140 mm lens and a Nikkor f1.8 50 mm.

    Thank you so much in advance.

    ]]>
    Help With Sports Hack http://www.personal-view.com/talks/discussion/6885/help-with-sports-hack Sat, 04 May 2013 13:51:21 -0400 golson 6885@/talks/discussions So many Hacks and so many choices. What I really need is an Hack to use with the 14-140mm Pana lens for shooting fast action sports activities during daylight hours. Can someone please help me out. I saw this one: http://personal-view.com/talks/discussion/2983/m6-sports-settings-gop-2/p1

    ]]>
    For a Hacked GH2, Is a recording limit of 3 minutes 57 seconds normal if recording limit is left on? http://www.personal-view.com/talks/discussion/6922/for-a-hacked-gh2-is-a-recording-limit-of-3-minutes-57-seconds-normal-if-recording-limit-is-left-on Thu, 09 May 2013 12:00:09 -0400 Dr_Mabuse 6922@/talks/discussions I just hacked my GH2 for the first time with Canis Majoris Day. I forgot to check the recording time limit box in, and the camera now only records for 3 mins 57 seconds. Is this simply because of the high bitrate? It's not even something I mind, since I used to do a lot of work on film and each roll would last less than that. I'm asking just to make sure there's nothing wrong. It's the first time I've done this.

    ]]>
    Strange Pulsing Diagonal Pattern in GH2 Hack Footage aka rain http://www.personal-view.com/talks/discussion/3804/strange-pulsing-diagonal-pattern-in-gh2-hack-footage-aka-rain Fri, 06 Jul 2012 20:09:09 -0400 apefos 3804@/talks/discussions There is a link below in this topic to download an avi file to see the problem, first let me explain it:

    I did a firmware hack only changing the iso limit and set the avchd datarate to 40 Mbps.

    What happens is a strange pulsing diagonal pattern in flat color areas in the image.

    When I play the original mts file with windows media player there is no problem, but...

    When i transcode the original mts file to avi with neoscene the problem is there in the avi file. When i render the original mts file to a h264 file the problem is there in the h264 file.

    Would it be a problem in the hack footage or an issue when decoding avchd?

    Link to download the mp4 video file (10MB) to see the problem:

    http://www.apefos.com/upload/pulsing.mp4

    Any help or knowledge share will be much apreciated. Thanks

    ]]>
    "Motion Recording was cancelled..." on 720/60p and 1080/60i modes with Sandisk 16gb 95 mb/s http://www.personal-view.com/talks/discussion/6863/motion-recording-was-cancelled...-on-72060p-and-108060i-modes-with-sandisk-16gb-95-mbs Wed, 01 May 2013 13:06:15 -0400 TruHype 6863@/talks/discussions Hello, I've been using lots of different hacks and on a few I've been encountering the same problem : When I use the 720/60p or 1080/60i (I never use 60i but the problem exists), after a couple of seconds this message appears : "Motion Recording was cancelled due to the limitation of the writing speed of the card". I was using a SanDisk Extreme 16gb 45 MB/s class 10 card, and I thought that it was maybe too slow for high bit rate 60p (FlowMotion 2.02). I then bought a SanDisk Extreme Pro 16gb 95MB/s class 10 card and the problem was still here, no improvement what so ever ! I then tried lower bit rate hacks. Here's my course : FlowMotion > CanisMajoris Day PM > SpanMyBitchUp > EosHD Unified 88 Mbit. And I still have the same problem ! Please help and explain this problem !

    Thank you.

    ]]>
    Flow motion sound problem http://www.personal-view.com/talks/discussion/6787/flow-motion-sound-problem Tue, 23 Apr 2013 18:36:10 -0400 eyeiaye 6787@/talks/discussions Hi, I was shooting with flow motion and I nologer get sound. Is it possible I disabled the sound in a menu someplace? How would you recommend I fix this issue? I have a shoot tomorrow and and very stressed out about this... hahaha

    ]]>
    What's the best GH2 hack for MOTION JPEG? http://www.personal-view.com/talks/discussion/6744/whats-the-best-gh2-hack-for-motion-jpeg- Fri, 19 Apr 2013 02:07:29 -0400 acuriousman 6744@/talks/discussions I know AVCHD gets a lot of attention, but which hack (or hacks) are the most stable and best quality for Motion JPEG?

    ]]>
    GH1 reliable 40Mbps FHD AVCHD + 2im/s FHD 54Mbps MJPEG for timelapse http://www.personal-view.com/talks/discussion/6804/gh1-reliable-40mbps-fhd-avchd-2ims-fhd-54mbps-mjpeg-for-timelapse Thu, 25 Apr 2013 12:42:34 -0400 Zetmor 6804@/talks/discussions Hi,

    Here's my own hack I think it might be usefull to others. The purpose of my setup is for my vacations in USA next month: I'll do a personal souvenir little video, instead of the usual photos.

    I wanted: • all in Full-HD 1920x1080 at 24im/s so that I can show it nicely on the plasma TV. • solid 35Mbps+ average for quality encoding and have 2 hours of time on a 32GB card. • timelapse mode to be able to do the traditionnal sunset/sunrise & night views. • ultra reliable (don't want to see any error message during my vacation) / plays in-camera (so that I can do some daily cleanup without a computer).

    I mixed several settings from the forum (thanks all!) and managed to do it!

    So it's on my GH1 (from UK), using a Sandisk 32GB SDHC UHC-1 card (rated 45MB/s). (I have the 25mm/f1.4 and 14-45mm lenses)

    The settings: (file attached) • NTSC mode & 30mn limit unblocked (camera set in NTSC mode for 24im/s) • bitrate set at 40Mbps / 44Mbps peek (giving a 37Mbps average) for AVCHD Full-HD mode (24im/s wrapped in 1920x1080i/60) • MJPEG mode configured at Full-HD (1920x1080) at 2im/s only, allowing a 1/2s exposure / 2im/s filming with very good bitrate (needs manual mode + manual focus). Converted to 24p it is equivalent to 54Mbps bitrate (with 4:2:2 color sampling). That compression level will allow 1 hour of filming (2GB limit). Awesome!

    It can run the deadlies charts for 10mn without any issue, giving a solid 37Mbps average on those death charts & nature on tripod (trees from my window), and plays in camera as needed.

    It's still having a long GOP (1/2s = 12 frames GOP) and using the standard 1080i/60 wrapper, for reliability, but that's not an issue for me: Premiere can handle that very nicely to produce the 1080p/24 in the end.

    And from the 1 hour (realtime) 2im/s MJPEG, using http://timelapser.net/ tool, I'll be able to make a 5 minutes timelapse (once converted from 2 to 24im/s) ... or even faster using Timelapser frames blending.

    All tests are working perfectly and all. I can't wait my vacations next month! (will go to Washington DC, San Francisco / Monterey, and New-York)

    ]]>
    Panasonic G3 Stable Settings http://www.personal-view.com/talks/discussion/4913/panasonic-g3-stable-settings Wed, 17 Oct 2012 07:59:29 -0400 luisnando 4913@/talks/discussions I managed to fix the writing error on the previous patches messing with the buffer size. Actually I put 170M bitrate and the small shootings I made really passed through with no errors! Since I am still learning about those settings, I would like to ask someone to analyze the data and see if I really got it. Annexed goes my patch.

    I based my settings over Driftwood cluster v6 settings.

    ]]>
    GH1, GF1, G2: Fast Action 3-Frame GOP Patch - Version 2 http://www.personal-view.com/talks/discussion/223/gh1-gf1-g2-fast-action-3-frame-gop-patch-version-2- Mon, 13 Jun 2011 03:15:10 -0400 LPowell 223@/talks/discussions
    As you may have heard, the latest version of PTool 3.56d liberates all previously unhackable versions of not only the GH1, but the GF1 as well as previously hackable G2 cameras. (Unfortunately, the newest G2 models can no longer be hacked.) In addition, PTool now provides a variety of new patches that I've been able to incorporate into the Fast Action 3-Frame GOP Patch, making it more versatile than ever.

    To make use of these new features, download PTool 3.56d from the following link:

    http://www.gh1-hack.info/ptool3d.zip

    The Fast Action 3-Frame GOP Patch is ideally suited for the GF1 and G2 cameras' hardware capabilities. The NTSC version of these cameras produces native 720p30 video streams in both AVCHD SH mode and in MJPEG HD mode. This patch boosts the peak bitrate of both video modes to over 50Mbps and in SH mode uses a remarkably short 3-frame GOP-size, recording 10 key frames per second. (This 3-frame GOP is used in PAL AVCHD SH mode as well, recording at 720p25.) Using such a high density of key frames enables the Fast Action 3-Frame GOP Patch to maintain excellent image quality while tracking rapid moving objects.

    In addition, all GF1 and G2 may now be freely switched between NTSC and PAL video modes, all available user interface languages, and may use third party batteries.

    For version 2 of the Fast Action 3-Frame GOP Patch, I've prepared a choice of two INI settings files that differ only in the settings for the MJPEG 30p modes:

    * For use with standard lenses, the standard patch will produce two types of MJPEG videos:

    HD mode: 1280x720 HD videos with peak bitrates up to around 60Mbps (in 4:2:2 color on the GF1).
    VGA mode: 960x720 iPad-compatible videos, with peak bitrates up to 30Mbps.

    * For use with anamorphic lenses, the anamorphic patch supports two different squeeze ratios:

    HD mode: 1920x810 videos optimized for 1.33X anamorphic adapters, with peak bitrates up to around 60Mbps.
    VGA mode: 1920x720 videos optimized for 2X anamorphic adapters, with peak bitrates up to around 50Mbps.]]>
    GH2 Driftwood Cluster v6 Issue: CANNOT RECORD. FILE NUMBER EXCEED LIMIT http://www.personal-view.com/talks/discussion/3910/gh2-driftwood-cluster-v6-issue-cannot-record.-file-number-exceed-limit Sun, 15 Jul 2012 12:30:10 -0400 quadrabay 3910@/talks/discussions Hi Folks,

    I'm extremely sorry to be reporting any negative to this AMAZING hack/setting, but I went out on a FREE (Thankfully) Band Shoot last night with my GH2 under the Cluster v6 DrewNet patch. I'm using a SanDisk Ultra 64gb card (30 Mbit/sec) and I set the GH2 to the Lower of the two settings both for disc space and extra stability. With these settings I'm getting 2 Hours and 55 Mins on the card with a 50 Mbit/Sec Data Rate (equivalent to 100ish...Yay!)

    After the first set I shut the camera down, and when I re-powered on for the second set (with still an Hour and 50 mins left on the card) it gives me this VERY unpleasant response when I hit the record button...

    CANNOT RECORD. FILE NUMBER EXCEED LIMIT

    I gave it my best "college try" with powering down, card in and out, in a desperate effort to get it to record again, but alas it just laughed at me. (and a hacked GH2 has a very unpleasant laugh, let me tell you)

    I'm DESPERATELY hoping there's something silly I'm doing, or a work-around that will fix this, as the v6 Cluster was SPANNING LIKE A CHAMP! I've tested it out to almost THREE HOURS more than once and it's doing it. But I've never shut down then tried to resume as I did last night.

    If the only solution is to bend over on the price of an Extreme Card, I would gladly do that if it WILL solve this, but I get the feeling it won't and I'll be stuck paying WAY too much for a card that will go for $50 at some point down the road. (That always P's me off...the Ultra 64gb was $45 and it was working FINE other than this new glitch...and I'm not sure it's the card necessarily...I'm under the 60M point...)

    Anyhow, I again apologize for reporting less than great news, and I'm truly hoping someone has a solution out there in the land of innovative photographic genius!

    Take Care, Erik

    PS: With an old Nikkor 50mm f 1.4 lens on the GH2, and in a DARK restaurant - it was like I had a LIGHTING CREW on the band...UNBELIEVABLY nice!

    ]]>
    Comprehensive Hack Wiki http://www.personal-view.com/talks/discussion/6742/comprehensive-hack-wiki Thu, 18 Apr 2013 16:46:33 -0400 pointthreex 6742@/talks/discussions Forgive me if this already exists, but is there a more efficient way to catalogue all the most current hacks besides a randomly sorted message board. Would it be easier to create a Hack Wiki that compiled everything neatly in an easy to navigate, central page?

    ]]>
    GH2 (A cam) & GF3 (B cam) stable Patchs for SKATEBOARDING filming http://www.personal-view.com/talks/discussion/6494/gh2-a-cam-gf3-b-cam-stable-patchs-for-skateboarding-filming Mon, 25 Mar 2013 06:04:06 -0400 kaikerr 6494@/talks/discussions I've got a GH2 as A cam and just recieved a GF3 as B cam that I'm using for skateboard filming and would like any suggestion to hack the GF3 for best motion and being fully stable cam (span etc) and GH2 for best shoots (I've tested MOON and looks great). Is GF3 hacking like GH2 hacking (same flow)? And can you use the same patches on both? THANKS.

    ]]>
    Which hack resembles Red Scarlet footage the most? http://www.personal-view.com/talks/discussion/6640/which-hack-resembles-red-scarlet-footage-the-most Mon, 08 Apr 2013 17:48:42 -0400 kjartan 6640@/talks/discussions Will be shooting a short movie real soon, with 1 Red Scarlet and 2 GH2's. We are looking for a hack that looks like Scarlet footage, and also grades similarly. Which of the current hacks would be recommended to use?

    Currently we are using Apocalypse Now 444, soft matrix.

    ]]>
    Vanilla Hack Crashing Sandisk Extreme 95mb/s http://www.personal-view.com/talks/discussion/6649/vanilla-hack-crashing-sandisk-extreme-95mbs Tue, 09 Apr 2013 21:33:58 -0400 sesame2013 6649@/talks/discussions I applied the vanilla hack, tested it and was able to crash it reliably at 12000 ISO even when using the SanDisk Extreme PRo SDHC UHS-I Card 32GB. (Any rapid or semi rapid pan crashed it). I did some further testing (rapid pans at regular ISOs) and it seemed stable enough to bring on a shoot, so now I'm out in the field and it occasionally crashes at 160 ISO when dealing with complex outdoor scenery.

    I'm confused and surprised that a card rated up to 95mb/s is crashing with a hack that is at 44mb/s??? Has anyone else experienced this? It also crashes on my older Transcend Class 10 16GB cards but not that much more frequently. Completely lame given the cost differential between these two cards.

    I'm considering reverting back to baseline, but nervous to do so in the middle of a shoot (the vanilla hack was my first hack on the GH2 so this is still new to me). For now I'm working around it. Any advice or thoughts are appreciated.

    ]]>
    Battery went down when flashing. HELP http://www.personal-view.com/talks/discussion/6410/battery-went-down-when-flashing.-help Sat, 16 Mar 2013 05:18:17 -0400 MovieArmada 6410@/talks/discussions MAYDAY. I was updating my firmware, like i have done a few times before, and somehow my battery went down. Camera doesn't show any image on the screen now. Well it powers up but no image on screen just a weird vague sound inside the camera almost like one clock ticking seconds or like a bad hard drive. I have tried all four batteries here and same thing. Camera is off warranty, what should I do? HELP, please. Really stuck here. @Vitaliy_Kiselev what should I do? Any chance to re-flash it again? I have no warranty left so I am loosing my mind here and PANIC.

    ]]>
    Spanning at 24H-- does this exist? http://www.personal-view.com/talks/discussion/6307/spanning-at-24h-does-this-exist Sat, 02 Mar 2013 14:07:05 -0500 Brian_Siano 6307@/talks/discussions I've finally acquired a Sandisk Extreme Pro card, 95 mbps, 32 gig, and I'm trying to find a patch that will span reliably at 24H.

    I've been trying various patches, at 24H and 24L, and here are my results: Sanity 5.1 and Flow Motion don't span in 24H, but they span in 24L. Intravenus 2, Quantum 9b, Quantum 2 don't span in either mode. I'm trying Cake 2.3 right now.

    Now, I understand that one needs a Sandisk Extreme Pro 64gig card to be absolutely sure that spanning can work. I'm not sure why that is, but that's been reported. But others seem to be able to get some of the above to span on the 32gig card (for example, Quantum 2's supposed to be able to do it).

    So I have two questions. Is there a patch that reliably spans the 32gig card? And is this an indication that I got a bum 32gig card?

    ADDENDUM: Cake 2.3 seems to be spanning in 24H m mode. But my questions still stand.)

    ]]>
    GH2 - MJPEG resolution findings and Myth Busting http://www.personal-view.com/talks/discussion/2111/gh2-mjpeg-resolution-findings-and-myth-busting Wed, 25 Jan 2012 20:07:41 -0500 duartix 2111@/talks/discussions Tackling MJPEG for 2fps timelapses, I drew some conclusions that are less than obvious, and that I feel that should be shared with the rest of the community.

    For this I filmed a resolution chart on my computer screen from a distance, using Quantum 50-100 settings which use quality settings that are already over the line for 2fps be it AVCHD or MJPEG. I loaded the MOV files into AVIDemux and extracted 100% lossless snapshots to compare the various modes. Shot on M Movie Mode, aperture and shutter speed were both fixed.

    Note: I'm only showing the relevant 100% screen captures but all the files generated in this test (and I tested both HD and VGA modes) weight in at 38.5MB and can be d/l here: http://www.mediafire.com/?u2h8ycc2c6vmj0a

    Unless marked as AVCHD all other files are MJPEG.

    Myth 1 - MJPEG 1080p is MJPEG 720p up-scaled.

    Result: Plausible.

    It's too close to call, really! Even though there is evidence of a very very small resolution advantage to 1080p, it is hardly noticeable and it could be a consequence of the input-output workflow of 720 being done in a smaller resolution.

    Evidence: (look at the second image, I can't delete the first which is similar)

    ]]>
    Beginners: Guide to setting up stable settings http://www.personal-view.com/talks/discussion/2386/beginners-guide-to-setting-up-stable-settings Fri, 24 Feb 2012 05:03:59 -0500 mpgxsvcd 2386@/talks/discussions NOTE: Please download and use the latest version of Ptools every time you update your camera's firmware. Older versions of Ptools may not support all features in the settings.

    I created the video below to show new users how to update their Panasonic GH2 with the new customizable version 1.1 settings using Ptool. The intent is to get new users to try the extremely stable settings first so that they don't jump right into extreme settings that their memory cards can't handle.

    Hopefully, this will reduce the number of threads that are created that say something like "Why won't XXXXX Settings Work For Me"? The settings used in the video will work with any card in any situation. Once they play with those settings then they can move on to other settings once they have decided what they want to get out of the camera and how much they are willing to spend on faster memory cards.

    No adverse affects settings http://www.personal-view.com/talks/discussion/953/gh2-patch-vault-most-popular-patches-in-one-place#Item_5

    ]]>
    GH2 AVCHD spanning http://www.personal-view.com/talks/discussion/1047/gh2-avchd-spanning- Wed, 28 Sep 2011 07:01:41 -0400 sohus 1047@/talks/discussions
    What we know:

    @KAE's 65M settings spanned (PTool 3.61)

    After the release of PTool 3.62, spanning became more of an issue (at least it appeared to). Does this have something to do with the AQ settings that were opened up?

    With PTool 3.62D, I have confirmed the following settings to be spanning:
    @CBrandin 44M/32M at 24L setting (32M) --> GOP12, 32M, AQ4 (44M setting is not spanning)
    Stock settings

    Let me know if you know other settings with good quality and reliability that do span.

    These two examples are extremes in terms of bitrate so I am pretty sure the bitrate alone is not the sole cause.

    Driftwood's setting has no AQ set and the iFrames are smaller than most other settings (around 6MB instead of 8 - 11 MB) for most other settings. It also has no P & B frames (does the codec still need to work as hard?). Furthermore, it is GOP1 instead of GOP 3/6/12/ It would be nice if we could pin down what affects spanning: bitrate, AQ settings, GOP settings, memory card speed, scene detail (extreme: death chart). What makes that KAE's setting spanned with 3.61 but @CBrandin's 66M setting does not span? Is there someone who has an idea about this?

    Ideally, I hope we can create a setting (ideally a 24L setting ) that spans at a decent bitrate (say 44M - 66M - 88M).

    Looking forward to your thoughts and experiences on this matter. ]]>
    Cant install the Driftwood patch! Please help http://www.personal-view.com/talks/discussion/4573/cant-install-the-driftwood-patch-please-help- Thu, 13 Sep 2012 15:47:59 -0400 rpadilla562 4573@/talks/discussions I cant install the Driftwood hack! I was able to install the unified patch a while ago with no problem. I have literally tried 100 time and each time after i choose my patches and rename and copy to my formatted memory card my camera after i press the play button will not read it. I read in a previous thread that we are not suppose to unzip the which files? Please i need help

    ]]>
    GX1 Electronic Shutter hack http://www.personal-view.com/talks/discussion/6493/gx1-electronic-shutter-hack Sun, 24 Mar 2013 22:41:52 -0400 3birds 6493@/talks/discussions Will there be a hack for this in regular mode raw shooting? They put it in the G5 and GH3 but not the GX1. This would make the camera so much better for street.

    ]]>
    GH2 hack HDMI output testing http://www.personal-view.com/talks/discussion/356/gh2-hack-hdmi-output-testing Fri, 08 Jul 2011 14:57:32 -0400 Voldemort 356@/talks/discussions
    - When a monitor is connected to the HDMI port, camera switches to an interlaced mode both on LCD / EVF and HDMI output
    - When progressive 1080i -> 1080p patch enabled, camera can record without the usual hang if HDMI monitor is connected
    - However AVCHD encoder still writes garbage to the card
    - Garbage AVCHD files will playback in camera and not crash, if HDMI screen was connected at time of recording
    - The output to LCD and HDMI is not garbage - seems 100% unaffected by current PTools AVCHD patches
    - Pulling HDMI cable during recording ends clip, camera switches to live view mode
    - Output is always 1080i on 'auto', never progressive regardless of camera mode or PTools config (I am now testing with HDMI option in menu set to 720p)

    @Vitaliy_Kiselev has interesting comment - "Good thing is that some HDMI related functions names are present is some debug messages as well as their arguments names"

    I am using a SmallHD DP6 as monitor, we can also use TV or PC screen with HDMI, be sure that it displays reported input signal type (i.e. 1080i or 1080p).

    Aim: clean high bitrate progressive video instead of current bad cadence 24p -> 1080i.
    Or even uncompressed signal. 1080/60p would also be great target but let's start small!

    Testing continues...]]>
    Any comparisons between stock and hacked GH2? http://www.personal-view.com/talks/discussion/573/any-comparisons-between-stock-and-hacked-gh2 Wed, 03 Aug 2011 13:51:39 -0400 jimtreats 573@/talks/discussions
    I just wondered if anyone had put up any stills, or clips of the same scene between a stock and hacked GH2 where the improvements are clear to see?

    I've yet to hack mine and am about to go away for a week's holiday with it next week, I'm torn as to whether to hack with stable settings or just leave it as is because i'll be away from my computer so unable to revert anything if i encounter an issue.

    My gut says play it safe and wait, but I just wondered if there were any comparisons where the difference is so large that it'd be worth me hacking to try and improve any footage i get.

    Cheers]]>
    GH1 GOP 3 patch http://www.personal-view.com/talks/discussion/1310/gh1-gop-3-patch Sat, 29 Oct 2011 14:15:32 -0400 rigs 1310@/talks/discussions

    Please give it a try and see how it works for you.

    PTool v3.62d (160811) settings

    WRAPPER
    Native 24p/25p checked

    AVCHD COMPRESSION
    Video Bitrate FHD/SH = 120000000
    Video Bitrate H = 34000000
    Video Bitrate L = 28000000
    Overall Bitrate = 120000000

    AVCHD GOP LENGTH
    720p60 GOP size = 3
    1080p24 GOP size = 3

    PATCHES FOR TESTERS
    AVCHD MOVIE MODE

    AVCHD COMPRESSION
    Preset bitrate = 530
    Preset bitrate 2 = 1060
    Overall bitrate 2 = 120000000

    AVCHD Research
    Video buffer = 33.500.000

    Here is a sample on vimeo

    ]]>
    Panasonic GF2 video output during recording? http://www.personal-view.com/talks/discussion/5372/panasonic-gf2-video-output-during-recording Tue, 04 Dec 2012 11:01:18 -0500 Igor_van_Airde 5372@/talks/discussions Hello,

    I got a Panasonic GF2 and have some trouble with the analog video output. I want to use the output to preview video during recording. I already found that you can enable the live output by pressing Q.MENU for some seconds. This works fine for capturing stilts, but if you start recording a video, the output shows only black as long as you record the video. After stopping recording, you have normal output again.

    I think this is just a firmware restriction that can be removed! Any suggestions?

    And I really need the analog output all the time, because I want to operate the camera remotecontrolled and get the preview via an analog video transmitter.

    Other discussion about this issue: http://www.aplanding.com/forums/showthread.php?t=5179

    Regards

    Igor

    ]]>
    Menu cheat sheet hack -is it possible? http://www.personal-view.com/talks/discussion/6090/menu-cheat-sheet-hack-is-it-possible Mon, 11 Feb 2013 15:18:13 -0500 Riker 6090@/talks/discussions Well, I know this is a shot in the dark, but anyway, here goes...

    Is it possible to make a "hack" menu for GH2, something like a standalone menu category, where all of the cheats, shutter speeds, AOVs, guide numbers and all of those things may be "written down"?

    Yes, no?

    :D

    ]]>