• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

fluent-ffmpeg / node-fluent-ffmpeg / 6889204749

16 Nov 2023 10:07AM UTC coverage: 84.691% (-6.1%) from 90.801%
6889204749

Pull #1235

github

web-flow
Merge a982927b9 into 4e02d1257
Pull Request #1235: V3 experiments

257 of 296 branches covered (0.0%)

1040 of 1228 new or added lines in 15 files covered. (84.69%)

1040 of 1228 relevant lines covered (84.69%)

8.44 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main.ts
NEW
1
import { FfmpegCapabilities } from './capabilities'
×
NEW
2
import { type CommandOptions, FfmpegCommand } from './command'
×
NEW
3
import { FfmpegInput, type InputDefinition } from './input'
×
NEW
4
import { FfmpegOutput, type OutputDefinition } from './output'
×
NEW
5
import { FfmpegProcess, type ProcessOptions, type RunResult } from './process'
×
NEW
6
import {
×
NEW
7
  type ProgressInformation,
×
NEW
8
  type InputCodecInformation,
×
NEW
9
  type InputStreamCodecInformation
×
NEW
10
} from './utils/data-types'
×
NEW
11

×
NEW
12
export {
×
NEW
13
  InputCodecInformation,
×
NEW
14
  InputStreamCodecInformation,
×
NEW
15
  CommandOptions,
×
NEW
16
  FfmpegCapabilities,
×
NEW
17
  FfmpegCommand,
×
NEW
18
  FfmpegInput,
×
NEW
19
  FfmpegOutput,
×
NEW
20
  FfmpegProcess,
×
NEW
21
  InputDefinition,
×
NEW
22
  OutputDefinition,
×
NEW
23
  ProcessOptions,
×
NEW
24
  ProgressInformation,
×
NEW
25
  RunResult
×
NEW
26
}
×
NEW
27

×
NEW
28
function ffmpeg(options: CommandOptions) {
×
NEW
29
  return new FfmpegCommand(options)
×
NEW
30
}
×
NEW
31

×
NEW
32
export default ffmpeg
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc