Problem of synchronization during the export

Hello.
My config: Windows 7, premiere elements 9
The movie lasts about 4min, I have 3 video tracks and 3 audio tracks).
The first exports were completed but since I made modififications of titration, nothing goes more.
At the end of 2m30 of movie I 2 track sound move then become again synchronous.
I'm looking for solutions since many hours without finding anything, so all the ideas are welcome.
I already have to try several tracks among which the one was to return to the version 7 of quicktime because I know that with avid there are sometimes problems of export because of incompatibility of software and among others quicktime.
Thank you in advance.
I'm sorry if it's not clear but i'm french...

I filmed with a camera Canon XA10.
The regulations were 1920*1080 50I.
The video files are in the .MTS (25 f/s).
I have a track sound with the music in .MP3 and two track sound in the .MTS
My regulation of project was HDV1920*1080 25 f/s for the video and 48khz for the audio.
I tried all the possible formats of export but the one that I want is the MPEG2 1920*1080 25p.
Thanks for answer so quickly.
I need to go but i come back tomorrow to see if you had a idea to solve my problem.

Similar Messages

  • Problems found during the EXPORT to specified keyin table.

    Hi
    I am getting this error in sending iDOC system( We have iDOC-XI-iDOC Scenario.) I tried to reregister the queues but still nothing is passing thru XI.
    Thanks,
    Manish

    Acutally I am getting this DUMP in ST22.
    <i><b>ShrtText                                                                                |
    Problems found during the EXPORT to specified key in table.
    What happened?
    Error in ABAP application program.
    The current ABAP program "CL_XMS_PERSIST================CP" had to be
    terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    is especially useful if you want to keep a particular message.
    Error analysis
    The table " " does not contain any data records with the specified key.
    The system called the internal SAP database interface because it
    expected to find such a key.
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "EXPORT_TABLE_UPDATE_CONFLICT" C
    "CL_XMS_PERSIST================CP" or "CL_XMS_PERSIST================CM00W"
    "INSERT_MSG_ALL"
    If you cannot solve the problem yourself and you wish to send
    an error message to SAP, include the following documents:
    1. A printout of the problem description (short dump)
    To obtain this, select in the current display "System->List->
    Save->Local File (unconverted)".
    2. A suitable printout of the system log
    To obtain this, call the system log through transaction SM21.
    Limit the time interval to 10 minutes before and 5 minutes
    after the short dump. In the display, then select the function
    "System->List->Save->Local File (unconverted)".
    3. If the programs are your own programs or modified SAP programs,
    supply the source code.
    To do this, select the Editor function "Further Utilities->
    Upload/Download->Download".
    4. Details regarding the conditions under which the error occurred
    or which actions and input led to the error.
    Information on where terminated
    The termination occurred in the ABAP program "CL_XMS_PERSIST================CP"
    in "INSERT_MSG_ALL".
    The main program was "SAPMSSY1 ".
    The termination occurred in line 302 of the source code of the (Include)
    program "CL_XMS_PERSIST================CM00W"
    of the source code of program "CL_XMS_PERSIST================CM00W" (when
    calling the editor 3020).
    Source Code Extract
    Line
    SourceCde
    272
    IF lv_switch_mode = 2.
    273
    IF export_to_db_optimized = co_true.
    274
    CALL FUNCTION 'SXMB_EXPORT_TO_DB'
    275
    EXPORTING
    276
    iv_kind        = 'P'
    277
    it_prop        = lt_prop
    278
    iv_switch_mode = lv_switch_mode
    279
    iv_msgguid     = clustkey-msgguid
    280
    iv_pid         = clustkey-pid
    281
    iv_vers        = clustkey-vers.
    282
    ELSE.
    283
    EXPORT lt_prop FROM lt_prop
    284
    TO DATABASE sxmsclup2(is) FROM wa_clup ID clustkey.
    285
    ENDIF.
    286
    ELSE.
    287
    IF export_to_db_optimized = co_true.
    288
    CALL FUNCTION 'SXMB_EXPORT_TO_DB'
    289
    EXPORTING
    290
    iv_kind        = 'P'
    291
    it_prop        = lt_prop
    292
    iv_switch_mode = lv_switch_mode
    293
    iv_msgguid     = clustkey-msgguid
    294
    iv_pid         = clustkey-pid
    295
    iv_vers        = clustkey-vers.
    296
    ELSE.
    297
    EXPORT lt_prop FROM lt_prop
    298
    TO DATABASE sxmsclup(is) FROM wa_clup ID clustkey.
    299
    ENDIF.
    300
    ENDIF.
    301
    >>>>>
    IF sy-subrc <> 0.                                         "#EC *
    303
       m_syserr_raise 'PERSIST' 'MSGGUID_EXISTING'
    304
                      clustkey-msgguid clustkey-pid
    305
                      clustkey-vers ''.
    306
    lv_p1 = clustkey-msgguid.
    307
    lv_p2 = clustkey-pid.
    308
    lv_p3 = clustkey-vers.
    309
    310
    RAISE EXCEPTION TYPE cx_xms_syserr_persist
    311
    EXPORTING id = cx_xms_syserr_persist=>co_id_msgvers_existing
    312
    p1 = lv_p1
    313
    p2 = lv_p2
    314
    p3 = lv_p3.
    315
    316
    ENDIF.
    317
    318
    319
    320
    table SXMSPRES (resources)
    321
    table SXMSPXRES (X-resources)
    Internal notes
    The termination occurred in the function "expOutDb" of the SAP
    Basis System, specifically in line 3748 of the module
    "//bas/640_REL/src/krn/runt/abexpo.c#8".
    The internal operation just processed is "cmpr".
    The internal session was started at 20060724051049.
    Internal call code.........: " "
    Key..................: " "
    It is very likely that a constellation similar to the following applies:
    Process 1:                               Process 2:
    UPDATE x.   ==> NOT_FOUND
    UPDATE x. ==> NOT_FOUND
    INSERT x.   ==> ok
    INSERT x. ==> DUPLICATE KEY
    DELETE x.   ==> ok
    UPDATE x. ==> NOT FOUND
    + DUMP
    Active Calls in SAP Kernel
    Lines of C Stack in Kernel (Structure Differs on Each Platform)
    [0] DoStack2 ( 0x105a4f7c0, 0x0, 0x2d1b000, 0x100000000, 0x1, 0x0 ), at 0x100471a60
    [1] CTrcStack2 ( 0x105a4f7c0, 0x0, 0x100000000, 0x2d1ac00, 0x2, 0x102d1ada4 ), at 0x100471610
    [2] __1cQrabax_CStackSave6F_v_ ( 0x10303b400, 0x303b400, 0x103874d10, 0x101fcfce8, 0x100000000, 0x
    [3] ab_rabax ( 0x1, 0x2d1ac00, 0x0, 0x100000000, 0x3873800, 0x100000000 ), at 0x100a7fa04
    [4] __1cIexpOutDb6FppCpLLInJEXPO_MODE__i_ ( 0x2, 0xe82, 0xffffffffffffffff, 0x101f97a90, 0x2, 0x38
    [5] __1cTwrite_data_compress6FkpnICONNE_WR_C_i_ ( 0xffffffff7fffb038, 0x1070, 0x1000, 0x10095fa9c,
    [6] __1cMab_connwrite6FIIpHIpFp0pIppnHAB_DATA_ppv_ipFppCpLLInJEXPO_MODE__i_i_ ( 0x0, 0x4, 0x10302a
    [7] __1cLexpo_export6F_v_ ( 0x0, 0x960000, 0x95f800, 0x0, 0x103847980, 0x1 ), at 0x10095aa20
    [8] __1cIab_jexpo6F_v_ ( 0x0, 0x5b52800, 0xd0, 0x100000000, 0x1, 0x0 ), at 0x100952df4
    [9] __1cIab_extri6F_i_ ( 0x100000000, 0x5a37800, 0x2f0, 0x1, 0x0, 0x5e ), at 0x10068ccf8
    </b></i>

  • How to choose the H264 profile during the export?

    Hi,
    I'm using Imovie with the video comming from my AVCHD camera and i'm having a problem with the generated video (export with quicktime).
    The output video is 1920x1080 (that is ok) but with the H264 profile 5.0.
    I would like to know if it is possible to use the 4.1 profile during the export and how?

    best to my knowledge not with Quicktime's h.264 options ...
    but you can install the free, re-engineered version x264 as a plugin avail e.g. here.
    after install and a relaunch of Mac, you're offered in the Export with Quicktime/Options/Codec dialog the new entry x264 - plus an Option button.

  • I am exporting a Pages document to Epub and Pages is compressing my jpg images.  How do I keep the original jpg size during the export to epub process?

    I am exporting a Pages document to Epub and Pages is compressing my jpg images (I think to 72 dpi from original 600 dpi). 
    How do I keep the original jpg size during the export to epub process?

    We are still trying learn how to use Pages to build ePub documents with high resolution graphics that will expand clearly when they are tapped. Very large screen shots are my example here.

  • Hi there! So I am using Lightroom 3 on a pc and I have ran into an issue when exporting images. The DPI and image size (in inches) that I am selecting during the export process. For example I just exported a collection and set the dpi to 180 and the size

    Hi there! So I am using Lightroom 3 on a pc and I have ran into an issue when exporting images. The DPI and image size (in inches) that I am selecting during the export process. For example I just exported a collection and set the dpi to 180 and the size to 7 inches on the long edge. My exported result is 457 dpi and sized at 3200x2134 pixels.. Any ideas on why this is happening and what I can do to correct it?

    The DPI setting in a digital image has no meaning at all. You need to learn how to calculate what you need in your exported image. The only measurement in a digital image that has any meaning is the number of pixels in each direction. It doesn't matter what you set that DPI to (actually it's PPI or pixels per inch). The image will have the same number of pixels regardless of the setting. If you need an image that is 5 x 7" (for example) at 200 PPI then you would want an image that measured:
    5 x 200 = 1000 pixels
    7 x 200 = 1400 pixels
    So you would need an image that is 1000 x 1400 pixels to have a 5 x 7" image at 200 PPI. The reason your exported image had such a high PPI setting is because you specified the number of inches you wanted the image to be. And there were enough pixels in the image that it calculated out to be that high PPI setting.
    I apologize, I don't explain this very well. But you need to learn to do the math to determine how large you really want your exported images to be.

  • Problem with udev during the boot

    Hi guys,
    Sorry if I didn't post this message in the good section but I didn't find any support section, so I supposed that this section was the most apropriate.
    So, I have a really ennoying problem with udevd since the latest kernel upgrade (3.2.2-1) during the boot.
    I have the following error at the boot:
    "udevd[37]: No such file or directory." and then the OS is unable to mount the disks and give me the weakest shell ever while saying me "You're on your own". Thank you Arch!
    I can't find any informations on google about this error, and I d'ont find a complete explanation of udev debug (specialy because no logs are written at this moment).
    Thank you very much guys.

    GreenTime wrote:
    qaws or someone else:
    Could you elaborate on how to just reinstall the kernel? Somehow I'm stuck
    Usually, you'll need a live CD (I recommend an ArchLinux Installation CD) or an LTS kernel sitting around on the same machine that can get you more or less into your favored machine.  It can also be done, by pxe/diskless booting from an installation (I'm a fan of quick and efficient)!  Then you have to mount all the necessary partitions /, /usr (sometimes /var if you need your packages) and most importantly /boot.  They have to be mounted underneath the rescue system being used , usually under /mnt.  Also needed is a mock-up of your /proc. /sys and /dev.  Once they are mounted accordingly, then you chroot into your installation you need to fix.  It helps if the rescue system has the same kernel, because the chroot'ed system usually tries to build your kernel based on the rescue system, but if you have your kernel package handy, it will build it with the packages modules & kernel.

  • Problem with synchronization of the Address Book

    My problem is in the synchronization of the Address Book:
    if I add or delete a contact in the iPhone or nell'iPad, syncing, iTunes tells me that there will be a change in the address book, but then in the Address Book on my Mac the new name does not exist or, if I deleted, remains .
    If I make a change (eg. Put an address or a birthday) in contacts of the iPhone or iPad, iTunes tells me that I'm editing the Address Book, but then the change is not in the Mac
    The strange thing is that after the synchronization, if I delete the new name or the variation in the iPhone or iPad, iTunes tells me again that it is making a change on something in the Mac Address Book I can not see, but which evidently is somewhere, but does not appear for whatever **** reason.
    On the contrary, working on the Address Book in Mac, synchronization is successful, and devices that I feedback positively what I added or removed from my Mac
    The synchronization of iCal instead occurs regularly in both directions.
    MacBook Intel Core 2 Duo
    OS Snow Leopard 10.6.8
    iPhone 4 16G
    iPad 3 16G
    All applications updated
    I do not use iCloud

    Hi Krishna,
    The only solution I can think of displaying the doc inside the portal content area is to create a document iView, embed this iView in a role and then in the link use:
    http://<server>:<port>/irj/portal?NavigationTarget=ROLES://<PCD Location of the iView inside the role>
    But that is not very short.
    Best regards,
    Avishai Zamir

  • I recently updated my iphone 4S to IOS 7 but the problem is that during the update the mobile switched off but apple sign still showing on the sreen but i lost all my data all my contacts all my photos

    i recently update my iphone 4s to software IOS 7 thrue only not from the PC. During the process the mobile switvhed off but the apple sign still showng on the sreen.
    the mobile is not woking i lost all my data (contacts and photos)
    im sure u have a solve for this problem
    i apreciate your quick answer

    You need to update iTunes to 11.1 on your PC

  • Releasing transport request has an error during the 'export' step.

    Hello Everyone,
    My environment is ERP 6.0 EHP6, AIX 6.3, Oracle 11g.
    We have a transport request that was created in our development system by deleting some obsolete roles. When we try to release the transport request to our q/a system it terminates with errors in the export step.
    The errors are.
       End of export R3TRTABUUSR10
       no E071K or E071K_STR entries found for R3TRTABUUSR11
       Start export R3TRTABUUSR12 ...
       no E071K or E071K_STR entries found for R3TRTABUUSR13
    Of course we cannot create a new transport request because the roles were deleted.
    Can someone please explain to me what could have cause this type of error and possibly how to resolve it?
    Regards,
    Ron

    Hi Ron,
    As per your log, no E071K or E071K_STR entries found forR3TRTABUUSR11
    no E071K or E071K_STR entries found for R3TRTABUUSR1
    Looks like there is no entry found for E071K or E071K_STR in table USR11 and USR13.
    Please check those table and make sure the above entries are there, if not that could be the issues.
    Also, please check if these tables (USR10, USR11, USR12 USR13)  are active in SE14.
    Thanks
    Adil

  • Error during the export of HANA using SWPM

    Hi,
    I'm trying to build a new test BW on HANA system by using system copy method from another test system. While trying to take the export, i'm getting the below error. I dont see any other info about the error in the sapinst logs. Any suggestions on how to fix this error
    ERROR      2014-04-21 11:15:56.207 [iaxxejsbas.cpp:211]
    FJS-00003  TypeError: user.getLoginEnvironment(sidAdm.password).get("PATH") has no properties (in script NW_Export|ind|ind|ind|ind, line 25406: ???)​

    Hi Javier,
    In our case, both <DB_SID>adm and <SAP_SID>adm are same as both HANA DB and SAP SID has the same name. Below is the env variable for <DB_SID>adm in the HANA DB server.
    PATH=/usr/sap/<DB_SID>/<DB_instancename>/server:/usr/sap/<DB_SID>/<DB_instancename>:/usr/sap/<DB_SID>/<DB_instancename>/exe:/usr/sap/<DB_SID>/<DB_instancename>/exe/Python/bin:/usr/sap/<DB_SID>/<DB_instancename>/exe/dat_bin_dir:.:/usr/sap/<DB_SID>/home:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib64/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/ibm/saphana/bin:/usr/lpp/mmfs/bin
    CPU=x86_64
    Thanks & Regards,
    Saravanan

  • Problems with captions in the exported file

    I export my sequence as a quicktime file and the captions should be embedded in the export file. But the exported quicktime file doesn't show the captions. Who can help?

    Exactly what version of Premiere are you running?
    What type of captions? CEA-608? CEA-708? Teletext?
    When the sequence is loaded in the Timeline, can you see the captions in the Program Monitor?
    When you say "captions should be embedded in the export file," I assume that means that on the Captions tab in the Export Settings dialog you set Export Options to "Embed in Output File." Please confirm.
    How are you checking for captions in the exported clips? What player? Have you enabled caption display in it?

  • Facing issue during the export of the oracle system_ system copy

    Dear All,
        We are exporting the R3E 47 / oracle database 9.2.0.5.0. I am facing an error in the database export phase.
    Dbsl Trace : Error 12535 in stmt_fetch()
    Dbsl Trace: ORA-12535 occured when executing SQL statment ( parse error offset=373)
    (EXP) ERROR: Dbsl ExeRead failed
        rc = 99, table "ZMT054_STOCKAGE"
       ( SQL error 12535)
      error message retunred by Dbsl
    ORA-12535:TNS:operation timed out
    (DB) INFO : disconnected from DB
    I have changed parameter CONNECT_TIMEOUT as per note 34479 to Value 0 restarted listener services and SAP as well. After restarting the export i am facing the same error.
    Kindly suggest me pls
    Regards
    Raj

    Hi Juan,
          Thanks for the info link. I have changed the paramater with higher value and skipped the table , then the export went fine.
    Thanks again.
    Raj

  • Can an In-Design placed image change during the exporting of the page to PDF?

    After exporting a spread to pdf in In-Design one of the images had been replaced by another which was on the same spread although they had completely different names. The image was correct in the In-Design and when the same spread was exported at a later date all images appeared correctly in the Pdf. Any ideas?

    InDesign will never change an image with another one on PDF export.
    But what kind of file type are you using?

  • Iview not selected in the transport package during the export

    Hello Expert,
    I created a transport package to send the change I made on the iview com.sap.portal.masthead to QA system.
    I added correctly the iview to the transport package but when I clicked on the button EXPORT to create the epa file, I found that the iview was not selected.
    My change canu2019t be send to QA system.
    Any idea how to fix this issue?
    Thanks a lot.

    Khaled,
    You can not transport a standard content as it can overwrite the old version and create a new version of the content.
    Refer the below link,
    http://help.sap.com/saphelp_nw04s/helpdata/en/26/edee3da7138e5be10000000a114084/content.htm
    You can copy a the existing iView , change the id and transport the same. Use the changed iView everywhere instead of the standard ones in this case.
    Ram

  • Why Oracle changes the export path

    Hi,
    I am doning an export with direct=y. But during the export I have got the message as: EXP-00067: Table xxxx will be exported in conventional path.
    Why Oracle changes the export path into conventional?

    It can be extremely annoying - our supplier added
    some clobs to some of our bigger tables, nothing in
    them at all, but it has massively increased our
    export times.How often is this a problem and why? In most places import/export would be a pretty rare scenario - upgrades and migrations would seem the most likely usage scenario.
    Niall Litchfield
    http://www.orawin.info/

Maybe you are looking for