1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

Implemented status box on the side bar (#201)

This commit is contained in:
Alex
2022-06-05 05:15:39 -05:00
committed by GitHub
parent ab6909bfbd
commit b9f38162d5
6 changed files with 125 additions and 39 deletions

View File

@@ -24,7 +24,6 @@ export class VideoConversionService {
) { }
// time ffmpeg -i 15065f4a-47ff-4aed-8c3e-c9fcf1840531.mov -crf 35 -preset ultrafast -vcodec libx264 -acodec mp3 -vf "scale=1280:-1" 15065f4a-47ff-4aed-8c3e-c9fcf1840531.mp4
@Cron(CronExpression.EVERY_MINUTE
, {
name: 'video-encoding'