Exporting 29.97 FPS To Use In 25 FPS Project.

I have a number of projects to mash together as one. Annoyingly, whereas 5 of the 6 sequences are 25fps, one of them is 29.97fps.
I've exported the video to HDV25fps, and it plays fine using QT, but as soon as I drop it into FCP the video runs faster than the audio. I tried just slowing the video down which did work, but resulted in loss of frame rate and a weird blending effect.
Any advice?

Export to QuickTime. Take it to Compressor. Do the standards conversion there. Why are you going to HDV? What's the sequence you're exporting? It might be better to change the codec to ProRes and export that, but that's a guess because you said nothing about the sequences other than the frame rate.

Similar Messages

  • I am exporting a 2 min video, using a custom compressor setting. i have not had issues with this setting in the past, but recently its taking upwards of 4 hours to process. Any idea what is going on?

    I am exporting a 2 min video, using a custom compressor setting. I have not had issues with this setting in the past, but recently its taking upwards of 4 hours to process. Any idea what is going on?

    Name: Vimeo HD Encode
    Description: No description
    File Extension: mov
    Estimated size: 2.3 GB/hour of source
    Audio Encoder
              AAC, Stereo (L R), 44.100 kHz
    Video Encoder
              Width: 1920
              Height: 1080
              Pixel aspect ratio: Square
              Crop: None
              Padding: None
              Frame rate: (100% of source)
              Frame Controls On:
                        Retiming: (Best) High quality Motion Compensated
                        Resize Filter: Statistical Prediction
                        Deinterlace Filter: Best (Motion Compensated)
                        Adaptive Details: On
                        Antialias: 0
                        Detail Level: 0
                        Field Output: Progressive
              Codec Type: H.264
              Multi-pass: On, frame reorder: On
              Pixel depth: 24
              Spatial quality: 75
              Min. Spatial quality: 25
              Key frame interval: 30
              Temporal quality: 50
              Min. temporal quality: 25
              Average data rate: 5.12 (Mbps)
    Compatible with Mac
    My video in the timeline is 1920 x 1080 / 23.98 fps
    I've installed Toast and photoshop elements recently, i also updated my apps the other day.
    I have had this problem before the updates of the apps though

  • I just purchased Export PDF, and when I use it, it opens them in WordPad (which I never use) instead of Word. Thus, the pictures are not there, and the fonts are changed. How do I get into Word?

    I just purchased Export PDF, and when I use it, it opens them in WordPad (which I never use) instead of Word. Thus, the pictures are not there, and the fonts are changed. How do I get them imported into Word?

    Hi,
    I checked your account,your Export PDF subscription is in 'Pending' status.
    Once it gets confirmed you will be able to use it.
    Please let us know if you require further assistance.
    Regards,
    Florence

  • How can I export a folder of images using the original file data?

    I have edited my images within the "Develop" mode, but now need to export as jpg's using those settings (note: some are now B&W) and then I also need to process as jpg's using the original settings (color), so my client has all the original color files as well. My files were all shot in the Nikon RAW format, but I can't figure out how to export all the images without using the develop adjustments I have made to each file, including having changed many to B&W. Is there a way to do this? Note that I also don't want to lose all of my adjustments, so can't just reset them all, if that's even an option.

    2) Now I need to export all the images that have at least 2 stars
    (around 1200), so I can give the client a folder of "originals." This
    way, they can view images that didn't make the final edit (album) and
    will also be able to print an image that I converted to B&W for
    their album in color.
    First of all, I think making a backup of your directory (using Explorer or Finder or whatever) might be prudent before you start this little experiment!
    So, all of your originals are in one folder, and ~1200 of those are 2-star and 384 are 5-star and have edits, correct?
    What might be easiest (although not the most effecient) is to just click on the folder, then use the Library Filter to select everything that's 2 stars and above. This will select all the images that need exporting.
    Then follow Jao's instructions for creating a new collection and removing the edits. Make SURE you create your new collection with VIRTUAL COPIES or you're going to wipe out everything you've done. 
    Your new collection should then  have virtual copies of everything 2-star and above, in their original unadulterated state. You can then export to JPG.
    I think from now on I will export those files with 2 stars first, then narrow down the the final 384 and make adjustments
    You could always create a collection of your "keepers" (2-stars and above). Then, for every image you want to edit, be sure to edit the virtual copy  and then put it in a subcollection under the main collection.
    That way you kind of have a history of what you did, and you can export (or re-export) at any time. You don't even really need to keep the exported JPGs around, since you can always re-export.
    Scott Kelby has a Lightroom book that illustrates this kind of workflow much better than I can. I highly recommend it.

  • CSV output (export to excel) don't use right code table

    CSV output (export to excel) don't use right code table. We use code table
    8859-2 (reports and forms are OK). Why export to excel don't use this code table.
    Thanks for answers

    You could also take the example from my blob that Denes mentioned and instrument it to output in either CSV or HTML. This way, you could have a single procedure that worked for both formats.
    All you would need to do is handle each field differently - pad a TD and /TD (with proper brackets, of course) if its HTML or just append a comma if it's CSV.
    Thanks,
    – Scott –
    http://spendolini.blogspot.com/
    http://sumnertech.com/

  • Is it possible to export tables from diffrent schema using expdp?

    Hi,
    We can export tables from different schema using exp. Ex: exp user/pass file=sample.dmp log=sample.log tables=scott.dept,system.sales ...But
    Is it possible in expdp?
    Thanks in advance ..
    Thanks,

    Hi,
    you have to use "schemas=user1,user2 include=table:"in('table1,table2')" use parfileexpdp scott/tiger@db10g schemas=SCOTT include=TABLE:"IN ('EMP', 'DEPT')" directory=TEST_DIR dumpfile=SCOTT.dmp logfile=expdpSCOTT.log{quote}
    I am not able to perform it using parfile also.Using parfile it shows "UDE-00010: multiple job modes requested, schema and tables."
    When trying the below, i get error
    {code}
    bash-3.00$ expdp directory=EXP_DUMP dumpfile=test.dmp logfile=test.log SCHEMAS=(\'MM\',\'MMM\') include=TABLE:\"IN\(\'EA_EET_TMP\',\'WS_DT\'\)\"
    Export: Release 10.2.0.4.0 - 64bit Production on Friday, 15 October, 2010 18:34:32
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Username: / as sysdba
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "SYS"."SYS_EXPORT_SCHEMA_01": /******** AS SYSDBA directory=EXP_DUMP dumpfile=test.dmp logfile=test.log SCHEMAS=('MM','MMM') include=TABLE:"IN('EA_EET_TMP','WS_DT')"
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    . . exported "MM"."EA_EET_TMP" 0 KB 0 rows
    ORA-39165: Schema MMM was not found.
    Master table "SYS"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    Dump file set for SYS.SYS_EXPORT_SCHEMA_01 is:
    /export/home/nucleus/dump/test.dmp
    Job "SYS"."SYS_EXPORT_SCHEMA_01" completed with 1 error(s) at 18:35:19
    {code}
    When checking expdp help=y shows :-
    {code}TABLES Identifies a list of tables to export - one schema only.{code}
    As per few testing,tables from different schemas are not possible to export using expdp in a single command.
    Anand

  • Has anyone been able to export to flash using a Blu-ray Project in CS3?

    Has anyone been able to export to flash using a Blu-ray Project in CS3?
    If so what files, settings and OS were you using?
    Whenever I try to export to flash from a Blu-ray project the program always crashes.

    S&G wrote:
    Eric Root's posting  answered my question. He said to downlaod DiskmakerX. It worked like a charm to create a bootable Mavericks Installer Flash Drive.
    tips on use: https://discussions.apple.com/message/18705466

  • How to export low quality png while using exportToPNGSequence jsfl command ?

    how export low quality png while using exportToPNGSequence jsfl command ?

    var mat=fl.getDocumentDOM().library[0].matrix;
    mat.a=.5;
    mat.d=.5;
    fl.getDocumentDOM().library[0].exportToPNGSequence(file:///yourfile.png,startframe,endfram e,mat);

  • Can you export as AVCHD if you use "Matched sequence"?

    As far as I know, "Matched sequence" means that you will export the file exactly the same as your sequence settings. Adobe says that you can't export to AVCHD, you can only import AVCHD but you have to export to something like MPEG 2.
    So what if I export a AVCHD sequence as "Matched sequence"? Will the final export be a AVCHD file or something different?
    How do I check if the exported file is a AVCHD file?

    Where it says "Format" that would be the exporter you'd want to use from Premiere Pro or AME.
    1.Youtube.
    Format: H.264. There is a preset for YouTube 720p that you can use as a baseline; increase the dimensions to 1080p, change the frame rate, and I set the bit rate to 8mbps target/10mbps maximum for my YouTube 1080p uploads. Save this as a preset so you can reuse it later.
    2.Delivery for TV broadcast.
    That's hard to answer; every broadcaster will want different deliverables. You'll need to check with their requirements. I deliver everything from H.264 MP4s, Avid MOVs, DV AVIs, and HD MPEG2 files--it's sort of a mish-mash so it's not really possible or practical to give you a set number of parameters for this one.
    3.Archival use on my computer.
    You could use an uncompressed AVI or MOV (Format: Microsoft AVI/QuickTime, Codec: None), but they will be very large files. Why not just keep the footage and the project file? You could also try a lossless codec like the Ut Video Codec Suite or (my preference) Lagarith Lossless Video Codec. Both are free, Windows-only, and appear as codecs under Microsoft AVI. They're both good; they'll be big files as well, but not quite as big as uncompressed.
    4.To burn to DVD.
    5.To burn to blue ray.
    Premiere Pro has specific exporters for both of these; check out Format: MPEG2-DVD for DVD and Format: MPEG2 Blu-ray or H.264 Blu-ray for BD. You can also just send your sequence to Encore and let it pick the best settings based on your desired output format; select your sequence and go to File > Adobe Dynamic Link > Send to Encore.
    6.To upload and sell the footage on a website like shutterstock.
    Just like #2 above, you'll need to check with the specific stock service what their requirements are. They should be pretty simply spelled out, and then you can choose the format and codec based on those requirements. Googling for the particular service and other users' experiences would help, too.

  • How to read data from analog input and export it to a file using Components Works

    I've made a simple application (Delphi 5 using the activeX) that read data from analog input channel 0. After I read the data, I want to export it to a file using the Components Works on a 6035E NIDAQ. (I'm not using labview and don't want to use it)
    How can I do that???
    Regards,
    Francis

    Here's a sample code to do this...
    P.S.: If you read only one channel this code won't work.
    function MyFunction: Integer;
    var
    Low, High, i, j, ChannelCount, RowCount: Integer;
    Po: P;
    begin
    //you are reading multiple channel
    ChannelCount := VarArrayHighBound(Buffer, 1);
    RowCount := VarArrayHighBound(Buffer, 2);
    for i := 0 to ChannelCount do begin
    for j := 0 to RowCount do begin
    WriteToDisk(Buffer[i, j]));
    end;
    end;
    end;

  • Export the data of Essbase using ODI11

    Hi,
    I want to export the data of essbase using odi 11.g ,and store in the oracle database;
    But i got a issue that i haven't got the whole information,which just have the value of data column,and null instead of the Dimension Members ;
    The DataSet as the below:
    Account,Period,Year,Entity,Project,Data;
    Null,Null,Null,Null,Null,5231.212
    Null,Null,Null,Null,Null,6231.231
    Null,Null,Null,Null,Null,NULL
    I have check the below ways:
    *1.Essbase Report*
    http://ServerName:27130/easconsole/console.html
    Execute the report script:
    //ESS_LOCALE SimplifiedChinese_China.MS936@Binary
    <Sym {SUPALL}{TABDELIMIT} {NAMESON}{ROWREPEAT}{NOINDENTGEN}{SUPMISSINGROWS}{MISSINGTEXT "0"}
    <COLUMN(Scenario)
    {DECIMAL 8}
    "BUDGET"
    <ROW(Account,Period,Year,Entity,Project)
    <DimBottom "Account"
    <DimBottom "Period"
    <DimBottom "Year"
    <DimBottom "Entity"
    <DimBottom "Project"
    Result:
    Account,Period,Year,Entity,Project,Data;
    ACC1,1,FY13,ORG1,PRJ1,5231.212
    ACC2,2,FY13,ORG2,PRJ1,6231.231
    ACC3,3,FY13,ORG3,PRJ1,#Missing
    *2.odi Interface*
    LKM Hyperion Essbase DATA to SQL
    EXTRACTION_QUERY_TYPE:ReportScript
    EXTRACTION_QUERY_FILE:C:\odifile\budgetdata.txt
    EXT_COL_DELIMITER:\t
    *3.oracle table*
    The data type oracle 's table ,the data is NUMBER,other is NVARCHAR2(80);
    Anyone can help me ,thanks
    Kevin
    Edited by: kevin123 on 2013-4-17 下午11:03

    Who has experience in this field,thanks

  • Why can't I export my FCP 6 sequence using Compressor 3?

    I am wondering if anyone can tell me why I can't export my FCP 6 sequence using Compressor 3.0.5. 
    I have an hour-long 1080p Pro Res 422 sequence that I am trying to export using Compressor 3.  Whether I export using the 'Pro Res 422' preset or the 'H.264' preset, transcoding commences but then stops abruptly 15 to 20 minutes later with an error message saying 'Quicktime Error: -50.'
    For what it's worth, I have an early-2008 dual quad-core Mac Pro desktop with 6 GB of RAM and two ATI Radeon 5770 graphics cards.  I am currently running OS X 10.6.8.  The media (including Motion graphics) and project file are on an external drive connected via Firewire 800.
    Any advice on how to properly export this sequence at the highest quality without getting the error message is greatly appreciated!
    Shaun

    Are you "sending" to compressor?  Probably not the best way to work.
    First step:  make sure the sequence is COMPLETELY rendered.  If you don't understand how to do that, post back.
    Then, I'd strongly recommend that you export a quicktime file with current settings (file:  export:  quicktime movie NOT quicktime conversion) and bring that file into compressor and chose the appropriate preset.
    This workflow isolates each step and makes it easier to troubleshoot.
    Here are a few user tips that might be helpful
    Some tips for using compressor
    Common FCP Troubleshooting tips
    sending to compressor from fcp - a few issues

  • Exporting to blu ray and using episode problem

    I have a 60 min HDV time line of which I would like to export to Blu Ray ready for the future so I can then delete the master files and clear some space of the main hard drive.
    I bought a program by flip 4 mac called Episode Pro which plugs in to compressor and you can use it to export files apparently quicker and better.
    Episode has a drop down box with Blu Ray settings for Video and Audio which I choose. so far so good.
    When I tell it to export and then bring up the batch monitor it tells me that it take 3 or 4 days and the first try took 3 days and then a message failed came up.
    After that I had to reboot because it messed up FCP too
    Am I doing something wrong in episode and if I was to use normal compressor for Blu Ray exporting what settings should I use, I only see HD DVD?
    Thank you in advance,
    Regards
    Darren

    These are settings for compressor that I use.
    I use bootcamp, windows, and DVDitPro HD to burn blu ray disc.
    These settings are what DVDitPro likes ( no re-encoding)
    Name: blu ray video
    Description: No description
    File Extension: m2v
    Estimated file size: 7.91 GB/hour of source
    Type: MPEG-2 video elementary stream
    Usage:Blu-ray
    Video Encoder
    Format: M2V
    Width: 1920
    Height: 1080
    Pixel aspect ratio: Square
    Crop: None
    Padding: None
    Frame rate: 29.97
    Frame Controls: Automatically selected: Off
    Start timecode from source
    Aspect ratio: 16:9
    Field dominance: Automatic
    Average data rate: 18 (Mbps)
    1 Pass VBR enabled
    Maximum data rate: 27 (Mbps)
    High quality
    Best motion estimation
    Closed GOP Size: 1/2 second, Structure: IBBP
    Name: blu ray audio
    Description: No description
    File Extension: ac3
    Estimated file size: 82.4 MB/hour of source
    Audio Encoder
    Format: AC3
    Sample Rate: 48.000kHz
    Channels: 2
    Bits Per Sample: 16
    Target System: Generic
    Data Rate: 192 kbps
    Compression Preset: Film Standard
    Audio Coding Mode: 2/0 (L, R)
    BitStream Mode: Complete Main
    Center Mix Level: -3dB
    Surround Mix Level: -3dB
    Dolby Surround Mode: None
    LFE Exists: No
    Dialog Normalization: -27 dbFS
    Copyright Exists: Yes
    Original Content: Yes
    Audio Production Information Exists: No
    RF Overmodulation Protection: Off
    Channel Bandwidth Lowpass Filter: On
    DC Highpass Filter: On
    LFE Channel Lowpass Filter: On
    3dB Attenuation: Off
    phase 90: On
    Deemphasis: Off

  • I have had FPCX since Sept, first used Oct.  I have not had one 'movie' export properly, first time since using FPCX.  Audio stops completely at some point and does not re-start.  Any ideas, folks?

    I have had FPCX since Sept, first used Oct.  I have not had one 'movie' export properly, first time since using FPCX.  Audio stops completely at some point and does not re-start.  Any ideas, folks?

    First, I suggest you limit the subject line of your question to a few words which will help someone identify the problem you are encountering. Putting the entire question there looks as though you are shouting.
    It would help anyone to identify your problem if you were to say what video codec (file format) you are using, and describe the method you are using in your attempts to export it.
    You could also list any relevant error messages you encounter.
    What version of FCP X are you using?
    All these things will make it easier for people to help you.
    Andy

  • Do I need to change my captured 29.97 fps files to 23.98 fps?

    Of the 290 AG-DVX100 24p clips I've captured to my hard drive for my first feature, about 50 or 60 of them have vid rates (at least according to the clip descriptions in the FCP browser window) of 29.97 fps. My other 230 - 240 clips are (again according to the browser) 23.98 fps. When I open any of the 29.97 fps mov master files in QuickTime and click on "Movie Info," QuickTime tells me the actual frame rates vary with the file, from, say, 24.45 fps to 23.39 fps to (sometimes) 29.98 fps, and so on.
    When I drag any of these files to the viewer, they seem to play perfectly fine, though in the viewer everything plays back at 30 fps. In fact, even my 23.98 fps clips play in the viewer at 30 fps, which I can tell when I step through each frame with my arrow keys. Is this supposed to work this way?
    Anyway, my real question is that my Easy Setup default sequence editing rate is 23.98 fps, so no matter which clip I use at which frame rate, once I drop it onto the timeline and start to work with it, it immediately works at that 23.98 fps rate, even if it is supposedly a 29.97 fps master file. I could use Cinema Tools to reverse telecine each of the 50 or 60 29.97 fps mov files to bring them into frame rate conformity with my other 23.98 fps stuff, but I don't want to do it if I don't have to. Is this step necessary?
    I plan to create a 23.98 fps DVD and eventually upload to a reel of 35 mm film. Any light you can shed on this most bewildering subject would be most appreciated!

    Sorry - I should specify that I shot my footage (at least most of it, if not all of it) on a DVX100A with the f6 setting so it's 24pa footage, not 24p. Sorry about that.

Maybe you are looking for

  • Prob with iTunes on Vista! Please Help!

    hi guys, i am getting the following error message when i install iTunes 7.5 version [IMG]http://img403.imageshack.us/img403/8344/itunesprobbo9.jpg[/IMG] i also tried iTunes 7.4 version but i am getting the same error message iTunes used to work befor

  • Linking to mailboxes from elsewhere in the filesystem (or reverse)

    Hi, I'm quite disappointed with how Mail integrates with the rest of the filesystem. Basically if I have a folder somewhere on the Mac I would like to have an alias or a pointer or something in it, which takes me immediately to the mailboxes I deem r

  • Partner interface process (pip) in BPM

    can you give an idea abt partner interface process (pip) in BPM???

  • Why is mobile home syncing so slow?

    I am running 10.8.3 on the clients and 10.8.3 with Server 2.2.1 on the Server. I have turned server-side file tracking on with sudo serveradmin settings info:enableFileSyncAgent = yes But the full story I got that from (http://krypted.com/mac-os-x/en

  • Found dead shared server in aler file

    hi some times i got these entries in my alert log file. found dead shared server 'S001', pid = (12, 2) Tue Apr 01 15:47:28 2008 found dead shared server 'S001', pid = (12, 3) Tue Apr 01 15:51:31 2008 found dead shared server 'S001', pid = (12, 4) Tue