이것이 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.
그렇다면 둘 다 입력 옵션으로 사용될 때 둘 사이의 차이점은 무엇입니까? -ss
로 사용될 때 그들은 동일 input option
합니까?