HongwenZhang / PyMAF-X

[TPAMI 2023] PyMAF-X: Towards Well-aligned Full-body Model Regression from Monocular Images
https://www.liuyebin.com/pymaf-x
Other
196 stars 27 forks source link

Problem with output video #80

Closed sebastianopazo1 closed 6 months ago

sebastianopazo1 commented 7 months ago

Hello, I'm facing some problems when running the project with the output videos. The resultant video doesn't appear in the output folder and the following error appear in the console.

Running reconstruction on each tracklet... 100%|██████████████████████████████████████████████████████| 56/56 [00:27<00:00, 2.03it/s] Total time spent for reconstruction: 277.49 seconds (including model loading time). Saving output results to "output/input/output.pkl". WARNING: You are using a SMPL model, with only 10 shape coefficients. WARNING: You are using a MANO model, with only 10 shape coefficients. Rendering results, writing frames to output/input/input_mp4_output 100%|████████████████████████████████████████████████████| 453/453 [07:13<00:00, 1.04it/s] Saving result video to output/input/input_result.mp4 Running "ffmpeg -y -threads 16 -i output/input/input_mp4_output/%06d.png -profile:v baseline -level 3.0 -c:v libx264 -pix_fmt yuv420p -an -v error output/input/input_result.mp4" Unknown encoder 'libx264' Running "ffmpeg -y -threads 16 -i output/input/input_mp4_output/arm/%06d.png -profile:v baseline -level 3.0 -c:v libx264 -pix_fmt yuv420p -an -v error output/input/input_result_arm.mp4" Unknown encoder 'libx264' Running "ffmpeg -y -threads 16 -i /home/seba/tmp/input_mp4/%06d.png -profile:v baseline -level 3.0 -c:v libx264 -pix_fmt yuv420p -an -v error output/input/input_result_raw.mp4" Unknown encoder 'libx264'

Thanks for the help!