parse_ffmpeg_out_fast: parse_ffmpeg_out_fast

Description Usage Arguments Value Examples

View source: R/audio.R

Description

Interprets the log file generated by ffmpeg with the loudness detail

Usage

1
parse_ffmpeg_out_fast(filepath, nlines = 1, compact_fmt = TRUE)

Arguments

filepath

path to the file to be processed

nlines

number of buffered lines

compact_fmt

Compact format for output (Default TRUE)

Value

a data.frame with loudness data

Examples

1
2
3
4
## Not run: 
parse_ffmpeg_out_fast('ffmpeg.out')

## End(Not run)

pmoracho/loudness documentation built on July 16, 2021, 2:04 p.m.