init commit
This commit is contained in:
14
remotion/node_modules/@remotion/renderer/dist/file-extensions.d.ts
generated
vendored
Normal file
14
remotion/node_modules/@remotion/renderer/dist/file-extensions.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { Codec } from './codec';
|
||||
import type { supportedAudioCodecs } from './options/audio-codec';
|
||||
export type FileExtension = 'aac' | '3gp' | 'm4a' | 'm4b' | 'mpg' | 'mpeg' | 'mkv' | 'mp4' | 'gif' | 'hevc' | 'mp3' | 'mov' | 'mxf' | 'wav' | 'ts' | 'webm';
|
||||
export declare const defaultFileExtensionMap: {
|
||||
[key in Codec]: {
|
||||
default: FileExtension;
|
||||
forAudioCodec: {
|
||||
[k in (typeof supportedAudioCodecs)[key][number]]: {
|
||||
possible: FileExtension[];
|
||||
default: FileExtension;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user