So beschreibt es ffmpeg:
‘-ss position (input/output)’
When used as an input option (before -i), seeks in this input file to position. When used as an output option (before an output filename), decodes but discards input until the timestamps reach position. This is slower, but more accurate.
position may be either in seconds or in hh:mm:ss[.xxx] form.
‘-itsoffset offset (input)’
Set the input time offset in seconds. [-]hh:mm:ss[.xxx] syntax is also supported. The offset is added to the timestamps of the input files. Specifying a positive offset means that the corresponding streams are delayed by offset seconds.
Was ist der Unterschied zwischen den beiden, wenn beide als Eingabeoptionen verwendet werden? Sind sie gleich, wenn -ss
als verwendet wird input option
?
-ss 5
wird nicht verworfen. Wäre trotzdem besser für Videos geeignet. Das erste Bild ist in den ersten fünf Sekunden sichtbar, danach wird das Video wie gewohnt abgespielt. Beachten Sie, dass dies nur die Videostreams betrifft!-itsoffset 5
nicht verwerfen ...-shortest
sowohl-ss
als auch-itsoffset