iPERDance / iPERCore

Liquid Warping GAN with Attention: A Unified Framework for Human Image Synthesis
https://iperdance.github.io/work/impersonator-plus-plus.html
Apache License 2.0
2.42k stars 316 forks source link

Compressing the output file - output file framerate #127

Closed uerdenemunkh closed 2 years ago

uerdenemunkh commented 2 years ago

First of all, kudos for the great work.

I have a question regarding the output file video. Does the output video files are compressed? (meaning that frame rate is higher than the input video), if so where do change the frame rate for the output file?

StevenLiuWen commented 2 years ago

The fps of the output video follows the input video, https://github.com/iPERDance/iPERCore/blob/1c15b8208a4313c91ce6bf7a97a15fe43cee4a74/iPERCore/tools/utils/multimedia/video.py#L623-L658.