Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import type { MediaParserVideoTrack } from '@remotion/media-parser';
|
||||
import type { ConvertMediaVideoCodec } from './get-available-video-codecs';
|
||||
import type { ResizeOperation } from './resizing/mode';
|
||||
export declare const canReencodeVideoTrack: ({ videoCodec, track, resizeOperation, rotate, }: {
|
||||
videoCodec: ConvertMediaVideoCodec;
|
||||
track: MediaParserVideoTrack;
|
||||
resizeOperation: ResizeOperation | null;
|
||||
rotate: number | null;
|
||||
}) => Promise<boolean>;
|
||||
Reference in New Issue
Block a user