facebookresearch / facebookresearch/AugLy
The `output_filename` parameter has been renamed to `output`.
Open
- Dominant language
- Python
- Stars
- 5.1k
- Forks
- 312
- PR merge metrics
- No merged PRs in 30d
Description
## 🐛 Bug
vidaugs.overlay_text(video_path=out_vid_path, output=out_vid_path)
AssertionError: [WriteGear:ERROR] :: The `output_filename` parameter has been renamed to `output`. Refer Docs for more info.
I did
#!pip uninstall vidgear -y
!pip install vidgear==0.3.2
https://github.com/facebookresearch/AugLy/issues/242
https://github.com/facebookresearch/AugLy/pull/248
It did not help
Contributor guide
Assessment
This issue has not been assessed yet.