Skip to main content
Module

x/fast_forward/mod.ts>AudioStream

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

Properties

index: number
codec_name: string
codec_long_name: string
profile: string
codec_type: "audio"
codec_time_base: string
codec_tag_string: string
codec_tag: string
sample_fmt: string
sample_rate: string
channels: number
channel_layout: string
bits_per_sample: number
r_frame_rate: string
avg_frame_rate: string
time_base: string
start_pts: number
start_time: string
duration_ts: number
duration: string
bit_rate: string
max_bit_rate: string
nb_frames: string
disposition: { default: number; dub: number; original: number; comment: number; lyrics: number; karaoke: number; forced: number; hearing_impaired: number; visual_impaired: number; clean_effects: number; attached_pic: number; timed_thumbnails: number; }
tags: { creation_time: string; language: string; handler_name: string; }