offset timestamp transfered from source file

...by the cut offset of each segment
fixes #468 #770
pull/794/head
Mikael Finstad 5 years ago
parent 56bc6f60df
commit 75261990cd
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -152,7 +152,7 @@ function useFfmpegOperations({ filePath, enableTransferTimestamps }) {
const result = await process;
console.log(result.stdout);
await optionalTransferTimestamps(filePath, outPath);
await optionalTransferTimestamps(filePath, outPath, cutFrom);
}
console.log('customTagsByFile', customTagsByFile);

Loading…
Cancel
Save