I don't know why the original SVRT for AVCHD thread is no where to be found, beside the original link that I bookmarked (
http://forum.cyberlink.com/forum/posts/list/30/2993.page)
So here is my work around to get it to work with files encoded at more than 16Mbps.
Change the Profile.ini (in App data\Cyberlink\PowerDirector\7.0\) to change average bit rate to 16000000, min to 12000000 (or 8000000) and max to 20000000 (or 24000000).
All my clips (recorded with a Sony HDR-SR11) can be rendered successfully with SVRT.
However, if you change the clip in anyway e.g. start with a transition effect, trimming, etc, SVRT will only works to the first point of edit of the clip. That is if a clip has a transition at the end, SVRT will work all the way until the transition starts (i.e. if you use a transition at the start of the clip, the WHOLE clip will NOT be rendered with SVRT). Trimming, even 1 frame, at the start will cause the WHOLE clip to be rendered WITHOUT SVRT.
Example: you have 6 clips A B C D E F in the timeline like this:
A - Fade transition - B - C - D - E (trimmed first x frames off) - F (fade out)
* A and F will be rendered with SVRT all the way till the transition kicks in
* C and D will be rendered totally with SVRT
* B and E will NOT be rendered with SVRT at all
I think the problem with SVRT is that it doesn't recognize that trimming/transitioning at the beginner of a clip will only change several frames (not the whole clip!) so the rest of the clip can be copy over to the new vid wholesale!
I believe improving this is as easy as
1. If (whole clip can be rendered with SVRT) then SVRT=ok
2. Detect the frames that are edited by the user (e.g. transition, trimming, etc) NOT whether the bit-rate or any non-user-changeable craps fit certain criteria
3. Render the frames that are changed
4. Copy the rest wholesale
So easy, anyone with basic programming knowledge + the source code can fix it! And I thought that's how SVRT should have worked to begin with!
This message was edited 1 time. Last update was at Jan 29. 2009 14:55