Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#5652 closed defect (fixed)

typo of bwdif

Reported by: ponpon Owned by:
Priority: normal Component: documentation
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

there is a difference of default about deinterlacing frames on the documents of bwdif.
thanks.

ffmpeg -h full
...
bwdif AVOptions:
...
  deint             <int>        ..FV.... specify which frames to deinterlace (from 0 to 1) (default interlaced)
     all                          ..FV.... deinterlace all frames
     interlaced                   ..FV.... only deinterlace frames marked as interlaced

https://ffmpeg.org/ffmpeg-filters.html#bwdif
deint
Specify which frames to deinterlace. Accept one of the following values:

0, all
Deinterlace all frames.

1, interlaced
Only deinterlace frames marked as interlaced.

The default value is all.

Change History (2)

comment:1 by James, 8 years ago

Resolution: fixed
Status: newclosed

Fixed in 8b7b52c863f06bcf7d2fd54c78fa1390a21406e4, thanks for pointing it out.

comment:2 by Carl Eugen Hoyos, 7 years ago

Component: undetermineddocumentation
Version: unspecifiedgit-master
Note: See TracTickets for help on using tickets.