Problems with PAL/NTSC Conversion

I have a PAL Sony handycam camcorder and Final Cut Express HD installed on my 2004 iBook G4 (both purchased in North America, if that makes any difference)
- I capture both PAL recorded footage (from my camera) and NTSC recorded
footage (from other cameras) in Final Cut
- Whenever capturing I alter the settings in “Easy Setup” to “DV PAL
firewire basic” or “DV-NTSC Firewire Basic” depending on if I’m using PAL
or NTSC footage at the time
-After capturing, when I drag captured clips from the Browser window down
into the Sequence timeline, every clip has to be rendered in the timeline.
This is very time-consuming (rendering can take up to 10minutes for what
might be a 2minute clip); and this happens regardless of my “easy setup”
settings or the regional code of the footage.
-In addition, after a clip has been rendered once, and I then make an
alteration (usually a cut) the clip has be re-rendered
-Also – when PAL footage is rendered and then exported usually frames are
dropped and the image appears choppy.
- Furthermore (and I suspect this is related) the program will not print
to video; and I have tried using both PAL and NTSC cameras. Therefore I
have to export all projects as quicktime files and then burn DVDs.
- Any suggestions?
Thanks,
Marc Griffin

Hi(Bonjour)!
One important thing: FCE sequences's settings have to match your clip's settings.
If you mix PAL material in a NTSC sequence, your material will need rendering and vice versa.
Secondly: PAL format is a 25 FPS material, and NTSC is a 30 (29.97) one.
So when you convert PAL to NTSC, there is a frame rate mismatch, thus the choppy playback.
Your camcorder cannot record PAL material if it's a NTSC model. You need a plugin that converts PAL material to NTSC.
There is a nice plugin pack from Nattress that performs PAL to NTSC conversion with various pulldown options (ie scalling 30 fps to 24 fps by blending frames selectively).
See:
http://www.nattress.com/Products/standardsconversion/standardsconversion.htm
Final Cut Studio 2 (Final Cut Pro 6) will support multiple resolutions sequences (shipping in may), it's a new great feature.
Michel Boissonneault

