LSMASHSource
m (bump version) |
m (→Requirements: AviSynth 2.6) |
||
Line 13: | Line 13: | ||
<br> | <br> | ||
== Requirements == | == Requirements == | ||
− | * [http:// | + | * [http://sourceforge.net/projects/avisynth2/ AviSynth 2.6.0] or greater |
* Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]], [[Y8]]<span style="color:red">*</span>, [[YV12]], [[YV16]]<span style="color:red">*</span>, [[YV24]]<span style="color:red">*</span>, [[YV411]]<span style="color:red">*</span> | * Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]], [[Y8]]<span style="color:red">*</span>, [[YV12]], [[YV16]]<span style="color:red">*</span>, [[YV24]]<span style="color:red">*</span>, [[YV411]]<span style="color:red">*</span> | ||
: <span style="color:red">*</span> These additional [[planar]] colorspaces are not available in AviSynth 2.5.8. | : <span style="color:red">*</span> These additional [[planar]] colorspaces are not available in AviSynth 2.5.8. |
Revision as of 10:03, 31 May 2015
Abstract | |
---|---|
Author | VFR-maniac |
Version | r783 |
Download | L-SMASH-Works |
Category | Source filters |
License | ISC / binaries are GPL or LGPL |
Discussion | Doom9 Thread |
Contents |
Description
LSMASHSource is a source plugin for AviSynth. It uses FFmpeg (libavcodec) to decode all supported audio and video formats.
Requirements
- AviSynth 2.6.0 or greater
- Supported color formats: RGB24, RGB32, YUY2, Y8*, YV12, YV16*, YV24*, YV411*
- * These additional planar colorspaces are not available in AviSynth 2.5.8.
- ** vcredist_x86.exe is required for L-SMASH-Works-32bit
- ** vcredist_x64.exe is required for L-SMASH-Works-64bit
Filters
Filter | Description | Color format |
---|---|---|
LSMASHAudioSource |
This function uses libavcodec as an audio decoder and L-SMASH as a demuxer. Recommended for MP4, MOV, ISO Base Media and its derived file formats. |
|
LSMASHVideoSource |
This function uses libavcodec as a video decoder and L-SMASH as a demuxer. Recommended for MP4, MOV, ISO Base Media and its derived file formats. |
RGB24, RGB32, YUY2, Y8, YV12, YV16, YV24, YV411 |
LWLibavAudioSource |
This function uses libavcodec as an audio decoder and libavformat as a demuxer. |
|
LWLibavVideoSource |
This function uses libavcodec as a video decoder and libavformat as a demuxer. |
RGB24, RGB32, YUY2, Y8, YV12, YV16, YV24, YV411 |
External Links
- Doom9 Forum - LSMASHSource discussion.
- GitHub - Source code repository.
- Dropbox - Download repository by the_weirdo,
also includes LSMASHSource compiled against Libav, see here for more information (no longer updated).
Back to External Filters ←