HandBrakeCLI - deinterlace options - syntax
by GPGAgent from LinuxQuestions.org on (#56PD7)
Okay folks, dumb question time about syntax, the man page for HandBrakeCLI says this:
Code:### Filters
-d, --deinterlace <YM:FD:MM:QP> or <fast/slow/slower>
Deinterlace video with yadif/mcdeint filter (default 0:-1:-1:1)and I've found these examples:
Code:--deinterlace fast
--deinterlace
-d
-d 1:1
--deinterlace="fast"
--deinterlace="bob"Nevermind what I'm trying to achieve, I just want to know what is the correct syntax or are they all valid?
Supplementary question, I kind of understand what deinterlacing does, bt U would like to know more about the parameters <YM:FD:MM:QP>
Cheers


Code:### Filters
-d, --deinterlace <YM:FD:MM:QP> or <fast/slow/slower>
Deinterlace video with yadif/mcdeint filter (default 0:-1:-1:1)and I've found these examples:
Code:--deinterlace fast
--deinterlace
-d
-d 1:1
--deinterlace="fast"
--deinterlace="bob"Nevermind what I'm trying to achieve, I just want to know what is the correct syntax or are they all valid?
Supplementary question, I kind of understand what deinterlacing does, bt U would like to know more about the parameters <YM:FD:MM:QP>
Cheers