joonson / syncnet_python

Out of time: automated lip sync in the wild
MIT License
681 stars 149 forks source link

On the need of converting to .avi in run_pipeline.py... #44

Open Mayur28 opened 3 years ago

Mayur28 commented 3 years ago

Hi,

I have gone through the implementation and when looking at run_pipeline.py, I just wanted to find out if there is any particular benefit of converting the input video file (most likely an mp4) to .avi? From my understanding, there isn't any part of the code that would not work if mp4 was directly used, but I presumed that this conversion from mp4 to avi would have some significance.

Thanks.