LSMASHSource
From Avisynth wiki
(Difference between revisions)
m (→Filters) |
m (→Requirements:) |
||
Line 12: | Line 12: | ||
<br> | <br> | ||
− | == Requirements | + | == Requirements == |
:- [http://forum.doom9.org/showthread.php?t=168764 AviSynth 2.6.0 Alpha5] or later | :- [http://forum.doom9.org/showthread.php?t=168764 AviSynth 2.6.0 Alpha5] or later | ||
− | :- Supported color formats: [[RGB24 | + | :- Supported color formats: [[RGB24]], [[YUY2]], [[YV12]], [[YV16]], [[YV24]], [[YV411]] |
<br> | <br> | ||
:- [http://www.microsoft.com/en-us/download/details.aspx?id=40784 Microsoft Visual C++ 2013 Redistributable Package (x86)] | :- [http://www.microsoft.com/en-us/download/details.aspx?id=40784 Microsoft Visual C++ 2013 Redistributable Package (x86)] | ||
<br> | <br> | ||
+ | |||
== Filters == | == Filters == | ||
{{PluginFilterTable}} | {{PluginFilterTable}} |
Revision as of 03:52, 2 June 2014
Abstract | |
---|---|
Author | VFR-maniac |
Version | r726 |
Download | L-SMASH-Works |
Category | Source filters |
License | ISC / binaries are LPGL or GPL |
Contents |
Description
- LSMASHSource is a source plugin for AviSynth.
Requirements
Filters
Filter | Description | Color format |
---|---|---|
LSMASHAudioSource | This function uses libavcodec as audio decoder and L-SMASH as demuxer. Recommended for MP4, MOV, ISO Base Media and its derived file formats.
One advantage of LSMASHAudioSource is that it doesn't need to an create index file for its supported formats. |
|
LSMASHVideoSource | This function uses libavcodec as video decoder and L-SMASH as demuxer. Recommended for MP4, MOV, ISO Base Media and its derived file formats.
One advantage of LSMASHVideoSource is that it doesn't need to an create index file for its supported formats. |
RGB24, YUY2, YV12, YV16, YV24, YV411 |
LWLibavAudioSource | This function uses libavcodec as audio decoder and libavformat as demuxer. | |
LWLibavVideoSource | This function uses libavcodec as video decoder and libavformat as demuxer. | RGB24, YUY2, YV12, YV16, YV24, YV411 |
External Links
- Doom9 Forum - LSMASHSource discussion.
- GitHub - Source code repository.
Back to External Filters ←