bug fix
Fix the bug in command line mode: AttributeError: 'VideoClipper' object has no attribute 'lang'
This bug was proposed in the issue of base repository.
The 'lang' attribute was added as a instance attribute of **audio_clipper** in **FunClip/funclip/launch.py**, but not a class attribute of **VideoClipper**, which further results in the missing attribute error when running in command line mode.
合并状态:已合并 合并于 2024-07-29 关闭于 2024-07-29 0 条评论