@remotion/renderer
Version:
Render Remotion videos using Node.js or Bun
9 lines (8 loc) • 325 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.combineVideoStreamsSeamlessly = void 0;
const combineVideoStreamsSeamlessly = ({ files }) => {
const fileList = `concat:${files.join('|')}`;
return fileList;
};
exports.combineVideoStreamsSeamlessly = combineVideoStreamsSeamlessly;