IT.绿色恐龙

Results 3 issues of IT.绿色恐龙

**Bug 描述** 重启crawlab后会初始化配置 **复现步骤** 1、重启docker容器 2、在登陆进去就会看到恢复了默认配置 **期望结果** 我需要如何设置才能关掉这个选项。

bug
v0.6

```python cmd = (f'{self.ffmpeg_cmd} -i "{input_files}" -i "{watermark_file}" ' f'-filter_complex "[1:v]scale=720:1280:force_original_aspect_ratio=decrease,' f'pad=720:1280:-1:-1:color=black[wm];[0:v][wm]overlay=format=auto,format=yuv420p" ' f'-codec:a copy "{output_file}"') ``` How to convert to ffmpeg-python code。

when I was useing the function `process_iter ` discover a not myself can catch the error。 For errors like `FileNotFoundError: [Errno 2] No such file or directory: '/proc/xxx/stat'`。 I searched...

bug