SCXvid
From Avisynth wiki
(Difference between revisions)
m (→External Links) |
m (→Description) |
||
Line 11: | Line 11: | ||
== Description == | == Description == | ||
:SCXvid produces first pass Xvid logs from AviSynth at the equivalent of the default vfw preset. These logs are primarily intended to get scenechange information from but may have other uses. | :SCXvid produces first pass Xvid logs from AviSynth at the equivalent of the default vfw preset. These logs are primarily intended to get scenechange information from but may have other uses. | ||
+ | :To create a binary mask from these logs take a look at [[SCXvidMask]]. | ||
<br> | <br> | ||
+ | |||
== Requirements == | == Requirements == | ||
:- AviSynth 2.5.8 or later | :- AviSynth 2.5.8 or later |
Revision as of 19:30, 5 July 2014
Abstract | |
---|---|
Author | Myrsloik |
Version | v1.1 |
Download | SCXvid-1.1.rar |
Category | Scene Change Detection |
License | GPLv2 |
Discussion |
Contents |
Description
- SCXvid produces first pass Xvid logs from AviSynth at the equivalent of the default vfw preset. These logs are primarily intended to get scenechange information from but may have other uses.
- To create a binary mask from these logs take a look at SCXvidMask.
Requirements
- - AviSynth 2.5.8 or later
- - Progressive input only
- - Supported color formats: YV12
Syntax and Parameters
- SCXvid (clip, string log)
- clip =
- Input clip can be any colorspace but will be internally converted to YV12 with Xvid's routines.
- clip =
- string log =
- Output path and filename; if path is omitted, the log will be written in the same directory as the script.
- string log =
Examples
AviSource("blah.avi") SCXvid(log="SCXvid.log")
Changelog
Version Date Changes
v1.1 06/04/2009 - Updated to use Xvid 1.2.2 and multithreading. v1.0 ??/??/???? - Inital release.
Archived Downloads
Version | Download | Mirror |
---|---|---|
v1.1 | SCXvid-1.1.rar | SCXvid.zip |
sliced threads | SCXvid-sliced-threads.7z | SCXvid-sliced-threads.7z |
External Links
- GoogleCode - Source code repository.
- Archive.org - Source code repository (archived).
- GitHub - Standalone, cross-platform port of the AviSynth SCXvid plugin.
- Unanimated - How to make Xvid keyframes.
Back to External Filters ←