Unrecognized option 'qp'. Error splitting the argument list: Option not found
Describe the bug A clear and concise description of what the bug is. Traceback (most recent call last): File "/data/nerfstudio/nerfstudio/scripts/render.py", line 203, in _render_trajectory_video writer.add_image(render_image) File "/home/huangzhiqi/.local/lib/python3.8/site-packages/mediapy/init.py", line 1648, in add_image if self._proc.stdin.write(data) != len(data): BrokenPipeError: [Errno 32] Broken pipe
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/huangzhiqi/.local/bin/ns-render", line 8, in
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Additional context
my ffmpeg version is: ffmpeg version 5.1 Copyright (c) 2000-2022 the FFmpeg developers built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.2) configuration: --enable-shared --enable-libx264 --enable-gpl --prefix=/usr/bin/ffmpeg libavutil 57. 28.100 / 57. 28.100 libavcodec 59. 37.100 / 59. 37.100 libavformat 59. 27.100 / 59. 27.100 libavdevice 59. 7.100 / 59. 7.100 libavfilter 8. 44.100 / 8. 44.100 libswscale 6. 7.100 / 6. 7.100 libswresample 4. 7.100 / 4. 7.100 libpostproc 56. 6.100 / 56. 6.100
Hello, have you solved this problem yet?
I had a same problem but I could fix it with conda install ffmpeg.
I installed ffmpeg 4.2.2 with above command.
How about remove and reinstall ffmpeg?
This fix works! I'm able to render once ffmpeg version is 4.2.2
For others, if your conda environment is running ffmpeg version 4.3, simply reinstall with version 4.2.2 using the command:
conda install -c conda-forge ffmpeg=4.2.2