]> git.sesse.net Git - vlc/commit
Start seamcarving video filter. I'm commiting this mainly to get it in a windows...
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 4 Sep 2007 20:30:56 +0000 (20:30 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 4 Sep 2007 20:30:56 +0000 (20:30 +0000)
commit29968fb028def231d965675dcf5c7d35c9b03961
tree9cb2e3ec73a576411bfb5b54f6ef451f2e9a40c0
parent256df85cc84c35ae79487aadda2d7c22784537bc
Start seamcarving video filter. I'm commiting this mainly to get it in a windows build. This still needs some heavy optimisation, support for vertical resizing, colors and upscaling.

Sample command line for those who want to test: time ./vlc fake: --fake-file ~/images/NATURE-Fakarava_400x300.jpg --fake-fps 5 -I dummy --control rc -V x11 --video-filter seamcarving@s
You can change the croping by using commands like:
@s crop 200 (a crop value of 0 resets it to the default mode)
configure.ac
modules/video_filter/Modules.am
modules/video_filter/seamcarving.c [new file with mode: 0644]