Skip to content

Standalone, cross-platform port of the AviSynth SCXvid plugin.

Notifications You must be signed in to change notification settings

soyokaze/SCXvid-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCXvid-standalone

Standalone, cross-platform port of the AviSynth SCXvid plugin.

Usage

scxvid output.log < input.y4m

Only 4:2:0 input is supported.

Downloads

Win32 executable can be found in the releases section. For *nix you'll have to build it from source.

Building

Requirements

  • Xvid 1.3.x

On Windows

Use the Visual Studio solution in the repository. The "xvidcore" directory from Xvid sources must be on the same level with SCXvid directory. Also make sure that you compile libxvidcore with DLL runtime, not static.

On Unix-like systems

Assuming you have libxvidcore properly installed somewhere in compiler's default paths, run:

cc -o scxvid scxvid.c -lxvidcore

About

Standalone, cross-platform port of the AviSynth SCXvid plugin.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages