Offset audio stream of one or several video files
$ ffmpeg-offset [OPTION]... INFILE...
This script offsets the audio track of one or several video files.
-
-o
,--offset
timeOffset audio stream of file
infile
with respect to video bytime
seconds -
-n
,--name
valueSet default output filename suffix (default:
none
) -
-d
,--directory
valueSet an optional directory to where to write the files (default:
none
) -
-y
,--yes
Overwrite existing files
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.