VideoHelp.com Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Member
    Join Date: Apr 2008
    Location: Spain
    Dear all,

    I have movie.wmv that is working fine, audio and video synchronized.
    And it goes though FFMPEG to become movie.swf or .flv:

    ffmpeg -i movie.wmv -ab 64 -ar 22050 -b 9570 -r 29.97 -s 256x188 -y movie.swf

    I obtain movie.swf (or movie.flv) and it is then when I play the swf or flv that the video starts later than the audio.

    Then, I am doing:
    ffmpeg -i movie.wmv -itsoffset 00:00:04 -i movie.wmv -ab 64 -ar 22050 -b 9570 -r 29.97 -s 256x188 -y movie.swf

    and movie.swf is desynchronized once again.

    If I do:
    ffmpeg -i movie.wmv -itsoffet delay -i movie.wmv -map 0: x -map 1:y –ab 64 -ar 22050 -b 9570 -r 29.97 -s 256x188 -y movie.swf

    nothing happens.

    What am I doing wrong?

    Zillions of thanks!

    Note: using FFMEG.exe and executing through a PHP script, all in a Linux based web host
    Quote Quote  

  2. Banned
    Join Date: Jun 2007
    Location: UNREACHABLE
    ASF/WMV usually means variable framerate and may contain
    variable samplerate audio --- the adequate scenario for sync problems
    after format conversion.

    Note: using FFMEG.exe and executing through a PHP script, all in a Linux based web host
    Perhaps you will have to choose a container
    less unfriendly than ASF.
    Quote Quote  




Similar Threads

  1. Replies: 0
    Last Post: 3rd Nov 2010, 23:50
  2. Merge 2 FLV video files side by side
    By zsuppguy in forum Newbie / General discussions
    Replies: 3
    Last Post: 7th Jan 2010, 16:58
  3. Replies: 4
    Last Post: 9th Jan 2009, 02:36
  4. Audio & video sometimes desynchronized while converting DV to MPEG
    By kb1985 in forum Newbie / General discussions
    Replies: 0
    Last Post: 19th Oct 2008, 17:02
  5. Replies: 1
    Last Post: 15th Jul 2008, 18:05
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools