SCXvid
From Avisynth wiki
(Difference between revisions)
m (→Requirements) |
m (→External Links) |
||
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{FilterCat4|External_filters|Plugins|Other_filters|Scene _change_detection}} |
[[Category:Plugins]] | [[Category:Plugins]] | ||
{{Filter3 | {{Filter3 | ||
Line 10: | Line 10: | ||
<br> | <br> | ||
== 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.<br/> | |
+ | To create a binary mask from these logs take a look at [[SCXvidMask]]. | ||
+ | <br> | ||
<br> | <br> | ||
== Requirements == | == Requirements == | ||
− | + | * AviSynth 2.5.8 or later | |
− | + | * [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only | |
− | + | * Supported color formats: [[YV12]] | |
<br> | <br> | ||
Line 25: | Line 27: | ||
<br> | <br> | ||
::{{Par2|log|string| }} | ::{{Par2|log|string| }} | ||
− | :::Output path and filename; if path is omitted, the log will be written in the same directory as the script. | + | :::Output path and filename; if path is omitted, the log will be written in the same directory as the (*.avs) script. |
<br> | <br> | ||
Line 55: | Line 57: | ||
<br> | <br> | ||
== External Links == | == External Links == | ||
− | *[http://code.google.com/p/yatta-ivtc/source/browse/#svn%2Fscxvid%2Ftrunk GoogleCode] | + | *[http://code.google.com/p/yatta-ivtc/source/browse/#svn%2Fscxvid%2Ftrunk GoogleCode] [http://web.archive.org/web/20140620012030/https://code.google.com/p/yatta-ivtc/source/browse/scxvid/trunk mirror] - Source code repository. |
− | + | *[http://github.com/soyokaze/SCXvid-standalone GitHub] - Standalone, cross-platform port of the AviSynth SCXvid plugin. | |
− | + | *[https://web.archive.org/web/20150707091836/http://unanimated.xtreemhost.com/scxvid.htm Unanimated] - How to make Xvid keyframes. | |
<br> | <br> | ||
<br> | <br> | ||
----------------------------------------------- | ----------------------------------------------- | ||
'''Back to [[External_filters#Scene_Change_Detection|External Filters]] ←''' | '''Back to [[External_filters#Scene_Change_Detection|External Filters]] ←''' |
Latest revision as of 17:11, 24 May 2020
Abstract | |
---|---|
Author | Myrsloik |
Version | v1.1 |
Download | SCXvid-1.1.rar |
Category | Scene Change Detection |
License | GPLv2 |
Discussion |
Contents |
[edit] 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.
[edit] Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12
[edit] 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 (*.avs) script.
- string log =
[edit] Examples
AviSource("blah.avi") SCXvid(log="SCXvid.log")
[edit] Changelog
Version Date Changes
v1.1 06/04/2009 - Updated to use Xvid 1.2.2 and multithreading. v1.0 ??/??/???? - Inital release.
[edit] Archived Downloads
Version | Download | Mirror |
---|---|---|
v1.1 | SCXvid-1.1.rar | SCXvid.zip |
sliced threads | SCXvid-sliced-threads.7z | SCXvid-sliced-threads.7z |
[edit] External Links
- GoogleCode mirror - Source code repository.
- GitHub - Standalone, cross-platform port of the AviSynth SCXvid plugin.
- Unanimated - How to make Xvid keyframes.
Back to External Filters ←