1
0
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:
solderq35 2023-04-05 22:33:30 -07:00 committed by Mikael Finstad
parent be3d846d6e
commit 855ca6ed86

View File

@ -71,7 +71,7 @@ function interpolateSegmentFileName({ template, inputFileNameWithoutExt, segSuff
if (segSuffix) {
if (segNum > 1) {
currentTimestamp -= 1;
currentTimestamp += 1;
}
}