chervonij / DFL-Colab

DeepFaceLab fork which provides IPython Notebook to use DFL with Google Colab
1.05k stars 265 forks source link

Final output video length not equal to the merged video length #48

Closed jinsu35 closed 2 years ago

jinsu35 commented 2 years ago

THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS POST ONLY ISSUES RELATED TO BUGS OR CODE

Expected behavior

The length of a video produced by 'Merge' step should equal to that of the final output by 'Get Result video.'

Actual behavior

The length of the final video is greater than that of the merged video.

Steps to reproduce

I merged with the following config:

mode: seamless mask: learned-prd*learned-dst hist_math-threshold: 255 blur_mask_modifier: 202 the rest: default

I merge frames to produce a video length x and the final 'get result video' which uses ffmpeg command produces a video of length x+.

Other relevant information

chervonij commented 2 years ago

Your issue is a duplicate issue in the main repository. Anyway, this problem does not apply to the code in my project. If the problem does exist, then it is in the DFL repository.

Although, I think that the problem is not in the code, but in your data, because there were no such problems before and the merge code did not change.