add log to track ffmpeg
This commit is contained in:
@@ -15,8 +15,10 @@ export default class FfmpegWrapper {
|
|||||||
const config = settings.ffmpegConfig();
|
const config = settings.ffmpegConfig();
|
||||||
|
|
||||||
if (config.commandExists) {
|
if (config.commandExists) {
|
||||||
|
logger.info("Using system ffmpeg");
|
||||||
this.ffmpeg = Ffmpeg();
|
this.ffmpeg = Ffmpeg();
|
||||||
} else {
|
} else {
|
||||||
|
logger.info("Using downloaded ffmpeg");
|
||||||
const ff = Ffmpeg();
|
const ff = Ffmpeg();
|
||||||
ff.setFfmpegPath(config.ffmpegPath);
|
ff.setFfmpegPath(config.ffmpegPath);
|
||||||
ff.setFfprobePath(config.ffprobePath);
|
ff.setFfprobePath(config.ffprobePath);
|
||||||
|
|||||||
Reference in New Issue
Block a user