mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-25 11:43:17 +01:00
probably makes more sense to add milliseconds to match segment suffix
This commit is contained in:
parent
be3d846d6e
commit
855ca6ed86
@ -71,7 +71,7 @@ function interpolateSegmentFileName({ template, inputFileNameWithoutExt, segSuff
|
||||
|
||||
if (segSuffix) {
|
||||
if (segNum > 1) {
|
||||
currentTimestamp -= 1;
|
||||
currentTimestamp += 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user