Can I fix MPEG2 sync problem in QT7 Pro?

I have converted & compressed a bunch of VOB files (with ac3 audio) to MPEG2 files (with mp2 audio) using ffmpegX, but one of the file's audio track is out-of-sync, and the others are perfect.
I'm sure there's a perfectly good reason why it's out of sync, but I'm more worried about fixing it!
I have demuxed VOBs before so I could strip it down to the streams, rebuild it in QT7 and then compress it, but it's a lot of faffing around...
Can the audio track be 'nudged' in QT7 to get it in sync with the video track or is not as easy as that?
TIA Lee

IBGuzman wrote:
Hi,
something weird has happend with my PS5. Before resizing went just fine. If I go to Image-> image size-> change the the resolution to 300 and size for example to 8x10 and Ok. Before that weird problem when I "ok" that information the rulers showed 8 inches x 10 inches, but now
it shows 2000x3000 which is the pixels not inches as I want. What happend and how to fix this?
Thanks for help! 
That is because your Photoshop Ruler Units somehow has been changed to Pixels. An Action or script might have done that. Also you must have checked the constraine option in the Image size dialog and are using a 3:2 Aspect Ratio camera image.  8X10 is a 4:5 aspect ratio not a 3:2 ratio.  When you set 8 wide then 10" high and 300DPI photoshop calulated what the width should be and set 6.667" because constrain was checked in the images size dialog when Photoshop set in 6.667" in the print with field you missed seeing that and remember you had entered 8".  With your Ruler Units set to Pixels visible Rulers would show your 3:2 is a portrait to be 2000px wide and 3000px high as would the upper section in the Image size dialog for file size.
When you entered 8" in the width field Photoshop Calulated 12" for the hight because of the constrain option and put that in the height field which you then over typed with 10" which cause Photoshop the change the width to 6.667...
Nothing weird has happend Photoshop is working as it should.... To set the default back to inches use menu Edit>Pereferences>Units & Rulers.. The use the units pulldown menu and select inches.....

