lisamelton / video_transcoding

Tools to transcode, inspect and convert videos.
MIT License
2.39k stars 160 forks source link

No mention of deinterlace options? #224

Open gingerbeardman opened 6 years ago

gingerbeardman commented 6 years ago

I only realised it could be controlled by seeing mention here:

https://github.com/donmelton/video_transcoding/issues/155

lisamelton commented 6 years ago

@gingerbeardman I'm not sure what your question means. The HandBrake documentation mentions deinterlacing in both the manual and built-in help. And I document it this way:

    --filter NAME[=SETTINGS]
                    apply `HandBrakeCLI` video filter with optional settings
                      (`deinterlace` applied automatically for some inputs)
                      (refer to `HandBrakeCLI --help` for more information)
                      (can be used multiple times)

Or did you mean something else?

gingerbeardman commented 6 years ago

Hi Don

I actually meant in the readme. I take it your snippet can be seen with --help

I should have tried that!

lisamelton commented 6 years ago

@gingerbeardman OK, I'll consider adding that information to the README then. Thanks.