MPEG Woes--HELP!

I'm trying to load a .TOD file from a server-based JVC camera. Anyway, I have to use MPEG Streamclip to change the file into a FCE usable format. I'm changing the file format into MPEG4, but it takes FOREVER for the clip to convert into MPEG4 and then takes FOREVER to move around that specific clip and render on the timeline (compared to the other clips that are not converted to MPEG 4).
MPEG Streamclip allows users to convert a .TOD file into other formats (other than MPEG4). Is there a better file format to use (other than MPEG4) in FCE that won't take so much of my time?

FCE does not work with 60fps media. Unless you meant 1080i60, which is really 29.97fps? What is your frame size, there are more than one that are x by 1080. 1440x1080, 1920x1080, etc?
You should convert to Quicktime (Cmd-E) in MPEG Streamclip, using these settings:
Compression: Apple Intermediate Codec
Quality: 100%
Frame Size: (your frame size)
Frame Rate: 29.97
Sound: Uncompressed Stereo 48kHz
Then edit in a AIC 1440x1080i60 or 1920x1080i60 sequence, depending on your frame size. If you are using 60fps, this conversion won't look great. If it is actually 60i, then this should look and work fine.

Similar Messages

  • My FCP 4.5 quit when I want to export in MPEG 2, help me please

    I finished to buy the system the 10,4 and Toast Titanium 7.
    In the FCP 4.5 I make to export in the QuickTime conversion I choose the MPEG-2 and the FCP is unexpectedly quit. Some thing must be in conflict, but I do not know what.
    I already order Universal FCP 5, but it will be that I have that to wait until arriving? Please help me

    Thanks David one more time. I made what it suggested me, but after much research and experiences, and with the aid of the representative of apple, we obtain to arrive the conclusion that I must disconnect the Internet as well as the allotment, to be able to use the compressor, I wait that when arrives the universal FCP 5 all these problems are decided. I want to be thankful to you for the precious aid that gave to me. Greetings
    Luis Miguel

  • Mpeg StreamClip help

    Im transcoding footage i shot on a Canon 5Dmk2 in mpeg streamclip. after i set the destination folder in the batch list i go to the main menu to choose a frame size. what is the difference between 1920x1080 (unscaled) and 1920x1080(HDTV 1080i)?

    really? if i want to play this material on a theatre sized screen one option doesnt make sense over the other? does the choice have to do with what you originally shot on? i tried transcoding to both frame sizes and the image looked identical and ther file size was the same. there must be some small difference? any more detail would be a huge help as i have a lot of footage to transcode this week. I would hate to transcode so much material and learn i made the wrong choice as far as frame size....thanks!

  • EJBC Compile woes - help

    I keep getting the following error when trying to deploy an EJB. I am usinf Sun One App Server 7. When I check the class files everything looks ok. Can anyone help? Thanks.
    [sun-appserv-deploy] Cannot deploy the component
    BUILD FAILED
    C:\IDEX\SunOne\samples\IDEX\simple\src\build.xml:114: An exception occurred whil
    e running the command. The exception message is: Deployment Error -- Error whil
    e running ejbc -- Fatal Error from EJB Compiler -- -- Compilation failed: com.ip
    lanet.ias.ejb.codegen.ProcessExecutorException: Abnormal process termination --
    process returned: 1
    Attempted command: C:\Sun\AppServer7\jdk\bin\javac.exe -g -d C:\Sun\AppServer7\d
    omains\domain1\server1\generated\ejb\j2ee-modules\IDEXAppEjb -classpath C:/Sun/A
    ppServer7/lib/appserv-rt.jar;C:/Sun/AppServer7/jdk/lib/tools.jar;C:/Sun/AppServe
    r7/lib/appserv-ext.jar;C:/Sun/AppServer7/lib/appserv-cmp.jar;C:\Sun\AppServer7\i
    mq\lib/imq.jar;C:\Sun\AppServer7\imq\lib/imqadmin.jar;C:\Sun\AppServer7\imq\lib/
    imqutil.jar;C:/Sun/AppServer7/lib/appserv-admin.jar;C:/Sun/AppServer7/lib/appser
    v-ideplugin.jar;;C:/Sun/AppServer7/pointbase/client_tools/lib/pbclient42RE.jar;C
    :\Sun\AppServer7\domains\domain1\server1\applications\j2ee-modules\IDEXAppEjb_1;
    C:\Sun\AppServer7\domains\domain1\server1\generated\ejb\j2ee-modules\IDEXAppEjb;
    C:\Sun\AppServer7\domains\domain1\server1\generated\ejb\j2ee-modules\IDEXAppEjb;
    C:\Sun\AppServer7\domains\domain1\server1\generated\ejb\j2ee-modules\IDEXAppEjb
    @C:\WINNT\Temp\2d0483_fbdec87b730000_54131.s1a
    Output from command: C:\Sun\AppServer7\domains\domain1\server1\generated\ejb\j2e
    e-modules\IDEXAppEjb\com\acs\TradingPartnerAuthenticatorBean_RemoteHomeImpl.java
    :2: cannot access com.acs.TradingPartnerAuthenticatorHome
    bad class file: \com\acs\TradingPartnerAuthenticatorHome.class
    class file contains wrong class: TradingPartnerAuthenticatorHome
    Please remove or make sure it appears in the correct subdirectory of the classpa
    th.
    public final class TradingPartnerAuthenticatorBean_RemoteHomeImpl extends com.su
    n.ejb.containers.EJBHomeImpl implements com.acs.TradingPartnerAuthenticatorHome
    ^
    1 error
    My Desciptors for this stateless bean are as follows:
    <ejb-jar>
    <enterprise-beans>
    <session>
    <display-name>TradingPartnerAuthenticatorApp</display-name>
    <ejb-name>TradingPartnerAuthenticator</ejb-name>
    <home>com.acs.TradingPartnerAuthenticatorHome</home>
    <remote>com.acs.TradingPartnerAuthenticator</remote>
    <ejb-class>com.acs.TradingPartnerAuthenticatorBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Bean</transaction-type>
    <resource-ref>
    <res-ref-name>jdbc/HOSTDB</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    <sun-ejb-jar>
    <enterprise-beans>
    <ejb>
    <ejb-name>TradingPartnerAuthenticator</ejb-name>
    <jndi-name>tradingpartnerauth</jndi-name>
    <resource-ref>
    <res-ref-name>jdbc/HOSTDB</res-ref-name>
    <jndi-name>HOSTDB</jndi-name>
    </resource-ref>
    <resource-ref>
    <res-ref-name>jdbc/IDEXDB</res-ref-name>
    <jndi-name>IDEXDB</jndi-name>
    </resource-ref>
    </ejb>

    See if there is a mechanism to keep the source generated by the container. Most containers do this and then try to look at the error. It looks like the source code generated by the container is wrong.

  • I still have to render in FCP even after mpeg streamclip - help

    I am using some footage from an app on iPhone 4 that is 480x360.  Even after plugging this footage through Mpeg Streamclip, I cannot use it without having to render in FCP every single time I move it on the timeline.  Someone save me from killing myself, please lol.

    epodos wrote:
    Sorry, yes.  I did that step.  It never asks me to conform - I can just put anything in any sequence and nothing ever pops up to ask me.
    Then you have this option switched of in your Preferences. Switch it on, to make it happen. And notice it will only happen on NEW sequences. (What version of FCP are you using by the way?
    As long as your sequence settings don't match nothing will ever work.
    Switch it ON.
    Go to User Preferences in FCP, and make sure you have this in the Editing tab:
    Also, the program won't allow me to change the frame rate to that odd number.  For some reason the framerates in different clips put through Streamclip range from 69.93, 70.93, 71.93, etc - so odd.
    In MPEG streamclip fill in a framerate. I think you did leave it blanco. Fill all in like this:
    Click images to see them full screen. Notice the Framerate box.
    Then import that in FCP.
    If you fixed the User Preferences, tehn dropping the footage into a new sequence would give you the dialog.
    If that doesn't happen open the sequence settings. In the lower left corner choose Load Sequence Preset and choose the appropriate setting. It should look like this:
    Now, does that work?
    Rienk

  • MS 7246 (975x PUE) = Motherboard of many woes , help if you can.... (pics)

    My setup
    MSI MS - 7246 v 2.1 (975x PUE)  bios 7.0 / 7.1/7.2/7.4
    E6600 2.4ghz w/ 4mb cache
    2x 1GB Corsair CM2 6400 (ddrII 800)
    Silencer 610w powersupply
    2x 74gb raptors Raid=0
    I'll try to be as informative and brief as possible.
    My journey started with a lot (not enough as it turns out) research for a nice board for the core 2 e6600. Finally choosing this motherboard after reading through the review on tomshardware.com . I'm not new to computer building, but who knows, maybe I've missed something.
    I've come to find , the bios are quite horrible to say the least, with each "revision" i loose more options and less things work. 
    This motherboard will not clock my e6600 correctly.  In system properties / CPUZ it is displayed as a 1.2ghz proccessor.
    The bios also confirms this on boot up, Displaying 297mhz (33x9) along with the incorrect DDR2 533 speed.
    Here are the settings in the bios (ver 7.0, the only version that seems to work with the RAID)
    CPU FSB Frequency = 266mhz
    FSB @ memory clock ratio = Auto (i believe thats 1:2 according to cpuz)
    It feels like im missing a multiplier somewhere in the setup. Everything is half speed.
    I've tried to update the bios to the one's ive listed , but with any other bios revision my FSB ratio option gets locked, and my raid doesnt work.
    I've sent the motherboard in on RMA and its been returned, It came with the 7.4 bios flashed on to it  which means my raid wouldnt work (and still would not detect the processor correctly).
    I've included some pictures of the bios settings and what its displaying, just to prove im not out of my mind!
    Any help would be great!

    It seems pretty evident to me that you have a bad board. I've tried all offcial bios (and many betas) and NEVER my processor (the same as yours) was incorrectly detected.
    I doubt that dissabling SpeedStep and C1E will help in any way, and if it does, that should be a sign of a faulty board, because I'm running at 3 Ghz (333 x 9) with SpeedStep and C1E enabled and all voltages auto without any problem.

  • QT with MPEG-2 component & MPEG Streamclip VOB sound problem

    It's two separate problems:
    1) I can view VOB file but no sound using qt pro 7 with mpeg-2 component downloaded
    2) that same vid opens fine in mpeg streamclip and converts nicely to .mov
    BUT mpeg streamclip only sees the vts011.vob file
    how do i process the _2.vob file? also the _3.vob file?
    i do want 3 separate .mov files so I can upload to BlipTV.
    the first .mov file was 860MB converting from the _1.vob file.
    many thanks

    It's two separate problems:.. 1) I can view VOB file but no sound using qt pro 7 with mpeg-2 component downloaded... 2) that same vid opens fine in mpeg streamclip and converts nicely to .mov
    Everything is working correctly. The QT MPEG-2 Playback Component, as stated on the Apple web site, is a "video" component. It allows you to play the "video" portion of MPEG-2 "program" streams such as found in "muxed" MPEG, MPG, or VOB wrappers, as well as, elementary M2V and MOV files. Whether or not the audio is compatible depends on the audio compression format used. For instance, a "muxed" MPEG file containing MPEG2/MP2 data would play both video and audio because the MP2 (MPEG 1, layer 2) audio is natively supported by QT while a VOB file containing MPEG2/AC3 data would only play the video because the AC3 audio format is not natively supported by QT. On the other hand, the same file will play both the audio and video in MPEG Streamclip because MPEG Streamclip has built-in AC3 support. Further, MPEG Streamclip has the ability to "fix" timecode breaks frequently present in VOB program streams and can bridge the gap between content consiting of blocks of audio and video data interspesed in an single, spatially synchronized data stream without an extertal timing reference to multiple track streams of audio and video data which are, more or less, in an "averaged" synchronization at the frame level in terms of an external time reference. I.e., MPEG Streamclip provides a bridge between one form of multimedia technology and another. Contrary to the popular opinion held by many novice users here, "not all video technology is created equal."
    BUT mpeg streamclip only sees the vts011.vob file... how do i process the _2.vob file? also the _3.vob file?
    VOB files are simply file containers which are limited in size to approximatly 1 GB each for DVD use. A single VOB may contain multiple "TITLES" (representing independent movies) or multiple VOBs may constitute a single "TITLE" (representing an single movie). If you load (import or drop) a single VOB into the processing window, then MPEG Streamclip will process the individual VOB file independently. If you load (import or drop) multiple VOBs into the processing window, it will process all of the files as a single file. In addition, if the single or multiple VOB file(s) contain multiple TITLES, you can set "in" and "out" points to re-save and/or process the contained TITLE(s) as independent movies. In short, you should probably read the MPEG Streamclip Help file to better understand all you can do with this very powereful (but free) application.

  • MPEG 4 acting weird in FCP7

    I am doing a small project I shot with my Sony Vivaz Pro. it shoots HD and the files show as MPEG 4 ACC 1280x720 24fps. They look great when I check them out in the viewer but they all have a large section of black at the end. This was a mystery untill I realized that the black had audio that was repeat of what was on the clip just prior to the black. Also, when the play head stopped in the black, lo and behold, there was an image from the clip but a little previous where the playhead actually stopped. It's almost like there are two versions of the same file; one that plays when the playhead is moving and another, a copy that is slighty behind the first, that is only visible when the playhead is stopped.
    I have tried using Compressor to convert the files to HDVDCPRO, Apple prores, uncompressed 10 bit (plus a couple more) and all have various problems plus nothing looks as good as the original.
    If this isn't confusing enough, I eventually just learned to edit the originals by working around the different images I was getting only to find that when I added fades, the shadow clip showed benath the fade, not the original.
    Sorry for the long question but this is very hard to explain. 

    OK, your Item Properties say the video is 29.97 progressive, are you confident about the 24fps?
    At any rate, download MPEG Streamclip (free) from
    http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    after you have downloaded it, launch it and drag one of your camera files into the square with the 5 dots.
    Once it has loaded in, go to the menu File > Export to Quicktime.
    A settings window will open, set the following:
    Then click Make Movie.
    Once the movie has been transcoded via MPEG Streamclip, import it into FCP and make a new sequence.
    Edit/place the movie you just imported into the sequence you just made and you should be asked if you want the sequence settings to match your source footage. Say yes.
    You should be good to go. Repeat the MPEG Conversion for your remaing clips. If you have a lot, there is a batch processing function. Check out the MPEG Streamclip help file.
    MtD

  • QT7 mpeg2 (MPEG-2) size limitation?

    I'm running QuickTime7 with the MPEG-2 codec and I've got an interesting problem. I have some movie files that I've captured as MPEG-2 that are around 2.5 hours in length (~5-6GB in filesize) each. I can view them from end to end in the MPEG player app that came with my capture device, but when I open the files in QT7, I can only view approx. 1hr 45mins of them
    The timecode isn't broken, and the files aren't corrupted. Has anyone else run into this problem/limitation in QT7? Does QT7 have a time/file length/size limit? Has anyone found a workaround for this issue?
    Thanks!

    From the MPEG Streamclip help:
    "The Apple MPEG-2 Playback Component cannot play files larger than 4GB. For this reason, MPEG Streamclip has to play large streams in blocks of 4GB max; consequently, at each 4GB boundary, audio and video may stop for a while."

  • Video can't convert to my ipod

    Hello, I need ur help. I've download videora.com and try to convert my videos by clicking new transcode video but it's not working. Can you guys help me? I want to put my videos into my ipod..

    i have the same problem when adding video files to iTunes.
    and its only for some files not for all of them.
    Would Videora or MPEG Streamclip help ?!
    And i have experienced another problem i have downloaded some videos from the MusicStore in iTunes, i coppied them to my iPod with Video and when i disconnect it and want to play it its NOT THERE !!!
    Oh, i almost forgot most of the files i try to convert for use with iPod are not from the music store(i've dl-ed them from various sites)

  • Multiple sound tracks on a DVD?

    Is there any low cost/free DVD authoring software that would allow me to put 2 alternative sound tracks on a DVD? DVD Studio is out of my reach, especially since I am not sure I will need that functionality again.
    Mac software would be preferred, but a PC would work (yech) if it can record a disk image.
    Thanks-
    Vladimir
    12" PB 1 GHz   Mac OS X (10.4.7)  

    Thank you for all the answers. I have solved the problem with a shareware encoder called FFmpegX.
    I had a movie (Battleship Potemkin), and I wanted to add the score that Pet Shop Boys wrote for it, and I wanted to have the original score to be there too, so I could switch between them, depending on which one I wanted to play.
    FFmpegX has mux and demux tools, so I created the new sound track in iMovie to make sure it is syncronized with the video, then saved it as an mp2 file, and then used FFmpegX to mux it with the original video. This also allowed me to avoid converting the video between DV and MPEG, so helps to preserve the quality.
    The resulting MPEG2 file can be used for DVD authoring in FFmpegX, but it produces really bare bones DVD. I am going to try Toast and iDVD. The tracks are switched by pressing the "audio" button on the DVD player remote, or you can select the track if you use VLC for computer playback. I have not figured out how to swith the audio using the Title menu.
    The double video solution is not very desirable, because the movie is over an hour long, and on a single layer DVD I would have to drop the bitrate to half the original.
    12 PB 1 GHz   Mac OS X (10.4.7)  

  • Detailed settings in Streamclip for converting AVI to DV...

    INPUT:
    From Flip Video
    Format is MPEG-4 AVI
    Frame rate is 30/sec (constant frame rate, progressive scan)
    OUTPUT using Streamclip:
    Using as compression Apple DV/DVPRO - NTSC (Most recommended on this forum for FCE input)
    In options --> Scan Mode, there are two choices, I assume I use progressive and NOT interlaced (given my video is progressive scan)...is this assumption correct?
    There are two options under "Frame Rate:" , what is recommended, to check or uncheck for: "Frame Blending" and for "Better Downscaling"?
    Finally, there are three options under "Deselect for progressive movies:" "Interlaced Scaling", "Reinterlace Chroma" and "Deinterlace Video". Check or uncheck for each? Is this dependent on whether I use progressive or interlaced in the options bubble discussed above? ("Reinterlace Chroma" is greyed out for this specific conversion).
    For "Field Dominance": do I use Lower Field First or Upper Field First (or does it not matter given my choices above)?
    Many thanks in advance!

    Hello Scott,
    Click on MPEG Streamclip>Help>Mpeg Streamclip Guide.
    All is explained there.
    Al

  • Quicktime MPEG2 Codec Softward

    Just downlaoded Quicktime MPEG2 software which would help convert my .mod files to a usable format in imovie. Paid my S$35 (about US$25) but whehn it was downloafing I got a message saying my Mac OS was too modern for this software!
    How can the Apple shop be selling stuff which cannot be used on Lion? Since it is an electronic download there will be no refund and I feel completely ripped off. Any ideas would be really welcome to one very pi**ed off Apple funder.

    Just downlaoded Quicktime MPEG2 software which would help convert my .mod files to a usable format in imovie. Paid my S$35 (about US$25) but whehn it was downloafing I got a message saying my Mac OS was too modern for this software!
    Whle the Lion installer will not let you install the software automatically because MPEG-2 is already supported for the QT X Player app, the purchased QT MPEG-2 Playback component can still be installed for use by the QT 7 Player and third-party apps like MPEG Streamclip which also rely on your system's codec component configuration. There are several ways to do this
    1) You can install the component on an older system and then move the component to the same location on your Lion system.
    2) You can use the MPEG Streamclip "helper" app included in the MPEG Streamclip "beta" package to directly install the purchased component package on your Lion system.
    3) You can use the Pacifist app to either automatically install the component or extract and manually install the component on your Lion system
    4) You can use the system's context menu option to manually open the component package and manually copy the codec componebt to the correct folder on your Lion system.

  • Please help-Trying to compress to Mpeg-2 for Convention, also resizing issues

    Hello,
    I just recently finished making an AMV in Adobe Premiere 5.5, and I am having trouble trying to figure out how to compress it into an Mpeg-2 source for a competition/convention.
    I also have these massive black borders on the side of my video that I know is probably due to improper resizing on my part, and although I have tried to remedy this with a new avisynth script of the exported uncompressed AVI (before compressing to MPEG-2), whenever I try to run the avisynth script in either VirtualDubMod or TMPGEnc (the converting program recommended by: http://www.animemusicvideos.org/guides/mpegforcons/) it crashes, although the original video does work.
    This is the avisynth script I have created for the post-video:
    FFVideoSource("C:\Users\Freeman\Desktop\Fight the Power.avi")
    FFCopyrightInfringement("C:\Users\Freeman\Desktop\Fight the Power.avi")
    AssumeFPS("23.976")
    SSRC(48000)
    LanczosResize(720,352)
    AddBorders(0,64,0,64)
    per the recommendations from the guide listed below
    I do not know if the resizing I have set up in the new avisynth script will fix my resizing issues, and I would like to improve that as much as possible, so if someone could clarify for me, that would be greatly appreciated.
    You may also notice some audio issues throughout the video, however on further playback this never appears to happen in the same place. I believe this is caused by poor audio quality, and I have a friend of mine working on setting up a lossless source that I will try to recompress with the video before friday, however if someone else might know what is causing this, any advice would be greatly appreciated.
    Here is the current MPEG-2 I have, however for obvious reasons, I do not consider it acceptable as of yet:
    http://www.megaupload.com/?d=IIKYWRXF
    The original export from Premiere is Microsoft AVI Uncompressed, and then attempted to convert to MPEG-2 (I tried multiple settings, they all have the same sizing issues), and as I said before, no matter what I try to do with the avisynth script, it crashes.
    I have even tried taking out every line from the new avisynth script except for the first two detailing the location of the video and audio, however this does nothing, it still crashes.
    I had to convert all my original source avisynth scripts to AVI files (that are massive, as I am editing from 52 episodes of Fullmetal Alchemist: Brotherhood), and so editing the original scripts is impossible at this point, because to my knowledge, that would mean I would have to reconvert them all to AVI, which took over 16 hours, and then that would probably make me have to re-edit this entire video (which if you look at it, based on length and how much work I've put into it: is impossible, especially given the time constraints).
    So anything that I can do to fix this will have to be done to the export from Premiere, unless there is a way to work with the AVI's that I made from the avisynth scripts.
    The source is primarily 16:9 DVD (Fullmetal Alchemist) and very few parts from a 4:3 DVD (Naruto). (You can recognize these parts in the video, it is whenever someone is rowing in a boat during the lyrics "Row Row")
    The avisynth script for all the fullmetal alchemist DVD's is as follows:
    mpeg2source("F:\DVD RIPS\Music Video Rips\Brotherhood\Disc 1 (1-7)\MainMovie\FMA_BROTHERHOOD_P1_D1\FMAB 1-7.d2v", cpu=4)
    ConvertToYV12()
    Spline36Resize(848,480)
    #TTempSmooth()
    FastLineDarkenMod()
    LSFmod(strength=120)
    LUTDeRainbow()
    And the avisynth script for the one Naruto DVD is as follows:
    mpeg2source("F:\DVD RIPS\Music Video Rips\Random\Row Row\MainMovie\ROW ROW\VTS_01_1.d2v")
    TFM()
    TDecimate()
    Spline36Resize(848,636)
    Crop(0,78, 0,-78)
    These recommendations came from what I could figure out from:
    http://www.animemusicvideos.org/guides/avtech31/
    If anyone is curious, the song is "Libera me from Hell", and it is 44100 from what I could tell when I ran it in WINAMP (I converted it from mp3 to wav through WINAMP, if there is a better way that I am unaware of, please let me know).
    I know this is extremely long, and thank you anyone who has taken their time to look through it, it is greatly appreciated.
    The deadline for this is friday (5/20/11), so I need help with this ASAP and thanks,
    Dexter

    Dexter,
    Those "black borders," if they are visible in the Program Monitor, are most likely due to a mis-match between the Source Files and the Sequence Preset.
    If they are only showing up upon Export, then there is likely a mis-match between your Sequence and your Export, and could be either with the Aspect Ratio, or if using non-square pixels, the PAR (Pixel Aspect Ratio).
    I'll defer any commens on AVISynth to the experts here.
    Good luck,
    Hunt

  • HT3775 I am trying to open a MPEG video clip using Quick time and it wont allow me, keeps saying a 'codec' is required.  So i go to 'tell me more' have downloaded Quicktime numerous times and it still wont let me open it! Im confused.  Can anyone help?

    I am trying to open a MPEG video clip using Quicktime and it wont let me, keeps saying a codec is required.  So I click on tell me more, have downloaded Quicktime 7 on numerous occasions thinking this was the problem, and it still wont let me open in.  Really confused! Can anyone help???

    Try VLC.

Maybe you are looking for

  • Bug in print module still not fixed in LR2.1RC

    MacPro 10.5.5 iPF9000 Canon driver 1.30 What I found out is that when going to Print Setup under Color Matching I can choose Vendor Matching and then I can choose CM off in the Driver. If I then hit Print One the print is correct. If I go to Print un

  • Sharepoint 2013 Upgrade Job failed.

    Hello everybody, I would like some help with a litle problem that occured after I installed November CU on all of Sharepoint 2013 servers, 1 app, and 2 WFE. I'm unable to get Timer Job Service working on my app server, and that is a big problem. Ever

  • Transfer setting to a new (Mac) Computer

    Hi. I just got a new Mac. How do I transfer the settings (FTP, site locations, etc) from DW on my old computer, to my new one? Both versions of DW are the same. Thanks!

  • How to use the FP-DO-AC120 module on Field Point?

    Hi, I am trying to use a FP-DO-AC120 (discrete output module) as a relay to switch of an equipment I control via Field Point 2000. This FP-DO-AC120 is connected to a FP-TB10 terminal base along with some other modules. When I try to use the "write" f

  • Newbie - scripting an "all play" in an instructional dvd? PLEASE HELP!

    Hello and thanks in advance for any help you can offer. I am working on an instructional dvd with six chapters. On the main menu I have 6 buttons each assigned to a track (each track is assigned to the corresponding chapter) I want to have a 7th butt