How does exactly AMS sync a video stream with another stream of audio only ?

I have the following situation: 2 instances of FMLE on one machine and another machine with AMS Starter.
The instances of the FMLE are:
1. Video H.264 + audio MP3
2. Audio only MP3 - track 1
The application on AMS is a livepkgr/_definst_ and i am using HDS with a live event
I have an OSMF based player to consume the streams and to do audio switch using late binding audio.
When I consume the Video with the Default audio everything works just fine. The problem is that when I try to consume the Video with the other audio track, the audio tack has a 1 second delay compared to the video.
I have tried to fix this by changing the configurations on the FMLE, but it doesnt seem to work. So I really want to know how does exactly AMS syncronize differents streams, in this case a video stream with a different audio stream.

First, what is the file format, and its specs. for the remote recorder?
Though the rates of modern cameras and digital recorders SHOULD match 100%, in the real-world, they seldom do. This make perfect syncing a labor intensive process.
One should do tests between the cameras and the recorders, to find out the % or error. Then, adjust their Audio to match first. As an example, one user in the PrPro Forum tested his Panasonic cameras, and his Zoom recorders, and found that the Zooms were off by 0.04% constantly. To correct this, he used the Time Remapping (with Maintain Pitch checked), and would apply that adjustment to all of the Zooms' files - perfect sync.
As for the Waveform not displaying for your remote recorder, did you allow those files to completely Conform (creation of the CFA and PEK files, the latter is the Waveform Display)? See this article: http://forums.adobe.com/thread/726693?tstart=30
Also, you should be able to increase the vertical zoom of your Audio Tracks, and hence any Clips on them, by hovering the Cursor over the junction between Tracks, in the Track Header, and when it turns into a = sign, with up/down arrows, click+drag. Then, you should be able to find commonality in the beginning, to sync up to. Tip: for this critical work, toggle the Snap feature OFF, with the S key.
Good luck,
Hunt

