LSMASHSource
From Avisynth wiki
(Difference between revisions)
m (→Filters) |
m (minor) |
||
Line 1: | Line 1: | ||
{{FilterCat|External_filters|Source_filters|Plugins}} | {{FilterCat|External_filters|Source_filters|Plugins}} | ||
− | {{ | + | {{Filter3 |
| {{Author/VFR-maniac}} | | {{Author/VFR-maniac}} | ||
| r726 | | r726 |
Revision as of 18:48, 15 June 2014
Abstract | |
---|---|
Author | VFR-maniac |
Version | r726 |
Download | L-SMASH-Works |
Category | Source filters |
License | ISC / binaries are GPL or LGPL |
Discussion |
Contents |
Description
- LSMASHSource is a source plugin for AviSynth.
Requirements
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, YUY2, 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, YUY2, YV12, YV16, YV24, YV411 |
External Links
- Doom9 Forum - LSMASHSource discussion.
- GitHub - Source code repository.
Back to External Filters ←