This commit is contained in:
kakkokari-gtyih 2024-03-18 13:49:55 +09:00
parent e985bcf9fb
commit 26bb69f02d
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ export class FileInfoService {
@bindThis
private hasVideoTrackOnVideoFile(path: string): Promise<boolean> {
const sublogger = this.logger.createSubLogger('ffprobe');
sublogger.info(`Checking the video file. File path: ${path}`);
return new Promise((resolve) => {
try {
FFmpeg.ffprobe(path, (err, metadata) => {