Skip to main content
Module

x/fast_forward/media_info.ts>MediaFormat

An easy to use ffmpeg module for Deno. 🦕
Latest
interface MediaFormat
import { type MediaFormat } from "https://deno.land/x/fast_forward@0.1.6/media_info.ts";

Properties

filename: string
nb_streams: number
nb_programs: number
format_name: string
format_long_name: string
start_time: string
duration: string
size: string
bit_rate: string
probe_score: number
tags: { major_brand: string; minor_version: string; compatible_brands: string; creation_time: string; }