init commit
This commit is contained in:
8
remotion/node_modules/@remotion/renderer/dist/combine-video-streams-seamlessly.js
generated
vendored
Normal file
8
remotion/node_modules/@remotion/renderer/dist/combine-video-streams-seamlessly.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.combineVideoStreamsSeamlessly = void 0;
|
||||
const combineVideoStreamsSeamlessly = ({ files }) => {
|
||||
const fileList = `concat:${files.join('|')}`;
|
||||
return fileList;
|
||||
};
|
||||
exports.combineVideoStreamsSeamlessly = combineVideoStreamsSeamlessly;
|
||||
Reference in New Issue
Block a user