warmshao / FasterLivePortrait

Bring portraits to life in Real Time!onnx/tensorrt support!实时肖像驱动!
455 stars 42 forks source link

output video file size is much larger than the official one #44

Closed westNeighbor closed 1 month ago

westNeighbor commented 1 month ago

I noticed that the output video file from your project is much larger than the official one, mainly because the output of yours have much larger Data rate and Total bitrate, I am wondering if there are any advantages to keep this large file size?

warmshao commented 1 month ago

I noticed that the output video file from your project is much larger than the official one, mainly because the output of yours have much larger Data rate and Total bitrate, I am wondering if there are any advantages to keep this large file size?

更高清吧,不过 ffmpeg可以设置码率和crf,降低size

warmshao commented 1 month ago

You can update the "-b:v", "10M" in the ffmpeg command to a smaller value, such as "-b:v", "5M", to achieve a smaller video file size.