mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-03-13 14:38:37 +01:00
add log
This commit is contained in:
parent
e985bcf9fb
commit
26bb69f02d
1 changed files with 1 additions and 0 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue