Dynamic Trim - mixing roll and ripple

Hi,
I have a several layers in my Premiere timeline. I would like to trim the cuts using dynamic trimming. Can I mix types of edit while trimming? For example on layer 1 the cut needs to ripple, while on layer 2 it needs to roll. I was able to do that kind of combinations in Avid...
Another question: can I do slip and slide in dynamic trim mode. So far I was not able to select different sides of multiple ripple edits which would enable that. Changing the side on one cut changes all of them to face one direction only.
Thanks so much in advance.

FCP doesn't allow for playback on more than a single window, be it Viewer vs. Canvas in standard layouts, or Outgoing vs Incoming Clip in the Trim Edit Window.
About the audio not playing, is Linked Selection toggled off by any chance? (From the Menubar, check Edit > Linked Selection is checked). If it was, check it, then reselect your edit point(s). If not, post back.

Similar Messages

  • Mixing static and dynamic content in a single outputText value causes NPEs

    Hi,
    I am having a problem and I'm wondering if it is a result of my error or if this is a bug.
    I am mixing dynamic and static content in the value attribute of tags (e.g., outputText). On initial page load, everything works fine. However, if the same view is reloaded (e.g., after a failed validation) I get an NPE from JSF:
    [#|2006-10-24T08:49:03.756-0500|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=12;|StandardWrapperValve[Faces Servlet]: Servlet.service() for servlet Faces Servlet threw exception
    java.lang.NullPointerException
            at com.sun.faces.el.MixedELValueParser.getNextToken(MixedELValueParser.java:140)
            at com.sun.faces.el.MixedELValueParser.parse(MixedELValueParser.java:123)
            at com.sun.faces.el.MixedELValueBinding.getValue(MixedELValueBinding.java:60)
            at javax.faces.component.UIOutput.getValue(UIOutput.java:147)
            at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:82)
            at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:201)
            at com.sun.faces.renderkit.html_basic.LabelRenderer.encodeBegin(LabelRenderer.java:128)
            at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:683)
            at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:443)
            at com.sun.faces.renderkit.html_basic.GridRenderer.encodeChildren(GridRenderer.java:233)
            at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:701)
            at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:445)
            at com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:130)
            at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:701)
            at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:445)
            at com.sun.faces.renderkit.html_basic.GridRenderer.encodeChildren(GridRenderer.java:233)
            at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:701)
            at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:445)
            at com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:130)
            at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:701)
            at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:445)
            at com.sun.faces.renderkit.html_basic.GridRenderer.encodeChildren(GridRenderer.java:233)
            at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:701)
            at javax.faces.webapp.UIComponentTag.encodeChildren(UIComponentTag.java:609)
            at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:546)
            at com.sun.faces.taglib.html_basic.PanelGridTag.doEndTag(PanelGridTag.java:460)
            at org.apache.jsp.registration_jsp._jspx_meth_h_panelGrid_0(registration_jsp.java:324)
            at org.apache.jsp.registration_jsp._jspx_meth_h_form_0(registration_jsp.java:223)
            at org.apache.jsp.registration_jsp._jspx_meth_f_view_0(registration_jsp.java:157)
            at org.apache.jsp.registration_jsp._jspService(registration_jsp.java:118)
            at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
            at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:336)
            at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:297)
            at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:247)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
            at sun.reflect.GeneratedMethodAccessor188.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
            at java.security.AccessController.doPrivileged(Native Method)
            at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
            at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
            at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
            at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
            at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
            at java.security.AccessController.doPrivileged(Native Method)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
            at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:723)
            at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:482)
            at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:417)
            at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:80)
            at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:95)
            at java.security.AccessController.doPrivileged(Native Method)
            at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:313)
            at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:326)
            at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:132)
            at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
            at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248)
            at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
            at javax.faces.webapp.FacesServlet.service(FacesServlet.java:194)
            at sun.reflect.GeneratedMethodAccessor202.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
            at java.security.AccessController.doPrivileged(Native Method)
            at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
            at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
            at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
            at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
            at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
            at java.security.AccessController.doPrivileged(Native Method)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
            at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
            at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
            at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
            at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
            at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)My code looks like this:
    <h:outputText escape="false"
              value='<link href="#{myBean.styleSheet}" rel="stylesheet" type="text/css"  />' />If I replace this with a much more convoluted set of tags, it works:
    <h:outputText escape="false"
              value='<link href="' /><h:outputText escape="false" value="#{myBean.styleSheet}"
              /><h:outputText escape="false" value='" rel="stylesheet" type="text/css" />' />So is the problem that I am mixing dynamic and static content with a single value? If so, why does it work on the first view, and not after?
    If it matters, I'm using the reference implementation version 1.1 (as included with NetBeans 5.5RC2) on SuSE 10.0 w/ JDK 1.5_09.
    Thanks,
    Bill

    Yes, that's how I originally had it, but then changed it to the outputText approach since a single tag could do what I wanted, as long as I was allowed to mix static and dynamic content within a single value.
    I think this is a bug in JSF 1.1, since if what I am doing is illegal, it should throw an exception on the first page view, not work on first view and throw an exception on subsequent views. I'm guessing that this has something to do with the fact that on first page view it only runs the restore view and render response JSF phases, while on subsequent requests all of the phases will be run, and it's in one of those other phases that the exception is thrown.
    For now, multiple tags is the work-around, I guess.
    Thanks,
    Bill

  • Lost dynamic trimming! and box is checked in pref's

    anyone know why this is happeneing??
    making me angry! i can't see what im trimming in my canvas all of a sudden - was working fine 2 minutes ago!
    and the dynamic trimming box is check...
    help!
    E
    dual 1.8 G5   Mac OS X (10.3.9)  

    Maybe I'm misunderstanding something. Exactly what are you trying to use with dynamic trimming that works only sometime? As far as I know nothing is affected by this option in the Canvas only... It's my understanding that it only works with the Trim Edit window, and doesn't affect behavior in the Canvas...
    Jerry

  • 1/8th Resolution Trim and Ripple Preview

    I am editing a 4k R3D timeline and have my Program window resolution for Playback and Paused states set to 1/8th. Whenever I trim or ripple edit my timeline, the program window displays the clip's head and tail frames in full resolution. This causes my system to pause for a moment before updating. It only pauses for a few seconds, but having this happen on every edit becomes very cumbersome. This did not happen in CS4 (it kept the program resolution settings) and editing was much more fluid. Is there a setting I can change to reduce the resolution of the preview frames while trimming and ripple editing?

    Im not sure how much RAM your card has but if it has 1GB then you can apply the cuda hack and turn on the MPE option.
    Here is a link to do it.
    http://forums.adobe.com/message/2778162#2778162
    This person shows using the 330M on his page.
    http://punkbuddhaz.wordpress.com/2010/06/09/nvidia-300-series-gpu-cuda-mercury-playback-en gine-hack/
    Its just adding the name of your card to the supported list text file.
    GLenn

  • How do I turn off the "dynamic trim mode"?

    How do I turn off the "dynamic trim mode"? I hate it, hate it, hate it. For those that love it... great. I am glad you do, keep working. I tried to adapt, but it just isn't worth the hassle. For me, I want it gone forever. Too much zooming, no simple ripple delete.
    Again, if you love it, great! I want to turn it off, how about me adobe? I am so ready to move back to CS5.

    PierreLouisBeranek wrote:
    Hi Jim,
    You're right. What I wrote isn't the actual problem. My mistake.
    The real problem is this:
    If I select an edit point with the Selection Tool ('V'), for example, and then change to the Rolling Edit Tool, the cursor doesn't change while hovering over the currently selected edit point, and the only way to use the Rolling Edit Tool on the selected edit point is to first deselect it and then reselect it again. The same problem occurs vice versa.
    If you toggle the trim type to "Roll" after selecting the edit with a keyboard shortcut this is not necessary. It might take some getting used to, but see if that works for you.
    PierreLouisBeranek wrote:
    If I select an edit point's left side (outgoing clip) with the Selection Tool, but then want to select the right side at that same edit point (incoming clip), dragging the cursor over to the right side of the edit point has no effect (i.e. the cursor stubbornly remains a left-pointing arrow for editing the prior clip's out point).  The only way to select the right side of the edit point to first deselect the left side (i.e. click on any clip) and then select the right side.  The same problem occurs vice versa.
    Again, toggle the trim type with a keyboard shortcut (Shift-T is for Windows, Ctrl-T is for Mac), then your tool will appear and behave as expected.
    It sounds like you wish to have the Final Cut Pro behavior, where the cursor that is chosen will appear over the edit, regardless of how the edit is selected. Note that here you must click to select the edit with the proper trim type before you drag the tool.
    In Premiere Pro, the cursor will not change to the selected tool unless the edit is selected with the corresponding trim type. If you want to click and drag the trim tools as you did with Final Cut Pro, yes, you must deselect the selected edit point first.
    Anyone can send me a PM at any time. I'm your representative to the Premiere Pro team.

  • Mixing XDCAM and HDV?? Outputting to SD DVD...

    Hi
    Earlier this year we shot a documentary on a Sony PDW-F350L HD XDCam (great camera, stunning footage - 35Mbps). Working in FCP has been fine.
    We're doing a follow up and budget and logistics dictate that we sadly can't use 350s again (where we're going, carrying 2 Z1s for example is going to be a lot easier). We're also on a fairly steep learning curve (being relatively new to FCP, Compressor etc).
    So I'm looking at options. We know that there are significant differences between say a Z1 and a 350 but from my research so far and from some relatively simple testing mixing Z1 footage (native) and 350 footage on FCP, at least editing on the timeline doesn't seem like it's going to present any problems (although thoughts on that welcome).
    The issue seems to be outputting. In the first instance we'll be outputting to SD DVD. Yes, that old gem...
    Searching round various forums, it seems this problem (HDV - SD) is fairly universal. Solutions seem to range from not working in Native HDV (suggestions vary on the format to ingest in - AIC etc); outputting to different formats first (eg DVCPro HD) and then to MPEG-2; outputting the timeline to tape (DV), re-importing; using some thing like a Matrox MXO to output and others...
    We're aware of the shortcoming of HDV and the compressed nature of the format and our expectations, given our kit are realistic. I've even tried putting some PD150 footage on the timeline but that's just not going to cut it.
    So, I've got to put a kit list together by next week and wondered if anyone had any thoughts on:
    1) Mixing XDCAM and HDV on the timeline and any gotchas we should watch out for.
    but more importantly
    2) Any suggested routes I can look at to get some reasonable output with these two formats on the timeline - particularly HDV (don't think we'll have time to look at the Matrox route right now).
    Many thanks in advance for any thoughts.
    Cheers

    Thanks Andy, Michael
    That's good input. From an editing point of view we seem to be ok. Although, Michael, I take your point and that's a good suggestion.
    The main problem is the workflow to create a decent SD DVD without the artefacts caused by compression/motion etc in HDV (and to some extent XDCAM).
    Have read the prores whitepaper at
    http://images.apple.com/finalcutstudio/resources/whitepapers/L342568A_ProResWP.pdf
    And looked a little more into understanding GOP structures and it seems that ProRes will help in terms of editing.
    The white paper seems to suggest that converting to ProRes, because it uses I frame–only encoding "Ensures consistent quality in every frame and no artifacts from complex motion. "
    We'll try some tests but, does anyone know if this is true?
    But it also seems that deinterlacing may solve some of the horrendous vertical edge rippling we're getting on the HDV footage when outputting to SD DVD - although if I'm honest I'm not sure how we achive that with our current setting.

  • HT1386 I am unable to synch photo albums from ipad 3 to itunes on my windows pc. In addition to camera roll and ipod cache albums, i have 6 other albums made from pix derived from the camera roll. I have trawled the net for the last 8 hrs in vain!

    Dear Community members,
    I am unable to synch photo albums from iPad 3 to iTunes on my Windows 7 pc.
    In addition to Camera roll and iPod cache default albums, I have 6 other albums made from pix derived from the camera roll. Eg -  Family pix in a folder, Office pix in another, Plant pixs in another, House architecture pix in another.......all also exist in the camera roll.
    I have trawled the net for the last 8 hrs in vain!
    I have ios5 on Ipad 3 and the latest Itunes on Windows PC.
    As a precaution, I have used the windows "add pictures from...." to keep a copy in a separate folder in the windows desktop, but again it has all the pics mixed up together and not sorted as per the various albums in the ipad!
    How to replicate the albums in the windows PC???
    Regards
    Sohal NS

    Sync the photos back to the iPad using iTunes. You have to place the photos into a folder from which you sync photos. All photos that you want to sync to the device must be included in the main photos folder and selected to sync each time that you sync.
    Connect the iPad to the PC and launch iTunes.
    Click on the iPad name on the left side under devices.
    Click on the Photos Tab on the right.
    Click on the Sync Photos From heading in order to select it.
    Select the photos folder that you want to sync from.
    Select all of the albums or photos within the folder that you want to sync.
    Click on Apply in the lower right corner of iTunes
    You can read more here.
    http://support.apple.com/kb/HT4236

  • I upgraded to IOS8 and my camera roll and photo stream are gone

    I upgraded to IOS8 and my camera roll and photo stream disappeared. I have 7500 pictures in my camera roll... I see some of them sorted into "collections"... this is not how I would ever sort or collect my photos.. work documents, mixed with family photos, mixed with selfies my son took with the dog? please please please tell me there is a way to get my old camera roll back. This update is a disaster for iPhone photo users... Is photo stream gone as well?

    This has been asked and answered DOZENS of times on here since last week.  Please search the forum and you will definitely find your answer.

  • Possible to turn OFF "Rolling Shutter Ripple" correction in CS5.5 Warp Stabilizer?

    Is Rolling Shutter Ripple redcution on by default in CS5.5 Warp Stabilizer?  Can I turn it off?
    I am having some strange results trying to stabilize some night-time astro timelapse sequences I shot from a moving car.  There seems to be some warping and "zooming" of parts of my frame, regardless of which stabilization options I choose -- motion, no motion, scale-crop-rotate, subspace, etc.  I've tried every combination possible, including the various border options.  The only thing I can think of, at this point, is that the Rolling Shutter correction function might be struggling to deal with frames shot from a moving car at 4/10ths of a second at night.  Is there any way to turn off the rolling shutter compensation?
    Thanks!

    Thanks Jim.
    The source stitched 176 frames for my test are about 1gb. So trying to get to the bottom of it without someone having to dl them (and it will take a while to put them up). The 8 frame version shows the same effect happening, just exaggerated. But its a fair call to assume maybe it would not happen with enough information to work with.
    The original http://dl.dropbox.com/u/7070604/full_ae_1080.mov I had tried at the time using detailed analysis as well to see if it fixed the issue, and the results were very similar.
    I'd also found that using subspace warp instead of PSR (position, scale rotation), or even just P (position) seemed to generate some additional warping there in the output, and certainly for my footage did not result in making it better.
    However, I have re-run the full footage starting from frames not a movie using detail analysis and subspace warp since you running that over the originally processed 1080 footage seemed to do a pretty good job.
    The results are here : http://dl.dropbox.com/u/7070604/full_ae_1080_warp.mov?dl=1
    You can see the warp is really messing it up, and the zooming is not fixed. Left hand side easiest place to see it.
    Note I've found putting ?dl=1 on any of the links actually downloads them for anyone having issues with it simply playing in their browser. The way I am visiually checking any of these for issues (as many are at 1fps) is to load them into quicktime, change it to View, loop. Then In quicktime 7 holding FFWD. In quicktime 10 hitting forward until it runs at 8x. Looping at 8x is where you can really see the issue.
    The files I had not broken out seperately that are in the source files upload were the results in after effects just using the 8 frames. Here they are seperately.
    http://dl.dropbox.com/u/7070604/1080_rez_p.mov?dl=1
    Position only.
    http://dl.dropbox.com/u/7070604/1080_rez_psr.mov?dl=1
    Position scale rotate.
    http://dl.dropbox.com/u/7070604/1080_rez.mov?dl=1
    Unstablized.
    I presume even with subspace warp you get the same results or worse using these 8 frame files.
    If you ignore the extra warping/twisting in the new file, you have the same results as the original http://dl.dropbox.com/u/7070604/full_ae_1080.mov?dl=1
    played at 8x. The easiest place to see it is the mid left side where you can see it zooming in and out. The fact that it really only starts happening a 3rd the way through makes me think its simply not dealing with the changes in zoom, or the later pan changes in the source file. It wierd the photoshop processed version comes out fine though.
    I was really hoping it was a case of, "ah, I see why it can't deal with those 8 frames, it really needs a manual tracker/stablizer doing x,y,z" But of course I'd be even happier with a tweak to the automated warp stabilizer.
    If I do a 2nd run on the sample file http://dl.dropbox.com/u/7070604/full_ae_1080.mov I notice selecting P, or PSR does not fix it. Selecting Perspective or Subspace (which probably includes perspective) seems to go a long way and have a similar result.
    Leads me back to thinking selecting subspace on the original footage just warps it, selecting P or PSR fixes all but the zooming thing, and then reprocessing with perspective is tackling the persective in isolation which it could not effectively do before. I don't know if that is because you cannot select P&R without S scale. Or because AE's perspective adjustment cannot work effectively with images that have scale variences in them or ?
    I've now run the ouput from a frames start via P and PSR. Brought them back in and prosessed with subspace and P and PSR. Results seems to be no better. There is some special sauce here somewhere with the reprocessing. Maybe its the codec I am going out to in the middle, maybe its the aspect ratio, maybe its ???
    Might be time to u/l the full source files I guess.
    Thanks for sticking with me.

  • Mixing progressive and interlaced in timeline.

    I am video recording a pageant this weekend. I was planning on shooting my Panasonic Ag-HMC150 at 1080i60. My b-roll cam is a Canon Vixia HG21 which only shoots at 1080i60, so I figured I'd just go interlaced on Panasonic as well. I don't need a film look or anything, so the video look for this live pageant is fine for me. However, now I have a friend who will be shooting with me as well. He will be roaming on stage getting shots of the girls exiting/entering etc.. He is shooting on a 7D, which to my knowledge only shoots 1080p24/30. I do not want to go the 720 route with the Panasonic or 7D. I guess what I am asking is it ok to mix progressive and interlaced video in FCP? My sequence shooting my two cams interlaced will be Pro Res 422, upper field first, 1920x1080. I guess I am curious if anyone has mixed the two types of video together before. Maybe I should go 1080p30 on Panasonic to match the 7D and just worry about deinterlacing the video from the HG21, even though deinterlacing still won't make it progressive. Another thing I considered was I will be doing a lot of quick panning and zooming, so to me it made more sense to go 60i verses 30p, for smoother motion and reducing any chance of strobing at the lower frame rate.
    Thanks for the help.

    If I had the ability to test them before the event, I would, hence the question. I will not see him until Saturday when he shows up with his 7d, and my HMC150 is out being used for another project right now.
    I guess what I need to know is this. I am going to have 2 extremely long interlaced files, and 1 extremely long progressive file. After I convert the interlaced stuff to Pro Res in FCP (log and transfer) and convert the progressive h.264 mov files to Pro Res from 7d in Toast 10, I will start my edit in FCP. Because I need to turn this around into a DVD quickly, I am wondering if field dominance should be set to none, or upperfield first? Like I said, this is all going to DVD anyways so I am practically throwing away half of the resolution anyways.

  • Dynamic trimming function doesn't work?

    I'm currently editing a 3D movie using Apple ProRes 422 (SQ) QT video files. I'm syncing and linking them to separate audio wave files on the time line and then creating new video and audio clips in the browser.
    When I go into dynamic trimming with these master clips in the time line to match action I can't seem to see in the viewer or the canvas what I'm matching to. Also, when I set a new edit point the playhead jumps to the another point in the canvas.
    Does FCP 6 have a bug using this work flow to trim with?

    i'm editing a movie using ProRes 422 (SQ) QT files that have been synced with audio, and when I go to use the trim tool, lately I've been having what sounds like the same problem.
    I go into dynamic trimming, but when I add frames to one side, often the edit point skips to an entirely different place in the timeline. It seems to be happening more and more and has basically rendered the trim tool useless.

  • How to know the dynamic values for this :AND category_id_query IN (1, :3, )

    Hi Team,
    R12 Instance :
    Oracle Installed Base Agent User Responsibility --> Item Instances -->
    Item Instance: Item Instances > View : Item Instance : xxxxx> Contracts : Item Instance : xxxxx> Service Contract: xxxxx>
    In the above page there are two table regions.
    Notes.
    -------------------------------------Table Region---------------------------
    Attachments
    -------------------------------------Table Region---------------------------
    --the attachments are shown using the query from the fnd_lobs and fnd_docs etc...
    I want to know what are the document types are displayed in this page ?
    --We developed a custom program to attach the attachments to the  services contracts and the above seeded OAF page displays those ..as needed.
    But after recent changes..the Attachments--> table region is not showing the attachments.
    I have verified the query..and could not find any clue in that..
    but i need some help if you guys can provide..
    SELECT *
    FROM
    *(SELECT d.DOCUMENT_ID,*
    d.DATATYPE_ID,
    d.DATATYPE_NAME,
    d.DESCRIPTION,
    DECODE(d.FILE_NAME, NULL,
    *(SELECT message_text*
    FROM fnd_new_messages
    WHERE message_name = 'FND_UNDEFINED'
    AND application_id = 0
    AND language_code  = userenv('LANG')
    *), d.FILE_NAME)FileName,*
    d.MEDIA_ID,
    d.CATEGORY_ID,
    d.DM_NODE,
    d.DM_FOLDER_PATH,
    d.DM_TYPE,
    d.DM_DOCUMENT_ID,
    d.DM_VERSION_NUMBER,
    ad.ATTACHED_DOCUMENT_ID,
    ad.ENTITY_NAME,
    ad.PK1_VALUE,
    ad.PK2_VALUE,
    ad.PK3_VALUE,
    ad.PK4_VALUE,
    ad.PK5_VALUE,
    d.usage_type,
    d.security_type,
    d.security_id,
    ad.category_id attachment_catgeory_id,
    ad.status,
    d.storage_type,
    d.image_type,
    d.START_DATE_ACTIVE,
    d.END_DATE_ACTIVE,
    d.REQUEST_ID,
    d.PROGRAM_APPLICATION_ID,
    d.PROGRAM_ID,
    d.category_description,
    d.publish_flag,
    DECODE(ad.category_id, NULL, d.category_id, ad.category_id) category_id_query,
    d.URL,
    d.TITLE
    FROM FND_DOCUMENTS_VL d,
    FND_ATTACHED_DOCUMENTS ad
    WHERE d.DOCUMENT_ID = ad.DOCUMENT_ID
    *) QRSLT*
    WHERE ((entity_name    ='OKC_K_HEADERS_V'-- :1
    AND pk1_value          IN ( 600144,599046) --:2
    AND category_id_query IN (1, :3, :4, :5, :6, :7) )
    AND datatype_id       IN (6,2,1,5)
    AND (SECURITY_TYPE     =4
    OR PUBLISH_FLAG        ='Y')))
    --='000180931' -- 'ADP118'
    The above seeded query is the one which is used for table region to retrieve the data..
    how to know the dynamic values for this : AND category_id_query IN (1, :3, :4, :5, :6, :7) )
    --Sridhar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Patricia,
    is it working for restricted key figure and calculated key figure ??
    Note Number Fisc Period Opening Days
    1 1 2
    2 1 3
    3 1 0
    because I have other restriction, so I create two restricted key figure..
    RK1  with restriction :  Total Number of Note,
    RK2  with restriction :  Total Opening Days ,
    then I Created a calculated key figure, average opening days in a period
    CK1 = RK2 / RK1..
    in this case, I am not sure if it will work or not..
    for example, during RK2 calclation, it might be this   2+3 = 5, the line with 0 will be ignored..
    during RK1 calcualtion, it might be 1 + 1 + 1 = 3. ---> Not sure in this case, the line with opening days 0 will be calculated or not..
    could you please confirm..

  • Mixing ECC and NECC (Non-ECC) RAM Modules

    Hi,
    I have a G5 Dual Core 2.0 with a pair of 512Mb Non-ECC (NECC) RAM installed and I want to upgrade to 3Gb. I'm thinking of getting 2Gb ECC modules and discarding the 1Mb NECC installed. But I came across a phrase in the Apple Manual of my G5 that states "DO NOT MIX ECC and NON-ECC Memory Modules WITHIN A PAIR." Does that mean I can mix ECC and NECC within Memory Banks and NOT within a PAIR? Because in that case I won't have to discard my NECC 1Gb and have a mixed 3Gb Memory!? I'm afraid to actually try it so I would appreciate your insights. Thanks much.
    G5 Dual Core 2.0   Mac OS X (10.4.7)  

    Yes. You can mix ECC and nonECC as long as you don't pair the ECC with the nonECC. The computer will just treat all RAM as nonECC.
    You can keep the original memory as long as the two 512MB DIMMs are always paired with each other.

  • Is there any way I can recover deleted pictures from Camera Roll and iCloud? Please please help me. All of my precious pictures are gone that I can never EVER get back. I dont have any iCloud or Camera Roll backup; and my PC can't download more software.

    Hi everyone! I'm in need of extreme help. You see, today, two months ago I went out of the country from the United States of America. I took about 1500 pictures ONLY on my iPod touch. When I returned to the United States to my home, I accidentally deleted a little more than 100 pictures. Then, thinking I could get ALL of the pictures back at once, I restored my iPod touch from an iCloud backup I had a couple of days before. Instead of getting all of my pics back, they all got erased. The pictures that I did delete were deleted from Camera Roll AND Photo Stream (iCloud). Then, I was only able to get about 500 pictures back from iCloud. So about 1000 are still gone. When i did the restore, I thought all my pictures would be there, but they weren't and I couldn't possibly figure out why; because a restore from iTunes or iCloud is supposed to restore your device to the settings of the time you backed up your device. All of my other settings were just the way they were supposed tone for the time being, all except my pictures, which contained not one picture in any folder. So EVERYTHING from Cameta Roll was gone, and only about 500 pictures survived. I kept retoring and restoring, hoping they would come back but unfortunately they didn't. Then one time a restored again, I saw all of them back!! But then, within a blink of an eye, they disappeared as soon as I tapped on one picture. Then, I knew they were still in reach, but I just had to find them. Where could those 1000 pictures go? I looked up how to recover deleted photos, but I have to install a software. My computer CANNOT possibly take anymore software on it, my PC is very sensitive and I cannot delete anything off of it. Please please help me. What can I do to get my pictures back? They are memories that I can never EVER EVER get back. Thank you so much.

    Please please help me, if you know how.

  • My iPhone 4 refuses to save pictures and at some instances, delete my existing pictures. I take a picture, and then go to camera roll and look, but it doesn't show up. The same thing happens when I try to screenshot things; it won't save.

    My iPhone 4 is severely making me mad. It won't save any pictures I take. I will take the picture, then go to view it in the Camera Roll, and it just won't be there. The same thing occurs when screen shotting things on my iPhone. Some times it won't even let me delete the existing pictures I had on my phone before this all happened. I will click delelte, then it will pause, and eventually close me out of the photos app. However, when I go to settings, it says I have 440MB of pictures on here somewhere. But I can oly see 3 pictures in the camera roll. Also, it says in the camera roll app that it is 'Restoring...' then just sits and loads and won't restore anything at all. HELP ME PLEASE. I have iOS 7.1 currently installed.

    Have you Tried Clearing the The Cache in the Camera or Gallery in your Applications Area.. Go to Settings--> Applications--> Manage Applications--> Select All--> Clear the Cache in Both the Camera & Gallery Clearing the Data however might Clear you Pictures in your Gallery but if your Ok with it Give it a Shot,

Maybe you are looking for

  • Transaction type 100 not posible (posting to affiliated company)

    Hil While asset acquistion posting in f-90 ia geting error message "Transaction type 100 not posible (posting to affiliated company)" can you please give solution for this one

  • Where are my pictures in Photo Stream?

    My Photo Stream that's been pretty reliable until I got a new pc just decided to lose all of my pictures from over the years. New pictures still go there and I can see those, but all my old ones are gone now, why?Where did they go and can I get them

  • Problem in servlet

    Hi, I m new to j2ee Plz help me Whenever i run the servlet on eclipse it shows the error on the class name, The error is below The serializable class LoginForm does not declare a static final serialVersionUID field of type long Some people said that

  • XI-Features

    Hello! Can someone help me by answering the following questions regarding the feature of XI. a) Orchestration Layer (for controlling the system-wide service invokes, etc…) (Yes/No) My Answer is: not really, partly in WebAS? Is that right? b) Ability

  • Automatic Packing Via IDOC

    Hi, As we are creating an Inbound delivery via IDOC, is there any settings to be provided in DELVRY05 idoc to let SAP know that it needs to do automatic packing. The issue here is when we create Inbound delivery manually, the packaging is done at dif