lisamelton / video_transcoding

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

How to use comb-detect? #154

Closed gingerbeardman closed 7 years ago

gingerbeardman commented 7 years ago

Saw a reference in readme.

Will have a look at source now.

edit: am using --filter decomb

lisamelton commented 7 years ago

@gingerbeardman I think the filter is called "comb-detect" so that would be:

transcode-video --filter comb-detect "/path/to/Movie.mkv"

But, honestly, I haven't trie it recently. :)

gingerbeardman commented 7 years ago

Thanks, --filter decomb was what I actually wanted - cheers!

Had to dig in the source to figure out the --filter arg was where I should specify it