Whether the input is a stream.
Add input arguments, they will be placed before any additional arguments.
-
Select the codec for audio streams. See https://ffmpeg.org/ffmpeg-all.html#Main-options
-
Select the codec for all streams. See https://ffmpeg.org/ffmpeg-all.html#Main-options
-
Limit the duration of the data read from the input. See https://ffmpeg.org/ffmpeg-all.html#Main-options
The limit for the duration in milliseconds.
Select the input format. See https://ffmpeg.org/ffmpeg-all.html#Main-options
Returns all the arguments for the input.
Adds offset
to the input timestamps.
See https://ffmpeg.org/ffmpeg-all.html#Main-options
The offset in milliseconds. MAY be negative.
Get information about the input, this is especially helpful when working
with streams. If the source is a stream options.probeSize
number of bytes
will be read and passed to ffprobe; those bytes will be kept in memory
until the input is used in conversion.
-
Seeks in the input file to start
.
See https://ffmpeg.org/ffmpeg-all.html#Main-options
The position to seek to in milliseconds.
Select the codec for subtitle streams. See https://ffmpeg.org/ffmpeg-all.html#Main-options
-
Select the codec for video streams. See https://ffmpeg.org/ffmpeg-all.html#Main-options
-