Ticket #1353 (closed enhancement: fixed)
Feature request: Audio offset option
| Reported by: | bombo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avfilter |
| Version: | unspecified | Keywords: | itsoffset audio mux |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | yes |
Description
...just like '-itsoffset offset (input)' which is working for video streams only
so there should be one for audio streams. (-audiooffset ?)
e.g. to shift an audio stream 10s forward, when it starts 10s earlier than the video, to synchronize audio/video in the muxed file.
Change History
Note: See
TracTickets for help on using
tickets.



Should be addressed in:
commit f6580b50edd1f1e0eb92309a16fe90cc911ccf5e Author: Stefano Sabatini <stefasab@gmail.com> Date: Wed Aug 8 13:44:11 2012 +0200 lavfi: add asetpts audio filter Based on an idea by Andrey Utkin <andrey.krieger.utkin@gmail.com>.An offset can be now added with:
as shown in docs.