From 877295a776be2d34a5a09fdefb924f4225dc7a65 Mon Sep 17 00:00:00 2001 From: guojianzhu Date: Thu, 11 Jul 2024 13:35:47 +0800 Subject: [PATCH] doc: update changelog --- assets/docs/changelog/2024-07-10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/docs/changelog/2024-07-10.md b/assets/docs/changelog/2024-07-10.md index 43f4082..8b7fa88 100644 --- a/assets/docs/changelog/2024-07-10.md +++ b/assets/docs/changelog/2024-07-10.md @@ -5,7 +5,7 @@ The popularity of LivePortrait has exceeded our expectations. If you encounter a ### Updates -- Audio and video concatenating: If the driving video contains audio, it will automatically be included in the generated video. Additionally, the generated video will maintain the same FPS as the driving video. Make sure `ffmpeg-python` package is installed, which has been added into the `requirements.txt`. +- Audio and video concatenating: If the driving video contains audio, it will automatically be included in the generated video. Additionally, the generated video will maintain the same FPS as the driving video. If you run LivePortrait on Windows, you may need to install `ffmpeg` exe, see issue [#94](https://github.com/KwaiVGI/LivePortrait/issues/94). - Driving video auto-cropping: Implemented automatic cropping for driving videos by tracking facial landmarks and calculating a global cropping box with a 1:1 aspect ratio. Alternatively, you can crop using video editing software or other tools to achieve a 1:1 ratio. Auto-cropping is not enbaled by default, you can specify it by `--flag_crop_driving_video`.