Similar Messages

  • I can't open my gallery after i migrate the iphoto! How can i fix this bad problem?

    HI,
    I can't open my gallery after i migrate the iphoto! How can i fix this bad problem? Flz help me!!

    Try repair permissions with Disk Utility
    Regards
    TD

  • Please how can i fix my DVD problem for window 7 cq56

    how can i fix my DVD problem for cq 56 107 SA windows 7? it is selecting disc.

    What is the problem... can you please tell us in detail???
    ||-Although I am working on behalf of HP, I am speaking for myself and not for HP.-||
    //Click on Kudos if my reply was helpful and answered your question//
    ||-If my answer solved the problem please mark the topic as the accepted solution-||

  • Can I fix the alignment problems my Color LaserJet CP1518ni is having? The red does not line up.

    Can I fix the alignment problems my Color LaserJet CP1518ni is having?  The red does not line up.  I have installed the latest updates, etc.  Calibrating does not help.  The printer is only a few years old.  What gives?
    This question was solved.
    View Solution.

    Please be aware that this forum is a peer to peer support forum, it is not a direct link to HP support.
    I have a similar issue with a Laserjet cp1525nw, it was mostly corrected by removing and reseating the toner cartridges.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • How can i fix a malware problem?

    How can i fix a malware problem?

    That depends on what malware problem you are having.  Start by going to Thomas Reed's site http://www.thesafemac.com and read up on malware.  If you are having adware issues, follow his link to AdwareMedic and use that to clean out adware and block it.  Tom is a regular and trusted member of these discussions and a great security guy.

  • How can I fix this graphics problem on my Macbook Pro?

    Whilst playing numerous games on my Macbook Pro, I have noticed the same problem. This causes the game to be almost unplayable and usually happens after playing the game for a while. I have had this happen on many games such as Portal 2, World of Warcraft, Team Fortress 2, Starcraft II and a few others.
    I have had this problem ever since I first got my Macbook Pro, but the issue has changed slightly since. A software update a long time ago caused the problem from affecting the whole screen to just affecting the window the game was being played in.
    I can sometimes fix the problem by opening the Display preferences in System Preferences and it automatically fixes itself - without me doing anything. There is another way I have found to temporarily fix the problem, however this has only worked on World of Warcraft. It involves changing the reselecting the display in the video settings and reapplying it - causes the game screen to go black for a few seconds and the issue is resolved.
    The problem is that the graphics on the screen start to flicker and move about and certain sections are missed out. It's kind of like a fuzzy tear in the screen.
    I have a attached an image of the worst case of this that I have had (I managed to screenshot it).
    System Specs
      Model Identifier:          MacBookPro7,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2.4 GHz
      Memory:          4 GB
      Chipset Model:          NVIDIA GeForce 320M

    Does it do the same thing if you boot from a different disk, like your old Mac OS X install disk?  I see you're running Lion, so also try booting from the recovery partition by holding down command and r at startup.
    If it can't boot from any system, it's a hardware issue.  You'll need to contact Apple for service.  If you can boot from the recovery partition, try repairing the hard drive with Disk Utility.  You may also want to try running Apple Hardware Test.

  • How can I fix this Authorisation problem

    When I sync iphone with computer, it won't transfer purchases on iphone to my computer  - says computer not authorised. But if I go to authorise the computer it says it is authorised. How can I fix this?

    It sounds like one of these Apple IDs does not match:
    The Apple ID used to purchase the items
    The Apple ID you are using to "Authorize This Computer"
    The Apple ID used on the iPhone

  • How can I fix this theme problem?

    It turns weird.
    It was not like this before.
    I had this theme for a long time so I know it is not theme maker's problem.
    How can I fix this
    http://imgur.com/jAHMmWQ

    lalex, do you have the url or name of the theme in the addons website? You may need to contact them as well.

  • Can you fix this script problem?

    Hi everyone
    I got this script
    for gen underline text to pdf
    the problem is it gen each page multi times if the page more then one place has underline text
    Can you fix it?
    //======================================================================
    var f = new Folder("~/Desktop/Revised_PDF put in here/"); 
    f.create();
    var doc = app.documents; 
    app.findTextPreferences = null; 
    app.findTextPreferences.underline = true; 
    for(var i=0;i<doc.length;i++) 
            var found = doc[i].findText(); 
            var _pages = []; 
            for(var j=0;j<found.length;j++) 
                    var txfms = found[j].texts[0].parentTextFrames; 
                    for(var k=0;k<txfms.length;k++) 
                            _pages.push(txfms[k].parentPage.name); 
            for(var j=0;j<_pages.length;j++) 
                    if(_pages[j] === _pages[j-1]) 
                            _pages.splice(j,1); 
            if(_pages.length != 0) 
                    app.pdfExportPreferences.pageRange = _pages.toString(); 
                    doc[i].exportFile(ExportFormat.PDF_TYPE, new File("~/Desktop/Revised_PDF put in here/" + doc[i].name.replace(/\.indd$/i,".pdf")), false);
            _pages = []; 
    app.findTextPreferences = null;
    alert("Done.");
    var f = Folder("~/Desktop/Revised_PDF put in here/" ); 
    f.execute(); 
    //======================================================================
    for specific details:
    Is that possible to write a script for export underline text to PDF?
    thanks
    Harvey

    > the problem is it gen each page multi times if the page more then one place has underline text
    Is this only when you have multiple unconnected text frames (each one containing underlined text) on the same page? Or possibly footnotes, tables, or anchored text?
    Chinna's script assumes all text is in a single threaded story: the findText command searchs one story at a time, from start to end (and across multiple pages). If it reaches the end of the story, it continues with the next one, even if it has to go back to the first page. And anchored objects, text in tables, and text in footnotes all count as "separate texts".
    Chinna's script already removes multiple pages:
    for(var j=0;j<_pages.length;j++)
      if(_pages[j] === _pages[j-1])
        _pages.splice(j,1);
    but it only works for a continuous story, because the "found" occurrences will be in the original page order, such as "1,2,2,3,5,5". This code removes successive doubles (see the Javascript documentation for a description of "splice"). As soon as you have separate stories (tables, 'notes, et cetera), you get a series such as "1,3,3,5,1,6" -- where "1,6" would be the occurrences in a separate story.
    The solution is simple: before removing the duplicates, sort the pages. As far as scripting goes, this is remarkably easy:
    _pages.sort();
    Please note that I just felt like answering your question this once. If you do what you did on most some of your other questions (ask for multiple versions for other formatting, have a different functionality, work on "selected documents" or "all in a folder" or "in a book file", or follow up with questions about totally unrelated scripts) I will probably not answer anymore.
    No offense meant, of course.

  • I have downloaded Lion to my Macbook, and now I have to keep keying in my serial number every time I restart my laptop or launch my aperture(version3.1.3), how can i fix this this problem.

    I have downloaded lion to my Mac book pro and I have three consistent problems that will not just go away. My aperture keeps asking for my serial number each time I restart my computer or Launch it . How can I fix this problem.

    Have you tried repairing permissions using Disk Utility?

  • HT5622 How can i fix (error 403) problem?

    Hi every one ,
    After i installed ios 7 in my iPhone 4s and I got problem to login into my icloud account.
    There is a message appear and said  "the operation couldn't be completed (com.apple.appleaccount error 403)"
    can you help me ? how can i fix this problem ?

    Error: com.apple.appleaccount error 403
    Recreate Error: On a Iphone/Ipad device that has "already" created the maximum of 3 per device Apple limit of ICloud account creation attempt to create or login to ICloud service tab in Settings. You will be presented with "com.apple.appleaccount error 403" which does not tell the laymen anything useful.
    Cause: IOS 7 reports a "best guess" error instead of detailed error explanation.
    How To Resolve Error: Find a device that has not been used to create an ICloud account the maximum 3 times and use it to create the ICloud account by logging into the Settings/ICloud tab with the Apple ID you want a ICloud account created for.
    Keep in mind this will use up one of the three lifetime allowed ICloud account creations allowed by Apple on that device.
    Also per support: If an existing account is logged into the ICloud service. A. Backup phone using iTunes on a mac/pc. B. At bottome of Settings/ICloud Delete the account "AND" all the user date from the phone. It will offer the Delete all data option. The reason for Deletion(and is why we backed up on a pc vs. the cloud) is when you create the new ICloud account it will backup all of the Device owners information to the wrong persons account.
    Once you have created the new ICloud account log into that account on device that was presenting error: "com.apple.appleaccount error 403" it should allow the ICloud login.
    Once you have verified the "device with error" is ICloud functional delete the ICloud account from the device used to seed the ICloud account and delete again all user data from cloud. Restore the recently created mac/pc Itunes locally created backup to the phone and then go to Settings/ICloud and login with the device owners Apple ID and password and verify your backup to the ICloud settings and Eureka! your done.
    It took less time to do that for me to type this lol.
    NOTE: Original posted under poet68 id, that was me logged in as my customer. This was me "danowolf" discovery and solution developed with Apple support on the phone 9/26/2013

  • Flash Animations and Movies are lagging after having played a flash game which was graphics intense heavy and frequently refreshed which caused lags, how can I fix this lagging problem for Flash?

    On June 30th, I was playing a game called Lil Einstein's Manhattan project over at Newgrounds.com and the game although fine at first, later on in the advanced levels of the game, started to cause my browser to lag intensely and heavily. Now, when I try and watch other flash movies and animations, the flash doesn't run as smoothly, there are skips in the flash animations and movies, and it slows down.
    I tried scan disks, I tried defragmenting my computer, I tried uninstalling and re-installing Firefox.. Nothing worked to restore the Flash.
    But when I view Flash movies and animations on Internet Explorer, they run fine... but not anymore on Firefox.
    Other Firefox users who have played this game also reported problems as well..
    How can I fix my Firefox Browser and return the Flash running to normal?
    == This happened ==
    Not sure how often
    == June 30th, 2010

    If you have already scanned PC with an updated Anti-Virus and still the issue exists then I would suggest some troubleshooting techniques to resolve this problem:
    Update browser
    Remove unwanted Add-ons
    Remove unwanted Tool-bars
    Repair Registry
    Repair ActiveX objects and shared DLLs
    In case of facebook and Zynga I would suggest to Check for Problems with your Internet Connection.Try to Update Java and Reduce the Number of Running Internet Applications.
    Sometimes Multimedia content lag due to Hardware Acceleration, so disabling Hardware Acceleration should fix your problem.
    Open Flash Video in browser
    Right click on Video Player | Settings
    Open Display Panel
    Uncheck Enable Hardware Acceleration
    If issue still exists then you can find some more techniques described in detail here:
    http://www.shockwaveflashcrash.com/Easiest-fix-for-shockwave-flash-plug-in-Crash.html

  • How can I fix this compatibility problem?

    After running software updates, including to Microsoft Office, I can't open mail attachments or connect with shared calendars. How can I fix this?

    Hi there 5340Daniel,
    You may find the troubleshooting steps in the article below helpful.
    If you can't see, download, or add attachments to an iCloud Calendar event
    http://support.apple.com/kb/ht5373
    -Griff W. 

  • How can I fix stuck pixels on a MacBook Pro Retina?

    I have a MacBook Pro 15" Retina bought on Nov 2012 and I always have stuck pixels, mostly when whatching videos from YouTube.
    Is this normal or can I fix this easily?

    What do you mean by stuck pixels?
    Display issues can only be remedied by replacement of the display, the connection or the GPU.
    Ciao.

  • Has been fixed the sync problem of the key photo?

    Hi! Since IOS 5 my iPad hasn't synced the key photo of the events from iPhoto.
    I would like to know if Mountain Lion has solved this problem or any other update.
    I have an iPad 1 so I can't update to IOS 6, so I hope it'll be a problem with iTunes or iPhoto....
    Thanks

    Thanks No1_Slumko.
    The Bluetooth issue isn't a deal breaker for me. I am just surprised this isn't fixed so it must be a real problem for them maybe at a hardware level.
    The music artist album thing is a fail though.
    Just odd they had these things perfect on the N97 but S3 has broken them! (fixed everything else though.)
    I still cannot get over how well this phone works in terms of its radios. Very strong clear voice comms, ultra fast GPS and reception, excellent FM reception, and the FM broadcast is a lot more clear than on my N97.

Maybe you are looking for