Similar Messages

  • I recently purchased a movie (Prometheus) on my computer through iTunes and every time I try to put it on my iPhone, it fails. How can I successfully sync this video? Mind you, every other file syncs flawlessly.

    I recently purchased a movie (Prometheus) on my computer through iTunes and every time I try to put it on my iPhone, it fails. How can I successfully sync this video? Mind you, every other file syncs flawlessly.

    Can you connect to a wifi source on the device? Enable wifi in settings on the device itself. If you don't have wifi at home, there may be a local hotspot you can use for this.
    The reason this happens is carriers don't want people downloading huge files that would slow their network as well as eat up your data plan.

  • How does the iMac handle HD video editing?

    Tired of Window PCs, looking to buy an Apple System. I would like to do some video editing but want to make sure I get a powerful enough system from the start. How does the iMac handle HD video editing or should I look a better, faster computer?

    I have a mid 2011 iMac, 21 inch 4 GB RAM (the next to bottom iMac), Lion. I run Final Cut Express 4 with no difficulty (at least so far). It is certainly fast enough. My old G5, 7 years old, was also, and the iMac is faster.
    As I remember, I heard from someone on the Final Cut Express Discussions that some people might be having difficulty with FCE 4 on Lion, but I am a bit hazy. Its bigger brother, Final Cut Pro, is also available. I suggest that you post on the Final Cut Express or Final Cut Pro Discussion sites. They have many reliable users.

  • HT5637 How does itunes match sync playlists?

    How does itunes match sync playlists between my computer, ipad and ipod?

    It will tell you that the library exceeds the limit and will not proceed. So if you have more than the 25k limit (and keep in mind that iTunes Store purchases do not count against this limit) the only way you can use iTM is to move some music out of the library to get under the limit before signing up for the service.

  • Why I can't import o sync my videos made with my IPhone 4S?

    I can't import o sync my videos made with my IPhone 4S. Have try ICloud Photo Stream, IPhoto, Image Capture, Drang and Drop, Dropbox, also turning it on and off, nothing seams to work. Can someone please give a efective solution? Thanks

    The iPhoto app (version 9.4.3) on my iMac (with OS X, version 10.8.4) no longer imports videos from my iPhone 5 (with the latest version of iOS).  This problem arose suddenly roughly one month ago.  Whenever I connect my iPhone to the iMac, all my photos are imported without a problem, but I get the following error message for all of the videos on the iPhone:
    I get the same error message when my children try to import videos from their 5th gen iPod touches.  The videos simply do not get imported and they remain on my iPhone anmd the iPod touches.  Strangely, I can send the videos via iMessage or email to other iPhones/iPod touches and they play with no problem on the recipient iDevices.  
    Again, this problem began suddenly roughly one month ago - I was able to import videos from my iPhone 5 without incident before it suddenly stopped working - and I am stumped at how to correct this problem.
    I do not have any issues with storage capacity on my iMac, so that possible explanation can be ruled out.
    Thanks in advance for any assistance.

  • I have video clips with 4 channels of audio, I can only hear audio recorded on channel one, how do I hear the other channels......?

    I have video clips with 4 channels of audio, I can only hear audio recorded on channel one, how do I hear the other channels......?

    What version of Premiere Elements and on what computer operating system?     Elements 13 on Windows 7
    What is the brand/model/settings of the camera that recorded these videos?        ony  PMW 320
    When you import them into your Premiere Elements project, what does Premiere Elements Properties for that import give for
    the audio description in the way of number of channels? If you open the Audio Meter (Window Menu/Audio Meters) and you play back
    the video in the Premiere Elements Editor, how many channels does the Audio Meter display?   
      I just drag and drop video and when playing back only channel 1 will appear
    What is your intended export for this video in terms of audio as well as video compression and formats?    MP4
    I think you can only use audio if it's recorded on channel 1 or it does not recognize it.
    Thanks for the help if possible,Kevin416 873 8374

  • How does works default parameters in a program with logical database PNP?

    Hi Friends,
      I have a basic program, i need to filter info with period parameters in a program that uses logical database PNP, but it doesn't work.
      If i use "person selection period" that it's suposed to filter info according to infotype 0001 (as the sap help says), it doesn't work, i use: PNPBEGPS = today and PNPENDPS = today, and the result it's a lot of registers that doesn't meet that criteria.
      Also i tried with: data selection period, today, up to day, current month. And the result it's with the same problem.
      How does works period parameters in a program with logical database PNP?
    This it's the program example, i use the default category.
    REPORT  ZRPHRTEST.
    tables: pernr.
    infotypes: 0001.
    start-of-selection.
    get pernr.
      write: pernr-pernr, p0001-begda, p0001-endda.
    end-of-selection.
    write 'fin'.

    Hi,
    Define pernr table under tables statement then and use GET PERNR event.This get event is followed by End-Of-Selection.
    Syntax: Tables pernr.
                Get pernr.
    Try, activate and test. This should solve your problem.
    Regards,
    Abhijeet

  • How does one transfer CS5 actions for use with CS6?

    CS6 installation, which was uneventful, has transferred none of my actions from my copy of CS5. The CS5 actions are located in the actions folder of the APPLICATION/PHOTOSHOP CS5/PRESETS/ACTIONS.  The "actions" folder in application support/adobe in my library is empty, and has always been so.
    Only the CS6 default actions are located in the same folder for CS6.
    I use imac i7, lion.
    Note that i also have CS3 and CS4 on my machine. This due to recent upgrade to CS5 and recent upgrade to LION, and my general paranoia.
    Must i load each action into CS6, one at a time?
    thanks to any and all.
    vince

    Re: how does one transfer CS5 actions for use with CS6?
    On a Mac - There are multiple ways to do this.  I have done them both ways. In order to do this you need to know where you have your actions stored, and you can move them all at once if you have them stored in the same location.
    1. You can load an action ONE AT TIME into your actions palette by:
         A. Open up the action palette and click on the little arrow with 4 little horizontal lines next to it on the upper right corner of the actions palette.
         B. Select "Load Actions" and a Finder window will open up and you can search your computer through this window for your actions.
         C. Click on the action from the Finder window then click 'Open' at the bottom right of the finder window.
         D. To save these so that they appear every time you open up your actions palette, go back to the little arrow at the top right of the actions palette and when the drop down window opens- click on 'Save Actions'. It will select the location where the          actions are currently stored as the place to save them. If you want to change that path, you can do it at this time in the little path window.  I just leave it, since I keep all my actions stored in the same file.
    2. TO MOVE MULTIPLE ACTION SETS AT ONCE
         A. Open up CS6 (or CS5) and move the Photoshop workspace it to the right side of your computer screen so you can see your desktop on the left side.
         B. Open up your Finder search window from your dock (the square blue head icon thingy for those who are new to photoshop). Move this to the left side of your screen so you can see the Photoshop work space on the right and the Finder window          on the left. In the Finder window, navigate to the file where all your actions are stored, select all the actions in the file (command+A will select everything in the file if you are actively inside the open file) or you can select multiple files           individually by continuously holding down the command key and clicking on the different actions you want to move.
         C. With the Photoshop workspace visible on the right, and the actions palette open so you can see that the actions actually transferred - In the Finder window, click the selected actions you want to load and drag them over to the Photoshop           workspace.  I did this without an image open, I just dragged them onto the empty workspace.  The actions should all appear immediately in the actions palette that is open.
         D. To save these so that they appear every time you open up your actions palette, go back to the little arrow at the top right of the actions palette and when the drop down window opens click on 'Save Actions'. It will select the location where the           actions are stored as the place to save them. If you want to change that path, you can do it at this time in the little path window.  I just leave it, since I keep all my actions stored in the same file.
    I hope this helps. 
    and I hope there are no typos. 

  • How works lync when I made a video conferences with someone in my same building?I want to understand how lyncs works, when I made video conferences with someone in my same building, if my call go to to server and then go to the person I´m calling. Or if L

    I want to understand how lyncs works, when I made video conferences with someone in my same building, if my call go to to server and then go to the person I´m calling.
    Or if Lync realizes that we are in the same building so it never leaves, so it don’t generate traffic. My concern is the bandwidth consumption.
    Please a I need the information.
    thanks

    In addition, you can refer to the following link about the media connection in different scenarios:
    http://www.shudnow.net/2010/12/06/lync-server-2010-port-ranges-and-audiomedia-negotiation/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Lisa Zheng
    TechNet Community Support

  • How does apple know what the fault is with my iphone?

    How does apple know what the fault is with my iphone when sending it to them on apple care. My sleep/ wake button seems to be stuck so I sent in for a repair on the website and they sent me a apple care box and said send it back but I Carnt remember if I told them the fault or do they know by the repair ID number? Please help as I'm sending it off in a couple of day.

    Include a note in the shipping box describing in detail the issue you have with the phone. Include your name, address, phone number, email, iPhone model and serial number, and a detailed explanation of the problem.

  • TS3999 how can I stop syncing my outlook calendar with icloud and not loose the existing calandar data in outlook?  the calendar data which downloads to outlook, was also wiped off the gmail calendar after the icloud sync , how can I restore the data to g

    How can I stop syncing my outlook calendar with iCloud and not lose the existing calendar data in outlook?  The calendar data which downloads to Outlook was also wiped off the Gmail calendar after the iCloud sync, how can I restore the data to Gmail?

    same issue, looks like nobody answered you from last JULY....

  • Compressor 4.1.3 haven´t the option allow frame reordering, how i do to make a video h264 with the profile baseline 3.0?

    Compressor 4.1.3 haven´t the option "allow frame reordering", how i do to make a video h264 with the profile baseline 3.0?

    Strange, in this new version 4.1.3, i don´t find quick time settings in the inspector, help me please!

  • Does iChat in Lion have video calls with Yahoo messenger??

    Does iChat in Lion have video calls with Yahoo messenger?
    so far is supports only AIM and Apple ID for video chat but in Lion iChat supports Yahoo messenger, do they have video calling also or only text chat is offered in this version?

    Hi all,
    iChat will Video to other iChat users for Jabber (Google, Facebook and others)  and Yahoo Names.
    In neither case will it Video to any Web browser access to the service the buddy may be on such as the Google Mail web mail or iGoogle pages access to the chat option.
    Nor will it video to any Standalone app (There is one for PC for GoogleTalk) and obviously the Yahoo app on both PCs and Macs.
    iChat has not done this since Jabber was added at iChat 3  (OS 10.4/Tiger) some while ago.
    The AIM for Mac app has never been able to do Video.
    Video chatting to the AIM app for PCs can be fraught but is supposed to work.
    It also tends to work to the  Trillian App with the Pro Add-on (which Costs)
    The Yahoo for Mac 3 Beta has been in beta for years.  It could be argued that it has never been "Supported"
    iChat 6 's behaviour may not be what you want but it is entirely consistent with iChat 3 through 5 with the Jabber options.
    You could use this page
    http://www.apple.com/feedback/ichat.html
    8:56 PM      Wednesday; November 23, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • My iphone is synced and backed up with another computer which is now broken... and i have synced it with a new one but when i want to do anything itunes says all data will be erased and replaced with the current itunes library?what do i do?

    my iphone is synced and backed up with another computer which is now broken...i have synced it with my new computer  but it hasnt transfered anything over to itunes and when i try to add anything to my iphone it says all data will be erased and replaced with the current itunes? i dont want to lose all my apps and music.... i dont know how to go around this problem? i want to back it all up and sync it properly to my new computer so that is now my main computer , so i can add ring tones and music etc with out it erasing everything ive got. any answers would be great and muchly appreciated. thanks, im not sure what operating system my iphone has either.....

    It has always been very basic to always maintain a backup copy of your computer for just such an occasion.
    Use your backup copy of your computer to put everything on the new one.
    It sounds like you have failed to do this, which is not good at all.
    You will have to transfer your itunes purchases from your iphone.  Authorize your computer for your itunes account 
    About iTunes Store authorization and deauthorization
    Open itunes, plug in iphone, do NOT sync, click File>Transfer Purchases
    When you do sync you will lose your pics ( photo library - synced from your old computer), your itunes content ( music, apps, videos,etc) , your contacts and your calendars.  So do NOT sync yet.  This is why a backup copy is so important.
    Enter one unique contact and calendar entry on your computer.
    When you first sync, you should get the option to merger the data.  Choose it.
    If you want your pics, then you will need to e-mail them to yourself before you sync.  They will not be of the original quality as they are reduced when synced to iphone.
    When all is as goos as it can be, then backup your computer, and always maintain the backup.

  • How can you use iMessage between 3 iPads with 3 different users but only one Apple ID?

    how can you use iMessage between 3 iPads with 3 different users but only one Apple ID?

    No you do not need separate Apple ID's in order to use 3 devices with one Apple ID. I use 4 devices to Message and FaceTime and all use the same Apple ID. You do need to add additional email addresses for the other devices.
    Look at this very informative video for the instructions.
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l

Maybe you are looking for

  • Omni 10 Windows 8.1 won't always charge

    Recently my Omni 10 has been intemittently refusing to begin charging when the power adaptor is connected.   When this occurs, the battery must completely drain before it will begin charging.  The charging brick is not getting hot.  I tried disabling

  • All my sent items are not visible in outlook

    When I send email from my iphone I can't see it in sent items in my desktop pc's outlook 2013. However, all inbox items are visible. My OS is windows 8 pro. Thanks

  • 10.7.3 Update Combo Error: update doesn't finish and stucks Mail, Address apps

    Hi all, i'm very angry because Update 10.7.3 in my MBP - early 2011; when I was updating it, a message appears with "unexpected error" ... so, update is unfinished... then I tried to open Mail, Address Book and other apps but they failed...  look for

  • My ipod just keeps flashing!!!!  Help please!

    I have a 2nd gen ipod nano and for the last few months all its done is flash the apple logo! I've tried just about every conceivable solution posted on the internet with no luck and am at a loss as to what to do next. When I connect to the comp it do

  • Cannot get my serial number for elements 12?

    I can't get my serial number, it keeps saying my redemption number is incorrect? Photoshop Elements 12