X Tutup
The Wayback Machine - https://web.archive.org/web/20200711055055/https://github.com/iperov/DeepFaceLab/issues/792
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to AVI/MP4 video gets stuck on a frame while the audio continues. #792

Open
Kwalladee opened this issue Jun 18, 2020 · 0 comments
Open

Comments

@Kwalladee
Copy link

@Kwalladee Kwalladee commented Jun 18, 2020

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

USING "DeepFaceLab_CUDA"

Expected behavior

Convert SAEHD results to MP4 or AVI.

Actual behavior

Exported results video works fine for a few seconds and then gets stuck on a single frame, while the audio plays as normal for the remainder of the video.

Steps to reproduce

1.Extract images from src
2.Extract images from dst
3.Extract faces sf3d best gpu
4.Data_dst extract faces s3fd best gpu
5.Train saehd, all default settings except batch size 2 and dims to 128 (to accommodate my gpu)
6.Ran approx 150k iterations with both projects.
7.Convert SAEHD; all frames expected in the video are present in this step thru the preview window.
8.Tried both convert to avi and mp4 with the same issue of freezing on a single frame for the remainder of the video after a few seconds.
9.Deleted results video and rendered the video multiple times and the frame freezes in the exact same spot every time regardless or mp4/avi etc.

Other relevant information

Using "DeepFaceLab_CUDA"

  • Command lined used (if not specified in steps to reproduce): "Converted to MP4" and "Converted to AVI"
  • Operating system and version: Windows 10
  • Python version: VERSION 3.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup