init commit
This commit is contained in:
7
remotion/node_modules/@remotion/media-utils/dist/get-video-metadata.d.ts
generated
vendored
Normal file
7
remotion/node_modules/@remotion/media-utils/dist/get-video-metadata.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { VideoMetadata } from './types';
|
||||
/**
|
||||
* @description Takes a src to a video, loads it and returns metadata for the specified source.
|
||||
* @see [Documentation](https://remotion.dev/docs/get-video-metadata)
|
||||
* @deprecated Use `parseMedia()` instead: https://www.remotion.dev/docs/miscellaneous/parse-media-vs-get-video-metadata
|
||||
*/
|
||||
export declare const getVideoMetadata: (src: string) => Promise<VideoMetadata>;
|
||||
Reference in New Issue
Block a user