avconv: remove -deinterlace
It is incompatible with refcounted frames and since it's been deprecated for a long time now, fixing it is not worth the effort.
This commit is contained in:
parent
a97d8cc16e
commit
481575d255
4 changed files with 1 additions and 62 deletions
|
|
@ -521,10 +521,6 @@ Discard threshold.
|
|||
@item -rc_override[:@var{stream_specifier}] @var{override} (@emph{output,per-stream})
|
||||
rate control override for specific intervals
|
||||
|
||||
@item -deinterlace
|
||||
Deinterlace pictures.
|
||||
This option is deprecated since the deinterlacing is very low quality.
|
||||
Use the yadif filter with @code{-filter:v yadif}.
|
||||
@item -vstats
|
||||
Dump video coding statistics to @file{vstats_HHMMSS.log}.
|
||||
@item -vstats_file @var{file}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue