Results 1 to 4 of 4

Thread: inwhich video editing software can i find this feature?

  1. #1
    Join Date
    May 2009
    Beans
    87

    Exclamation inwhich video editing software can i find this feature?

    i have a couple of .avi clips in which the sound plays 2 seconds before the video ,so i need a software that can re-sync the sound correctly with the video with affecting the video/audio quality, what program can i use ? /what is the name of this feature in video editing programs ?

    * i`m using Ubuntu 10.04
    ** i noted that the Multimedia & video forum have only threads about problems in playing videos & cards drivers problems , but i did not find anywhere else suitable to ask this question on the forums!

  2. #2
    Join Date
    Oct 2005
    Beans
    131

    Re: inwhich video editing software can i find this feature?

    I use avidemux for this. There is a checkbox and a value box on the main screen that you can use to enable audio shifting in a specified +/- number of milliseconds.

  3. #3
    Join Date
    Sep 2006
    Beans
    3,713

    Re: inwhich video editing software can i find this feature?

    Avidemux can re-sync your audio. I'm not sure if it will re-encode though.

    1. Import your video.
    2. On the left, you'll see a checkbox titles "Shift". You want the audio to start two-seconds later. Start with a value of 2000 (2000 ms = 2 seconds). Make sure Video and Audio are both set to "Copy".
    3. If it looks right export your video.


    You can also use the command line (untested by me):
    Code:
    ffmpeg -i input.foo -vcodec copy -acodec copy -itsoffset 00:00:02.00 output.foo
    You can use MPlayer to test how much you need to change the audio delay with the - and + keys. It will print out a display on the video showing you how much delay you've applied.

  4. #4
    Join Date
    May 2009
    Beans
    87

    Re: inwhich video editing software can i find this feature?

    thanks alot guys
    that worked perfectly

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •