We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e4a041 + 020c5f0 commit c315fbbCopy full SHA for c315fbb
1 file changed
packages/renderer/src/combine-videos.ts
@@ -86,6 +86,7 @@ export const combineVideos = async (options: Options) => {
86
if (parsed === undefined) {
87
Log.verbose(data.toString('utf8'));
88
} else {
89
+ Log.verbose(parsed);
90
onProgress(parsed);
91
}
92
0 commit comments