init commit
This commit is contained in:
2
remotion/node_modules/@remotion/renderer/dist/can-concat-seamlessly.d.ts
generated
vendored
Normal file
2
remotion/node_modules/@remotion/renderer/dist/can-concat-seamlessly.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export declare const canConcatAudioSeamlessly: (audioCodec: "aac" | "mp3" | "opus" | "pcm-16" | null, chunkDurationInFrames: number) => boolean;
|
||||
export declare const canConcatVideoSeamlessly: (codec: "aac" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav") => codec is "h264";
|
||||
Reference in New Issue
Block a user