Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
yadif [2019/06/26 08:02] – beandog | yadif [2019/06/27 02:04] (current) – beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== yadif ====== | ====== yadif ====== | ||
+ | |||
+ | * [[ffmpeg]] | ||
+ | * [[frameinfo]] | ||
+ | * [[detelecine]] | ||
+ | * '' | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | * mode | ||
+ | * 0 / send_frame - Output one frame for each frame **(default)** | ||
+ | * 1 / send_field - Output one frame for each field (my preferred method) | ||
+ | * 2 / send_frame_nospatial - Like send_frame, but it skips the spatial interlacing check | ||
+ | * 3 / send_field_nospatial - Like send_field, but it skips the spatial interlacing check | ||
+ | * parity | ||
+ | * 0 / tff - Assume the top field is first | ||
+ | * 1 / bff - Assume the bottom field is first | ||
+ | * -1 / auto - Enable automatic detection of field parity **(default)** | ||
+ | * If the interlacing is unknown or the decoder does not export this information, | ||
+ | * deint | ||
+ | * 0 / all - Deinterlace all frames **(default)** | ||
+ | * 1 / interlaced - Only deinterlace frames marked as interlaced | ||
The best description I've seen of the filter options is here: [[https:// | The best description I've seen of the filter options is here: [[https:// | ||
- | I use '' | + | I use '' |
Command line for its default options: | Command line for its default options: | ||
Line 11: | Line 32: | ||
</ | </ | ||
- | Using BeyBlade as a source: | + | Using BeyBlade as a source. |
+ | |||
+ | Default for '' | ||
+ | |||
+ | If I set it to create a frame for each field ('' | ||
{{:: | {{:: | ||
Line 18: | Line 43: | ||
{{:: | {{:: | ||
+ | |||
+ | Running defaults, or, just using '' | ||
+ | |||
+ | {{:: | ||
+ | |||
+ | {{:: | ||
+ | |||
+ | {{:: | ||
+ | |||
+ | I'm also not caring about video encoding quality right here, it's just default x265 settings. | ||
+ |