And yet another reverse telecine question. =)

Okay so I shot the footage in 24p advanced on a dvx100b. I batch reverse telecined in cinema tools. It worked fine except for the first frame of some of the final reverse telecined files. Only on some of the files (randomly) the first frame is interlaced. This only happened to some of the files and it is not really a big deal because there is nothing important usually in the first frame but it is a little worrying. Could it be because I didnt really pay attention to which of the 5 frame set (0-5/A-D frames where frame 3/C is the interlaced frame in 24p advanced) was captured as the first frame during capturing? I have heard that you must capture the 0/A frame as the first frame for reverse telecining/advanced pulldown removal to work. Is this true. Even if so, the whole clip other than the first frame is still fine so, any ideas?

Ive received an answer to this in another forum. It is due to the fact that cinema tools has no other field to combine with for the first frame depending on which of the 5 field sequence it started recording in. It is really no problem because it is only the very first frame that is affected.

Similar Messages

  • Reverse Telecine Question (Cinema Tools)

    Dear board members,
    I have footage that was shot with Panasonic AG-HVX200 in 1080i60 (29.97fps), but with 24p function with a 2:3 pulldown. When I ingest it in FCP through Log and Transfer this footage (for some peculiar reason) shows up as 1080p30. I also need to remove pulldown to make it 24 (23,98) FPS.
    My workaround is as follows:
    1) I export these files from FCP as DVCPRO HD 1080i60 QT files.
    2) then I send these new "masters" to Cinema Tools, where I do Reverse Telecine process.
    The results looks fine, but I just want to double-check my settings in Cinema Tools, because the batch for this job contains thousands of clips and there is no room for mistake.
    Reverse Telecine in Cinema Tools settings:
    Capture Mode:
    Field 1 - Field 2
    Fields:
    AA
    File:
    New (smaller)
    Frames:
    Conform to: 23.98 FPS
    Standard Upper/Lower: Checked
    Thank you very much for your time and (hopefully) helpful comments.
    Regards,
    Tim

    I just did a test yesterday with MXFX software and there is a visible recompression in the resulting file. I compared the same frame (from different clips) processed through Cinema Tools and MXFX and also compared it to the original frame and MXFX clearly does something to the image (recompression or noise reduction, whatever you want to call it). Contacted them about it, they said they will look at it. Anyhow, the result is pretty visible at 200% zoom. Anyhow, that made me decide against MXFX.
    Thanks for a suggestion though.

  • Reverse Telecine Question

    I'm testing "Cinema Tools Reverse Telecine" from the FCP Tools menu with NTSC DV media and related 35mm Telecine Logs (flxs). The resulting 24fps QTs show proper KeyCode info in overlays and original lab burn-ins but Video TC looses sync between overlays and burn-ins and only catch up at frame 00 of each second. I couldn't find any info about this in FCP's or Cinema Tools help files. Somehow it feels like I'm doing something wrong.
    Video TC looses sync after reverse telecine while Keycode remains consistent? Any pointers are appreciated. Thanks a lot!

    The video TC burn-in is 30 fps, since there was no 24-frame video to reference during telecine. The keycode is, of course, 24 fps. You now only have 24 frames of video, so the keycode is going to work right, but the video timecode rate has been converted to 24fps. You have two options. You can just ignore the difference in the frame counts (since it matches up on the 00 then you know you're fine) or you can work with a 30 fps timecode rate. Even though there are only 24 frames of video per second, the count will go up to 29. It will just skip numbers along the way in order to get there. That way it should match up with your burned-in timecode, and the actual timecode on the tapes. I think the best way to do that is to start by creating a Cinema Tools database that has the default video TC rate set to 30 NDF. Then do a batch reverse telecine on your clips from within the Cinema Tools application. I think that will create video clips with a 30 fps TC rate.

  • Yet another Try Catch question. Iterating through a ForEach loop

    Confused on error handling in a Powershell ForEach loop. I’m looping through a list of registry keys, attempting
     to open each one. If it succeeds, I do a bunch of stuff. If it fails, I want to skip to the next iteration.
    If I was doing It in VBScript I’d do this:
    For Each Thing In colThings
    Open Thing
    If Err.Number <> 0 Then
    “oops”
    Else
    Do stuff
    Do stuff
    Do stuff
    End If
    Next
    This is what I came up with in PowerShell. It seems to work, but just doesn’t seem powershell-ish. There must be a better way to use the catch output than just creating a $return variable and assigning it success or fail?
    ForEach ($subKeyName in $subKeyNames)
    try{$subKey = $baseKey.OpenSubKey("$subKeyName")}
    catch{$return = "error" }
    If($return -eq "error" )
    “Oops”
    Else
    Do stuff
    Do stuff
    Do Stuff

     
    I totally get what you're saying about formatting. I don't' have any habits yet, since I've only been working in Powershell since... well, what time is it now?
    Unfortunately, It Has Been Decreed that we are no longer to use VBScript for any engineering solutions at work, so my 15 years experience in it now needs to be transitioned over asap. I don't have the luxury of crawling before I run. I'm trying not to be
    frustrated, but it's like an English major waking up one day and being told "You must now speak French exclusively. Here's a book."
    The Do Stuff example of my ForEach loop is about 50 lines of code involving matching values in subkeys of this registry key with another and collecting output. I tried wrapping the whole thing in a try section based on some examples, but it seemed odd, that's
    why I'm asking. I'm used to tightly focused error handling at the point where an error may occur.
    In this example I'm only interested in whether or not I can open the subkey (it exists, but I may not have permission). If I can't, there's no point in continuing with this iteration of the loop, I want to skip to the next one. So why include all the "Do
    Stuff" in the the try section? From a readability viewpoint, it doesn't seem helpful.
    Also, there may be more error handling deeper in the code. If I then put that in a try/catch, and then something else inside that, now I have nested try/catches mixed in with nested if/elses, all wrapped in a For loop.
    Again, I can see how it works logically, but for readability not so much, and having all these braces 50 lines apart to match up is giving me eye strain :).
    It sounds like David is agreeing with jrv, that putting the entire ForEach loop code into a try/catch is the conventional way to do it. I guess it makes as much sense as putting it all in an If-else-Endif, and I just need to adjust my paradigm.
    But if not, my specific question was more along the lines of, is there a built in way to tell that the catch section has been executed, rather than me using it to populate an arbitrary variable and then read it? In VBScript, you execute something, and the
    next line, you check the Err.number. I wasn't sure if you could do that with a try/catch.

  • Yet another MBA connection question

    I just purchased my MBA in July and it started off working beautifully. Just in the past month or so my internet connection has gotten a bit lousy. My Airport says I have a full connection to the internet yet pages either never load and sit in internet limbo forever or i get a "safari can't open the page - operation could not be completed' message pop up. I bought this computer for it's portability, but no matter how light and thin a computer is made, when it has no internet it is a useless brick. Is there anything i can do to fix this? I am a new mac user so if you can put it in english that would be great, most of this mac-ese is still a bit greek to me!

    Do you have any other computers on your wireless network? Are they running ok? Do any of them run Torrent software? Or on your MBA?
    Have you taken your MBA to another location with a different wireless router and tried it? was the connection ok from there?
    I would try it from another location first - that will narrow down the issue instantly to either your MBA - or something with your home network.

  • Yet Another Hard Drive Question from a Mac Newbie

    I apologize in advance for the length of this post -- as I state in the subject line, I am a complete Mac newbie.
    I just took delivery yesterday on a new (early 2008) Mac Pro. I purchased and installed an additional 8GB RAM, and ordered it with a 500GB HD (Seagate, it looks like) and purchased two 750GB Hitachi HDs for bays 2 and 3. I will be doing a fair amount of photo editing, and also plan to partition the OS drive to run XP using bootcamp, but also plan to use VM Fusion.
    I am thinking of partitioning the boot drive with 250GB for OS X and apps, 150 GB for XP and apps, and ~66 remaining possibly to be used as scratch memory for CS3, though it sounds like this may not be enough. The bay 2 Hitachi would be used for all my user data (photos, music, docs, etc.) bay 3 would be for backup initially, possibly using Time Machine? (other recommendations welcomed). As space becomes an issue in the future, I will invest in a fourth internal HD, and at least 2TB external HDs for backup.
    Does this seem like a reasonable plan? If so, how do I go about formatting the drives and installing boot camp, Fusion, etc., and in what order? Also, how best do I organize my existing files from my current Windows machine as I copy them to the new user data HD, so they can be accessed as needed by both OS X and XP?
    Thanks for your help.

    I like the boot volume to never get beyond 50% used. Enough room for burning dual-layer DVDs can be 50GB for best results. And to force the system to use the first outer tracks.
    I hope you are concurrently zeroing both drives. SoftRAID is my choice for driver for RAIDs and you can cancel safely at any time. There are also excellent tools for checking sectors and mapping out bad blocks.
    I put Vista on its own 10K Raptor. I had it on the boot drive but I am always changing my mind, my drives and setup. Vista needs at least 40GB and that is with all my major documents and files on another drive which holds 150GB out of 450GB.
    You set the preference for what drive to use as scratch in CS3 or other programs. And you want to disable Spotlight indexing on any scratch or editing partition. Scratch can be a drive, a volume, a stripped array. Any 'normal' partition though don't use the default (journaling) feature is all.
    How large? I'd have to see and know how large files, work flow, and how long you work between projects. The nice thing, erase the scratch volume between projects but it is possible to use 300GB when you work on 1.5GB files and above.
    One early Mac Pro owner wasn't able to work as they wanted until they had 10-12GB RAM, boot RAID0, and RAIDs for scratch and data (saving 2GB files and not having to wait forever, which even a minute can feel like forever).
    Disk Utility: Partition. You can even partition 2+ drives, just make them the same, and first create 2 partitions (100GB on each?) and then stripe the first "Untitled 1" of each into 100GB x n array. Stripe or mirror the "Untitled 2" or leave those are two unique non-RAID volumes. Sounds harder than it is.
    Scratch = temp space and designed to not be saved, to be erased as needed.
    SoftRAID.com 3.6.6 makes it easy to create, delete, erase volumes and arrays as needed. Leopard has improved on non-RAID but not with RAIDs (for those that change their minds).

  • Yet Another Time Sheet Question

    Hello, Everyone:
    I know there have been other posts on this subject, but none of them have met my needs. I recently began my freelance design career and would like to keep track of my hours in spreadsheet form. I know nothing of spreadsheet applications whether it be Excel or Numbers. I need a basic rundown of how to make my spreadsheet do what I want.
    I'd like my sheet to have the following columns:
    *Date | Start Time | End Time | Total Time*
    Now, I have seen where the application renders the time in decimal form, which is fine, but would it be possible to show the time in hours and minutes, like 1 hr 43 mins? I would like to know how to get both sorts of results, if possible. If not, I'll settle for decimals.
    In any case, if someone could show me step-by-step how to meet this task, I would really, really appreciate it.
    Thanks in advance!
    Message was edited by: Ancient Console
    Message was edited by: Ancient Console

    AC,
    Your use of the time calculations is a simple as can be.
    Select column A and format it as Date&Time, and set Time format to None
    Select columns B and C and format as Date&Time, and set Date format to None
    Select column D and format as Duration, adjust the slider to cover only hours and minutes, set the format as you wish, H:MM would work.
    In the first data row of column D, enter the equation: =C-B
    With the first equation in D selected, select the rest of the cells to the bottom and Insert > Fill > Fill Down.
    Enter some data. The result should appear in column D. Now you may not like looking at zeros in the rows where you haven't yet entered times. So, select column D and in the Cells Inspector click the Conditional Format Show Rules button. Choose the rule: Equal To and type a zero into the field on the right. Then click Edit, followed by a click on the rectangle to the right of the word Text. In the colors panel that pops up, cllick the plain white square next to the upper left corner. Now click Done.
    That's all there is to it.
    Jerry

  • Yet another colour management question

    Hi folks,
    I've read several of the very detailed colour management posts/threads here already but haven't found the answer(s) I'm looking for. So I'm hoping that some of the experts might be able to spare me some time and input...
    I am running a Windows 7 (32bit) environment with a Dell u2711 Ultrasharp display attached. I let the monitor warm up for close on 30 minutes and ran an 'Easy' calibration with a Lacie eye-one device using the Gretag Macbeth 3.6 software. (I guess I could have used the 'Advanced' calibration option but thought I'd save myself some time and was always pleased with the results on my older Sony CRTs.)
    I'm running LR3.2 and CS4. Viewing RAW images in LR the skin tones are way too saturated, but when I export the images as sRGB JPEGs the results look very pleasing when viewed in Windows Photo Viewer (far less saturated). If I open the same image in IE, it looks identical to the way it looks in LR. (I don't have Firefox installed so haven't compared that). If I open the image in CS4 by default it looks the same as it does in Windows, but if I change the Proof Setup to Monitor RGB it matches what I am seeing in LR and IE.
    I'm guessing this is somehow related to the new wider gamut range that this monitor can display (compare to my previous CRTs). I read in one of Jao's posts that LR is always right and other non-managed apps will do weird things on high-end displays. IE is not colour managed so why would it display colours very similar to what I'm seeing in LR, when the standard Windows image viewer is displaying colour far less saturated (which seems to be the opposite to what others are experiencing)?
    I generally always export as sRBG jpeg as the images usually go online, but this set is going to a client who will most likely be taking them for printing as well as viewing on a PC.
    Looking forward to your input on this.
    Kind regards,
    Chris

    Hi again all,
    I've finally found some time yesterday to investigate this further and re-calibrate my monitor.
    I nuked the previously created ICC monitor profile (so that there was none applied) and set to work with my Lacie Blue Eye device and the Lacie Blue Eye Pro software package. I set my preferred settings to 6500K, Gamma 2.2, 120cd/m2 and put the monitor into 'Standard' colour preset. I ran a test on those settings and while the colour and gamma levels were close-ish, the Lum was in the mid-high 200s...way too bright. (No wonder I felt like I was getting a tan sitting in front of the monitor. LOL!) DeltaE scores were okay but not great... Time for the manual calibration.
    Set the monitor into 'Custom' colour preset and fired up the Lacie calibration software for the full calibration. Can't remember exactly how far the brightness and contrast controls had to come down, but from memory it was about 30 and 50 respectively. The RGB levels ended up in the high 80s each from memory. Ran the calibration, applied the newly created profile (double checked it was applied in Control Panel | Colour Management). Ran another test report with the Lacie software and got colour, gamma and lum results 0-1% from target, and average dE scores of 0.4, max dE of 0.7.
    RAW files in LR and PS CS4 appear the same, sRGB jpeg exports viewed in Windows Photo Viewer and Firefox appear the same, IE is still a bit out, but that's expected/known.
    I took the (exported jpeg) images to another computer with a cheapy (uncalibrated) LCD monitor and the results were perfectly fine when viewed in Windows Photo Viewer.
    Having greatly reduced the brightness of my monitor I should hopefully reduce the likelihood of having issues with prints coming back too dark. Of course I know I can get hold of the printer profiles from my lab and softproof the images in CS4 when it comes to that anyway.
    Thank you all for your input and feedback on this matter. Everything seems to be resolved now.
    Chris

  • Wine and yet another font problem

    So I upgraded my system (had to load lots of stuff, Xorg, Wine, the kernel..) and now my Wine fonts look like this:
    http://koti.kapsi.fi/anpurola/winecfg.png
    Some fonts are ok, but most of them are unreadable. I mostly run poker clients. I tried to delete my .wine directory, and install fonts again with winetricks, didn't help.
    Does this have something to do with the new Xorg? I had to remove RgbPath and AutoAddDevices from xorg.conf BTW, to get it work.
    Last edited by strummer (2008-12-08 12:12:31)

    LTSmash wrote:
    strummer wrote:
    sunday wrote:
    I've found this help:
    Using wine over remote X11 sessions and No text or damaged text displayed
    Please make sure not have added any fonts to wine. Font conflicts can sometimes cause a similar issue. If a fresh wine prefix.(A copy of wine that nothing has been done to yet) Is having this problem. Try setting following in registry
    [HKEY_CURRENT_USER\Software\Wine\X11 Driver]
    "ClientSideWithRender"="N"
    Place above in text file and it can be inserted into registry by "regedit settings.txt".
    This was report as been required of OS X on the 1 Dec 2007. This may change. Please apply only as required.
    but it doesn't work for me. Anybody has an idea how to do it?
    Wow it works! Thank you! Too bad if some of you still have problems.. BTW I'm using nvidia-96xx driver.
    edit: Now that I tried different programs, I noticed some of the graphics won't work For example, I don't see any buttons in programs such as Spotify or Full Tilt Poker client..
    Whoa thanks. It worked for me too.
    how you ran regedit?
    Last edited by na12 (2008-12-31 10:46:54)

  • Yet another how to * question

    Hi guys,
    Fall semester is ending next week, and I want to find a job by December. Any idea on how to work it out in this shrinking job market?
    Do you think Sun certified java developer certification might be something good to have under the belt? I remember the programmer cert helped me quite a bit in having the last job.
    A little info on me:
    location: Los Angeles
    education: sophomore college student
    java work experience: 1.5 years
    certificaitons:
    Sun certified java programmer
    IBM certified solution developer(Jcertify level II) on WebSphere 3.5
    I really appreciate your spending time on this offtopic post.
    Thanks.

    If you could only choose one, which would be better,
    experience or certification?That's a very difficult question. I think that experience vs. certification is like asking whether apples are better than organges; they're simply different, but typically compliment each other very well.
    While experience demonstrates nothing but the fact that you've been doing something for a long time, most people choose to take advantage of their long stint in the field to refine their skills and become more knowledgeable about it over time. Presumably, if you've kept jobs for long enough, you are able to write a program; hopefully, a half-decent one.
    Certification, on the other hand, displays that you have learned the syntax of a language, the API of a technology, the intended uses, etc., but not that you can actually use it to its full potential. Using a technology is as much about knowing what not to do as it is knowing what to do; experience helps with the former. Certification may be considered sufficient for junior software developers, rather than engineers, who do not necessarily take part in the design of the system that they are developing for, but is simply not enough in most cases.
    As long as one is not stuck in the past and welcomes change, my conclusion would be that one's experience weighs more heavily than holding a certificate. Having said that, if you lack experience, I think that the studying and work required to get a certificate can do nothing but help you out. Again, neither is enough to judge somebody's skills except for at a birds-eye level.
    In response to the original poster, I think that having a genuine passion for programming is one of the greatest job-landing tools you can ever have. Learn as much as you can, utilize your knowledge, love it, and display your skills to your would-be employers; you'll win out in the end.

  • And yet another black screen issue

    As many others in this forum I suffer from the black screen problem when installing Windows 7 32 bit on my newly bought iMac OS 10.6.4. Will Apple please take care of this problem!

    Apple has, in their tech notes, which can usually be found from Boot Camp Support page. I guess Boot Camp Assistant Help menu too.
    *iMac displays a black screen during installation of Windows 7*http://support.apple.com/kb/TS3173
    First item under "Troubleshooting"
    http://www.apple.com/support/bootcamp
    iMac and Windows 7 = BSOD
    http://geekswithblogs.net/ajames/archive/2009/08/12/take-an-imac-and-windows-7-r tm-ndash-and-have.aspx
    BC 3.0 FAQ, What's New
    http://support.apple.com/kb/HT3777
    Boot Camp: Windows 7 installation frequently asked questions
    http://support.apple.com/kb/HT3986
    Boot Camp Software Update 3.1 for 64-bit requires 3.0
    http://support.apple.com/kb/DL979
    http://www.macintouch.com/readerreports/bootcamp/index.html

  • And yet another publishing error

    I'm trying to publish my sites to a folder so I can upload them to my domain server. iWeb is not able to publish to the local folder on my desktop without getting a publishing error. I'm seeing other issues similar to mine on the forums. Wondering if anyone has pinpointed the problem and if there's some way to get around it while we wait for things to get fixed in Mobile Me Land.

    KimberleeJo wrote:
    ...getting a publishing error. I'm seeing other issues similar to mine on the forums. Wondering if anyone has pinpointed the problem...
    KimberleeJo ~ State the exact error you're getting and paste the URLs of the relevant forum threads here. Meanwhile, +"A lot of problems can be solved simply by..."+ Read more in the "Fix iWeb" section here:
    http://www.iwebformusicians.com/WebMusic/iWebTips.html
    But before trying such suggestions, read this:
    _iWeb ’08: Backing up your Domain file_

  • Yet another file sharing question...

    So I've read the posts and several articles and I still can't get this thing to work.
    System setup:
    1) MacLion as the main source with users 'administrator' and 'developer' both admin accounts.
    2) MacLeopard as the client with user 'administrator' an admin account.
    Folder setup on Lion (Get Info):
    1) SharedAdmin > owner admin, group groupAdmin, mode 0755
    2) SharedDevel > owner devel, group groupDevel, mode 0755
    Accounts on Leopard:
    1) Administrator/groupAdmin (same as Lion,
    Objective:
    I'm trying to mount both shared folders on Leopard
    can I use two different login from Leopard
    do permissions effect file sharing

    Right, I think I've got it...
    I'm trying to logon from a Leopard machine to a Lion machine that has got two shared folders created on it using different accounts.
    I can logon to one shared folder with the appropriate account, that preserves the users and permissions, but when I try to logon to the other shared folder Leopard does not present the logon window and used the previous logon details that messes up the users and permissions.
    Am I going about this the right way? And if so wht can't I use two different logon details for the respective accounts?

  • (Yet another) Modal Dialog question...

    I'd like to have a modal dialog that has a short message and 8 buttons. A UIAlertView works fine here except the buttons are huge and look bad.
    The buttons are labeled 1-7 and cancel so I'd like them laid out as follows:
    1 2 3
    4 5 6
    7 Cancel
    I've tried presentModalViewController but that doesn't look as nice as UIAlertView. I looked into extending UIAlertView but couldn't figure out how to change the layout of the buttons.
    Can some one point me in the right direction on how to go about this?
    Thanks

    If your dialog needs 7 buttons then it probably shouldn't be a dialog.

  • Yet another Optical drive question

    A few months ago I upgraded to a Samsung lightscribe DVD/CD burner, It was working pretty decent (i had osx 10.3.9). Then I upgraded to osx 10.5.8 and I began to notice a slight problem with disk ejecting. At this point this was just a nuisance. Now, I tried loading Final Cut studio 2 and I popped in dvd and everything started ok but when it came time to load the next disk it failed to eject the dvd. I couldn't get it out, I eventually had to manually eject. Upon doing so, I put in the next DVD and nothing happened. The installer was still asking for the next DVD. What gives?

    Hey Daddypaycheck, here is the latest on this issue, once I was able to extract it and restart, the drive seem to work like a champ. I tried loading the software but I ran into the same problem..... I will try the SMU if you think that will help.

Maybe you are looking for

  • Photoshop Elements 5.0, Windows XP, cannot view any photos

    When working on a slideshow a few days ago, something happened. I went back to my organizer and there were no photos. Timeline that use to appear(2005-present) starts with 2009. Any photos that I have since imported dissappear after time. Search reve

  • Having trouble with Ipod, restoring thing, kind of

    This might be kind of long, So two weeks ago my i tried to load my video ipod onto itunes but my computer said it didnt recognize the usb device, I left it there and then took it out and plugged it back in. This time it loaded on itunes but it said i

  • Tags are not transferring over to other computer using same login

    I use two computers to access the same email account on Thunderbird. I have the same tags set up on both. For over a year now I have been able to tag an email on one computer and it will appear tagged on the other computer as well. However, just rece

  • Speech recognition

    The speech recognition doesn't work for me I do have a microphone on my computer because at first it worked but now it doesn't. I can't find the calliberation window could u help

  • Z10 struggles to switch on

    I struggle to get my Z10 to turn on and eventually when I get it on and try use it, it crashes again