Update camera.ffmpeg.markdown
This commit is contained in:
parent
aa4a4c68af
commit
e3379ae2aa
1 changed files with 10 additions and 0 deletions
|
@ -42,3 +42,13 @@ Configuration variables:
|
||||||
|
|
||||||
You can control the `image quality` with [`extra_arguments`](https://www.ffmpeg.org/ffmpeg-codecs.html#jpeg2000) `-q:v 2-32` or with lossless option `-pred 1`.
|
You can control the `image quality` with [`extra_arguments`](https://www.ffmpeg.org/ffmpeg-codecs.html#jpeg2000) `-q:v 2-32` or with lossless option `-pred 1`.
|
||||||
|
|
||||||
|
### {% linkable_title Troubleshooting %}
|
||||||
|
|
||||||
|
In most of case, ffmpeg autodetect all needed options to read a video/audio stream or file. But it is possible in rare cases that's needed to set a option to help ffmpeg. Default ffmpeg use 5 seconds to detect all options or abord.
|
||||||
|
|
||||||
|
First check, if your stream playable by ffmpeg with (use option `-an` or `-vn` to disable video or audio stream):
|
||||||
|
```
|
||||||
|
ffmpeg -i INPUT -an -f null -
|
||||||
|
```
|
||||||
|
Now you can see what going wrong.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue