fluent-ffmpeg / node-fluent-ffmpeg

A fluent API to FFMPEG (http://www.ffmpeg.org)
MIT License
7.63k stars 873 forks source link

allow readMetadata = false as constructor option to fix issue #930 and #1191 #1192

Open Andrewiski opened 1 year ago

Andrewiski commented 1 year ago

readMetadata = false needs to be used to disable ffprobe from making duplicate calls to url when it is not wanted.

Andrewiski commented 1 year ago

@njoyard what is the process to have a code review? This pull request is a simple fix to allow disable of ffprobe and my testing shows no breaking changes keeping backward functionality as is?