Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

WWXD is basically Xvid's frame type decision code stuffed into a VapourSynth
plugin.

The output is somewhat different from Scxvid's, because Xvid's decisions are
also affected by data calculated while encoding frames. WWXD may miss more
scene changes than Scxvid. It may also detect some that Scxvid missed.

WWXD is considerably faster than Scxvid, possibly about six times.

There is no log file. Instead, the frames are tagged with the property
"SceneChange" (1 or 0).

The license is the same as Xvid's, i.e. GPL2.

To compile:
gcc -o libwwxd.so -fPIC -shared -O2 -Wall -Wextra -Wno-unused-parameter $(pkg-config --cflags vapoursynth) src/wwxd.c src/detection.c

To use:
core.wwxd.WWXD(clip=src)

About

Discontinued. Use https://github.com/dubhatervapoursynth/vapoursynth-scxvid instead. Xvid-like scene change detection for VapourSynth

Resources

Stars

16 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages