Skip to content

Commit 7526199

Browse files
committed
offset timestamp transfered from source file
...by the cut offset of each segment fixes #468 #770
1 parent 56bc6f6 commit 7526199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useFfmpegOperations.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function useFfmpegOperations({ filePath, enableTransferTimestamps }) {
152152
const result = await process;
153153
console.log(result.stdout);
154154

155-
await optionalTransferTimestamps(filePath, outPath);
155+
await optionalTransferTimestamps(filePath, outPath, cutFrom);
156156
}
157157

158158
console.log('customTagsByFile', customTagsByFile);

0 commit comments

Comments
 (0)