init commit
This commit is contained in:
4
remotion/node_modules/@remotion/renderer/dist/prores-profile.d.ts
generated
vendored
Normal file
4
remotion/node_modules/@remotion/renderer/dist/prores-profile.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare const validateSelectedCodecAndProResCombination: ({ codec, proResProfile, }: {
|
||||
codec: "aac" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav";
|
||||
proResProfile: "4444" | "4444-xq" | "hq" | "light" | "proxy" | "standard" | undefined;
|
||||
}) => void;
|
||||
Reference in New Issue
Block a user