Description Usage Arguments Value Examples
Interprets the log file generated by ffmpeg with the loudness detail
1 | parse_ffmpeg_out(filepath, nlines = 1, compact_fmt = TRUE)
|
filepath |
path to the file to be processed |
nlines |
read blocks of so many lines |
compact_fmt |
Compact format for output (Default TRUE) |
a data.frame with loudness data
1 2 3 4 | ## Not run:
parse_ffmpeg_out('ffmpeg.out', nlines = 1000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.