Similar Messages

  • Problem with File Content Conversion

    Hi All
    I am facing a problem with file content conversion.
    This is my sample file structure:
    Header_Record (Occurance - 1)
    Field1 in Header
    Field2 in Header
    Item(Occ-1 to n)
    Field3 in Item
    Field4 in Item
    <<ItemType>> (Structure in Item) (Occ - 0 to n)
    <<Field5>> in ItemType
    <<Field6>> in ItemType
    <<ItemTypeCategory>> (Structure in ItemType)(Occ - 0 to n)
    <<<<Field7>>>> in ItemTypeCategory
    <<<<Field8>>>> in ItemTypeCategory
    Footer_Record (Occurance-1)
    Field9
    Field10
    There is a key field 'Type' in all the above records with unique value in each record.
    Now, I defined Field content conversion as follows:
    Recordset Structure: Header_Record,1,Item, * , ItemType, * ,ItemTypeCategory, * ,Footer_Record,1
    Recordset Sequence: Ascending
    KeyField Name: Type
    Following are parameters defiled:
    Header_Record.Keyfieldvalue: 00
    Header_Record.fieldseperator: ,
    Header_Record.fieldnames: Field1,Field2
    Header_Record.endseperator: 'nl'
    Item.keyfieldvalue: 05
    item.fieldseperator: ,
    item.fieldfieldnames: field3,field4
    item.endseperator: 'nl'
    ItemType.keyfieldvalue: 10
    itemType.fieldseperator: ,
    itemType.fieldfieldnames: field5,field6
    itemType.endseperator: 'nl'
    ItemTypecategory.keyfieldvalue: 15
    itemTypecategory.fieldseperator: ,
    itemTypecategory.fieldfieldnames: field7,field8
    itemTypecategory.endseperator: 'nl'
    Footer.keyfieldvalue: 20
    Footer.fieldseperator: ,
    Footer.fieldfieldnames: field5,field6
    Footer.endseperator: 'nl'
    Now, i pass the following file:
    00,111
    05,222
    10,333
    15,444
    20,555
    What i expect out of my FCC is this (Sample output to show the hierarchy of field values):
    00,111
    05,222
    <<10,333>>
    <<<<15,444>>>>
    20,555
    But, I am getting this output (Hierarchy is missing. All the structures are in the same order without hierarchy):
    00,111
    05,222
    10,333
    15,444
    20,555
    Field values are being identified according to field content conversion, but, the hierarchy of the fields is missing.
    Can you please tell me how should i change my FCC config?
    Sorry for this long question.
    Many Thanks
    Chandra
    Edited by: Chandra Sekhar H on Jan 30, 2009 7:10 PM
    Edited by: Chandra Sekhar H on Jan 30, 2009 7:16 PM
    Edited by: Chandra Sekhar H on Jan 30, 2009 7:17 PM

    You will always get a flat structure from FCC. If you want hierarchichal strucuture, you have to create a target and map. You will get only like -
    Root
    --Recordset
    Group1
    Fields
    Grop2
    Fields
    Group3
    Fields
    VJ

  • Problem with file content conversion in receiver file adapter

    Hi All
    I have a problem with file content conversion in receiver file adapter.
    This is my recordset structure: Header_Record,1,Claim_Record,*,Check_Rec,1
    These are the content conversion parameters:
    Header_Record.fieldSeparator = ,
    Header_Record.endSeparator = 'nl'
    Claim_Record.fieldSeparator = ,
    Claim_Record.endSeparator = 'nl'
    Check_Rec.fieldSeparator = ,
    Check_Rec.endSeparator = 'nl'
    In SXMB_MONI, i can see that the data is correctly extracted from proxy, and correctly mapped to receiver message, and i see a checkered flag (success).
    But, Adapter status is RED with the following error message:
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter '1.fieldFixedLengths' or '1.fieldSeparator' is missing
    In communication channel monitoring, i get the following error message:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Channel has not been correctly initialized and cannot process messages
    What is going wrong here? Can anyone please tell me?
    Thanks
    Chandra

    Posted in Incorrect forum.
    Posted again in Process Integration forum

  • Problem with the date conversion

    Hi Friends,
    i am facing the problem with the date conversion,  Actuall my requirement is to pass the date to the screen based on the user setting roles(SU01).
    I have fetched the user setting date format by using the funciton module SUSR_GET_USER_DEFAULTS, The function module picks the exact user date setting (Like as MM/DD/YYYY, MM.DD.YYYY, DD.MM.YY).
    After that i have implemented the FORMAT_DATE_4_OUTPUT funciton module for converting of the user role setting date format into system  date format.
    for the english language case the funciton module FORMAT_DATE_4_OUTPUT works fine but the funciton module not supported for other languages
    Can you please provide the Function Moudle for user setting date conversion.
    The funciton module is most important for us,
    Thanks
    Charan
    Moderator message: date conversion questions = FAQ, please search before posting.
    Edited by: Thomas Zloch on Dec 21, 2010 2:19 PM

    Hope this logic helps you.
    DATA LF_DATE    TYPE DATS VALUE '21122010'. " 21-dec-2010
    DATA LF_DATE_BI(10).
    WRITE LF_DATE TO LF_DATE_BI.  "Now LF_DATE_BI contains the date in user format
    "Now populate the value LF_DATE_BI to the screen field

  • Problems with PAL-M using MSI G4Mx420

    I´ve just upgraded from my (good) old Voodoo3 to a brand-new Geforce4 Mx420 DDR, and tried to use the "revolutionary" nView in my PAL-M tv set (i live in Brazil=5 times soccer world champ .  The image was there... in B&W! The nView proprieties include "PAL-M" and "Brazil" under the video standard options, but it seems that Windows doesn´t understand that (since i can get colors under the DOS prompt - full screen).
    WHAT IS GOING ON HERE? ;(  so i´ve upgraded to recent technology hoping to deliver AT LEAST pal-m color compatibility and i can´t even see if Spiderman´s clothes are red? Someone please help... is it Detonator XP that sucks... or what?
    Athlon XP 1600+ w/ ECS K7S5A, 128 DDR, G4 420Mx. DetonatorXP 29.40 on Win ME

     
    Well, after a long time trying... trying... and, maybe... trying, with detonator 28.32, or with XX.XX, my brand-new GF4MX refuses to show colors on my PAL-M TV.
    OOOOOOOhhh, i´ve almost forgot, i´ve got colors in DOS mode!!! (WOW, i can edit text in ms-"edit" with COLOR - blue...)
    I think this is absourd. It looks like the modern technologies are SO modern that they don´t do its job plain and simple anymore. Tell me what do i do with Nview, NDesktops, N*This and N*That if my screen is B&W just like back in the fifties? It is because of things like that i´ve always worshiped the Voodoo series. I´ve NEVER EVER had any problem with my V3, so why NVIDIA, that claimed to be the 21st century graphics company makes such clowny products that can´t even show colors? The worst side is that they made dishonest marketing, the product box garanted that PAL-M IS supported.
    Without anything more to declare, my solution was to pay a few $15 for a NTSC to PAL-M converter, and promess to myself NEVER EVER buy NVIDIA gear anymore... not for the extra-cost of my new transcoder, but for the false claims of their product. LONG LIFE ATI!!!

  • PROBLEM WITH iMOVIE PROJECT CONVERSION TO QT

    I occasionally have strange things happen when converting iMovie (DV) projects to 'full quality' QT.dv files.
    Example: footage transferred from a visually pulsating image (originated on a 1920s 30 line mechanical TV scanner invented by J L Baird) has an acceptable rippling effect seen in iMovie. When converted to a QT (full quality) file the rippling becomes a rapid strobing flicker, ie something is changed in conversion. And, DVDs made from each - from the iMovie project and from its QT conversion - produce these same effects.
    Any info on what happens in conversion to QT causing this problem?

    Well...thanks a lot for ur help...!
    But...somehow, I feel the settings of my Top-Link Db-Adapter are fine...
    (B'coz as far as i can remember, i haven't meddled with it since creating/configuring the DB-Adapter in my ESb project...and there, i could specify my DB Connection ( say, DBConnection1, & could later import the Exact Table i wanted as an Offline Data source (for the routing rule..for Mapping the fields..) )
    ...i somehow believe there should be a problem with the <ORACLE_HOME>\j2ee\home\application-deployments\default\DbAdapter\oc4j-ra.xml
    B'coz as Marc pointed out, i couldn't see any data-source with JNDI name loc/DBConnection1DataSource in my EM console...
    So, i tried creating a new data-source there & pointed it to one of the existing connection-pools in the file :-
    <ORACLE_HOME>/j2ee/home/config/data-sources.xml
    In this connection-pool, i basically set the proper connection-string ("jdbc.thin.....") to point to the proper SID...( as i had set up & tested in my JDeveloper Database Connection..)
    Hope my approach is right..??
    Or..am i missing something here..??
    Thanks a lot again....!

  • PAL/NTSC conversion for DVDs

    Hello All
    I recently had some work involving standard conversion of DV PAL material and then burning said material onto DVD. Everybody trying it knows that this is time consuming and doesn't always produce the desired results - for obvious reasons (Methods used by me were the two documented on Dan Slagle's Unofficial iMovie FAQ).
    I then had the really "fantastic" idea to tweak the DVD with myDVDedit, by simply setting the IFO parameters to NTSC 720x480. Tested the burned DVD on two different set-top NTSC DVD players - and discarded the whole thing as "silly BS"
    Searching through the Net I just found out, that somebody had the same idea using IFOedit (the PC equivalent to myDVDedit) and that the results were mixed, but there were a lot of users that shouted: "great, this works".
    Getting a bit confused now, as i had thought this over after my own experiment and had come to the conclusion that it couldn't possibly work.
    Any insight would be greatly appreciated
    viva la mela

    Hi mish,
    that is such a .. <searching correct english word> hillarious (?) idea, I give you a star for that ;-)))
    changing some flags on a ready-made dvd... wow! nice try...- but as Fred said, NTSC<<>>PAL conversions are no trivial tasks... you run into many problems, e.g. where do you get the additonal 5 frames per second you need for a transfer from PAL to NTSC? how to make the audio fit to these new pictures? and, I HAVE to do this silly joke: NTSC has a very different color concept (Never The Same Color) then PAL.. and for sure a different res...
    the name is irritating, but all mighty JES Deinterlacer is doing a fantastic job in converting video standards (ok, for a free software solution...) give that a try!

  • PAL - NTSC Conversion question

    I have some PAL DV footage at 25fps which I need to convert to NTSC to match some existing NTSC footage. The NTSC originated footage, when played in Quicktime diisplays the following info:
    FPS: 23.98
    Playing FPS: 24
    I need to convert the PAL footage to match the NTSC frame rates, annd also I'd like to converted footage to appear that it is NTSC roriginated (i'e, with the slower framerate as opposed to 25fps).
    I've made a few tests using the Frame Controls "Set Duration" options in compressor, but the results always seem end up at the wrong frame rates. Which setting should use? And can somebody explain what all the settings mean?
    24@25
    23.98@24
    23.98@25
    [email protected]
    29.97@30
    [email protected]
    Message was edited by: Marc Morris
    Message was edited by: Marc Morris
    Message was edited by: Marc Morris

    Marc,
    I dont have extensive knowledge in this area although am literally doing the same conversion (PAL to NTSC) on my mac as I type this.
    I also recently read in Videography magazine about a project that was assembled from archived footage and all of the footage used originated from different formats and that was the hardest part about editing.
    They mentioned all the different ways they attempted to convert the footage but in the end it seemed as if they just settled for what looked best because they couldnt get an exact conversion.
    If your looking for a better way I would contact a transfer house to see what they may be capable of doing. Another thing worthy of pointing out that reading how they did the conversion they never mentioned using compressor so there are probably better systems at converting the files.
    hopefully this helps.
    -jeremywearsvans

  • Problems with RAW file conversion in PS5?

    I recently updated Photoshop and Lightroom to PS5 and LR3.  Never had any problems when I moved between the two programs before.  Now, when I open a RAW photo (jpegs are fine) into PS5 there is a colour/contrast shift which gets saved when I import it back to LR (doesn't make a difference if it is LR2 or LR3).  This happens even when I do nothing but open the file, do nothing and save it back to LR.  I checked and the problem doesn't happen with LR4.  I have ensured that my colour spaces and preferences settings are exactly the same in both PS4 and PS5.  Please, can anyone help me?  I have looked over the commentary on a lot of similar issues but haven't come across the answer.  This is important because I am having problems when I send my photos out to a lab to print.   Thanks in advance!

    Dear Dorin,
    Thank you, thank you, thank you for replying to my question!!!
    I have been having a lot of problems printing (to a lab, not my own printer) since I upgraded to PS5 and LR3 so I am in the process of trying to eliminate all the variables.
    The problem I notice is that my RAW files in LR3 (jpegs are fine) change when I work on them in PS5 and save back to LR3 or when I export them as jpegs to my desktop and re-import back to LR3.  The photos become darker and slightly more contrasty. I have attached some screen shots.  The differences are subtle when
    looked at side by side but really quite noticeable when you switch back
    and forth between the two. Different photos change more than others.
    I have tried various other combinations and the photos stay the same (ie. photo from LR4 to PS5 and back, photo from LR2 to PS4 and back, photo from LR2 to PS5 and back).  So I was thinking it was something to do with the way LR3 converts RAW files to other formats.
    I use Spyder3 Pro for colour calibration and I have made sure that color spaces are the same across programs.  I have also tried  Adobe1998 and ProPhoto with the same results.
    Thank you for your suggestion to figure out the ACR conversion.  I couldn't find the option for plug-ins under "help" so perhaps I am doing something wrong.  I think that my ACR is version 6.1.
    Any suggestions you can offer would be greatly appreciated!!  My business is getting quite backlogged while I try to figure this all out.
    Thanks again for your help.  Cheers, Michele

  • Strange Problem with File Content Conversion (Sender)

    Hi,
    I have a strange problem. I have a sender file adapter with content conversion (csv -> xml). The adapter produces the following error during the processing...
    - 2006-02-06 16:34:00 CET: Error: Conversion of part of file content of 'OE_Extractor_47_ISW112_SC-Ireland.csv' to XML format failed around position 1202: IOException: Stream closed
    After the 4th or 5th try the adapter processes the file correctly.
    Why does it works after several tries and not at the first time? (The file is not changed during the adapter is trying to convert it)
    Thanks
    Thomas

    I found the problem, something was wrong with the ftp server

  • Problem with File content conversion and parameters

    Hi experts,
       What is the use of file content conversion that is available in file adapter? For what cases we can use it?
      What do the different content conversion parameters mean?
    Kindly help
    Thanks
    Gopal

    Hi,
    We use the file content convertion to conver the flat file that is text file into XML,
    File adapter cant understand the format the file is,so we have to declare the content convertion parameters.
    Check some links which will tell how the convertion is done.
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Regards,
    Phani
    Reward points if helpful

  • H264 encoding settings - problems with FLV/F4V conversions and playback... HELP!!!

    I do a lot of LIVE ENCODING and have been struggling with FMLE. I own the Adobe Creative Suite of applications and am pretty familiar with working with compatible/required formats, etc.
    We have been primarily using VP6/mp3 for encoding. Most of our work is SD. We also always seem to have trouble when trying to encode the FLV file to another format, audio always seem to be out of sync, but sometimes it works...
    Do you know why that would be regarding the FLV audio falling off sync when encoding to another format, such as MOV? Also, when we try to play back the FLV, the audio sounds garbled up and only plays well in Adobe Media Player.
    I keep hearing H264 encoding will provide better video, but I just can't get that to work. Also, why is it that my entire CS4 suite of applications can't read or playback the F4V file- that's unacceptable from Adobe, just a big huge pain the butt... I've had to buy several cheapie applications to try and read F4V files and try to convert it, except that converting F4Vs seems to be a hit-or-miss.
    What should I be using to playback and convert F4Vs? I also heard changing the extension to MP4 works, but I haven't seen that work, not even once. The cheap video conversion apps I have that read F4Vs are: FFMPEGX and Wondershare (Youtube). Sometimes they open F4V, but not most of the time... 
    I am using a super fast new Macbook Pro i7, 8GB ram (not the thunderbolt/usb3), CPU always runs smoothly and effectively.
    Also, I always use the Canopus ADVC-110 as my transcoder. I do both video via Firewire IN or Composite IN, then Firewire OUT into the Mac encoder. FMLE sees it ok, but I wonder if this device might be my problem.
    VP6 settings are as follows:
    VP6 video / MP3 audio
    300 to 500k video
    30 fps
    640x480 in/out
    44100hz audio
    56k audio
    We want to start using H264 encoding settings, but in my experience trying it out, the output file is ALWAYS PROBLEMATIC. Also, when testing a live stream, the audio seems to fall off sync with the video.
    I am looking for your recommendations on the H264 settings I should try. Most of my events are simple meetings with 1 to 5 speakers, mostly talking heads. We rarely encode high motion video, but I would also like to be able to adjust H264 settings for both talking heads and medium to high motion without (any) frame drops.
    I have tried streaming to multiple/different Flash Media Servers, archived only to file, and H264 results seem always bad.
    Any recommendations from professionals in the live streaming arena are much appreciated. I thank you for your time in advance.
    Thank you!
    Hugo

    Hello Hugo
    Sorry to know that you are facing these kind of issues, let me try to reply and understand issues one by one.
    >>We have been primarily using VP6/mp3 for encoding. Most of our work is  SD. We also always seem to have trouble when trying to encode the FLV  file to another format, audio always seem to be out of sync, but  sometimes it works...
    -- Which application you are using to convert FLV to other format?
    -- Is these any Audio - Video sync issue when you play FLV file in Adobe Media Player? if NO, it means FLV file created properly.
    >> Do you know why that would be regarding the FLV audio falling off sync  when encoding to another format, such as MOV? Also, when we try to play  back the FLV, the audio sounds garbled up and only plays well in Adobe  Media Player.
    -- Which application you are using to convert FLV to MOV? if FLV playabck fine and without a/v sync issue, it should convert MOV with a/v sync.
    -- It depend on audio codec selection by Media player or correct audio codec not installed for media player. Install appropriate audio codec to play in other media player if you dont want to play in Adobe Media Player.
    >> I keep hearing H264 encoding will provide better video, but I just can't  get that to work. Also, why is it that my entire CS4 suite of  applications can't read or playback the F4V file- that's unacceptable  from Adobe, just a big huge pain the butt... I've had to buy several  cheapie applications to try and read F4V files and try to convert it,  except that converting F4Vs seems to be a hit-or-miss.
    >> What should I be using to playback and convert F4Vs? I also heard  changing the extension to MP4 works, but I haven't seen that work, not  even once. The cheap video conversion apps I have that read F4Vs are:  FFMPEGX and Wondershare (Youtube). Sometimes they open F4V, but not most  of the time...
    -- Adobe Flash Media Server version 3.5 and later and Adobe Flash Media  Live Encoder 3 can record content in MPEG-4 (F4V) format using an  industry-standard recording technology known as "fragments" or "moof  atoms." Some MPEG-4 compatible tools and players do not support moof  atoms.
    The F4V Post Processor tool aggregates the information from all  the moof atoms into a single moov atom and outputs a new file." You can download the tool from above location: http://www.adobe.com/products/flashmediaserver/tool_downloads/
    Thanks

  • Pal-ntsc conversion via 23,98fs slow-pal technique

    Hi to all,
    I've been trying to convert a prores 1280x720 clip recorded at 25fs (for a pal output) into a ntsc compatible clip that will be used on an ntsc dvd and also for an ntsc h264 quicktime file.
    I fell on an article explaining the "SLOW_PAL technique"(http://www.macworld.com/article/49306/2006/02/marchcreate.html) by converting the clip to 23,98fs in cinema tools before applying a 3:2 pulldown in FCP. The result is pretty stuning but my question is, once all this is done, i end up with a 23,98fs file.
    Do i need to convert that into a 29,97 file to make sute it will work on an ntsc dvd plateform? If i do i lose all the smothness i just gained....
    thanks in advance, and hope i'm clear....
    tee.

    No you don't need to convert to 29.97
    export qt self contained current settings
    drop that export into compressor and set up you DVD compression and your h264 compression
    author the DVD in DVD Studio pro
    the player will supply the pulldown
    h264 will play fine on any device that will play h264

  • PAL NTSC conversion and downsizing form HD to standard

    I have a project that I need to send off for 3 competitions in the next week one in Pal, one as a Mpeg NTSC and the third (preferably) as a NTSC .mov file. The project is made up of clips rendered in 3D and others shot in Sony Pal HD. I am rendering as standard size wide screen. The PAL is OK, but the NTSC version MPEG (I havent tired the mov file yet) that I made by nesting the PAL in a NTSC sequence, has unusual cool green colour shifts and flickering in WM or VCL media player that did not appear in my Premiere monitor, which was fine. The flickering is especially noticeable with time ramping (and some layering and keying.)
    Is it possible to covert to NTSC in Premiere cs3, or do I need to send it to a service bureau? Does the downsizing to standard affect it as well?

    Download the following:
    1.)
    hd2sd for AviSynth 2.5 <- unzip these files into your AviSynth/plugins folder
    2.)
    dv2film for AviSynth 2.5 <- unzip these files into your AviSynth/plugins folder
    3.)
    Lagarith lossless codec
    HD PAL Timeline -> SD PAL .avi
    Follow the steps outlined in
    my guide but, instead of the sample script provided there, use this script template:
    AviSource("c:/path_to/signpost.avi")
    hd2sd(OutputColorSpace="YUY2", OutputBFF=true)
    1.) Open the script file in VirtualDub
    2.) Choose the Lagarith codec from the Compression menu
    3.) Also select "Fast Recompress" from the Compression menu.
    4.) Select "Save AVI" from the File menu
    5.) This will result in a 720x576 interlaced (lower field first) file with lossless compression. Import this file into whatever program you like to convert to MPEG, Quicktime, DVD, etc.
    HD PAL Timeline -> NTSC PAL .avi
    AviSource("c:/path_to/signpost.avi")
    dv60i50i(interlaced_out=false)
    hd2sd(OutputColorSpace="YUY2", OutputBFF=true)
    Repeat the steps above, saving this a lossless intermediary AVI file which you can then use to convert to whatever type of file you need.

  • FCPv2 and PAL-NTSC Conversions

    Hello everyone,
    I have just read a bit about FCPv2. I am really interested in being able to use PAL and NTSC in the same time line.
    At the moment we send out footage out for a hardware standards conversion.
    Does anyone know how this new feature is going to work? Will it be good, will it need rendering, will it allow me to out put to PAL or NTSC on my DVCAM Deck?
    Any thoughts on this would be great.
    Thanks,
    David Lee

    Anyone...? I need to know why US news editors in DC have had to use Procoder... Running Avid... to convert to PAL from NTSC, Then sending it on a FTP... To places like Norway, Denmark... While finalcut could not make the conversion. The question is, will the new Studio release let me use Finalcut without having to buy a dual core..?
    I Edit in NTSC on my powerbook... then I need to transcode it to PAL (MPEG 4? I believe...) and then send it to the Server in Europe or Scandinavia?
    This is why all the editors use AVID and not APPLE's finalcutpro.
    Another words... Compressor the old version would not work. So people could not use Final Cut... Or just recently they had to buy the dualcore... then they would have to edit in Final cut... Open Pro-coder in a Windows PC partition.... Then drag the master in... Then export, back to final cut, (or do they send it from Procoder?) I don't know. I would rather upgrade to STUDIO then have to buy a new dualcore... Can the new studio do this? Sorry if I sound like a fool....
    Thanks!
    Powerbook G4   Mac OS X (10.4.9)   final cut pro HD
    G4   Mac OS X (10.4.3)  
    G4   Mac OS X (10.4.3)  

Maybe you are looking for

  • TC issues after latest firmware update

    Here is the skinny, my TC went through the normal firmware update a bit ago. Wednesday my Internet stopped working, when I use the Airport Utility app it showed the TC online, at first, then it gave me the error that the TC did not have a valid IP. T

  • How To Control Af:panelspliter At Runtime

    I have a panel splitter layout component on my page and i want to enable/disable this splitter at run time from within a managed bean In my managed bean I made this method public class ManageUI {     private String enableSplit;     private String dis

  • Installing Photoshop CS5 on new Win8.1 - serial number not accepted. Help please!

    Hello everybody, I just wanted to install Photoshop CS5 on my Windows 8.1 64bit machine, which also happenes to be a new machine. The serial number provided in my Adobe account is not accepted by the installer! The information I could gather from the

  • APEX 4.0 - error building Gantt chart?

    Hi everybody When I build a Gantt chart in apex.oracle.com, start & end dates show no real dates, just the text 'dd.mm.rr'. My query follows: select null as link, description as task_name, task_id as task_id, null as parent_id, start_date as actual_s

  • Polling interval for Topology Services in Cisco Prime 4.2

    Hi, Where can I find the polling interval for Topology Services? I noticed that the devices' status is not updated on the map.