[FFmpeg-trac] #1349(FFmpeg:new): itsoffset doesn't work for second input file (audio)

FFmpeg trac at avcodec.org
Thu May 24 20:15:38 CEST 2012


#1349: itsoffset doesn't work for second input file (audio)
-------------------------------------+-------------------------------------
             Reporter:  bombo        |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  FFmpeg       |                  Version:  git-
             Keywords:  itsoffset    |  master
  audio mux                          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 this delays the video for 10s:
 $ ffmpeg -itsoffset -00:00:10 -i video.avi -i audio.mp3 -codec copy
 muxed.avi
 playing with mplayer shows that its working.

 now i need the audio to be delayed 10s so it would be:
 $ ffmpeg -i video.avi -itsoffset -00:00:10 -i audio.mp3 -codec copy
 muxed.avi
 the result is no delay at all.

 version is: ffmpeg-20120519-git-31dfe20-win32-static.7z

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1349>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list