Skip to content

Latest commit

 

History

History
46 lines (22 loc) · 819 Bytes

ffmpeg-offset.md

File metadata and controls

46 lines (22 loc) · 819 Bytes

ffmpeg-offset

Offset audio stream of one or several video files

Synopsis

$ ffmpeg-offset [OPTION]... INFILE...

Description

This script offsets the audio track of one or several video files.

Options

  • -o, --offset time

    Offset audio stream of file infile with respect to video by time seconds

  • -n, --name value

    Set default output filename suffix (default: none)

  • -d, --directory value

    Set an optional directory to where to write the files (default: none)

  • -y, --yes

    Overwrite existing files

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT