LSMASHSource
From Avisynth wiki
(Difference between revisions)
(LSMASHSource) |
m (→Filters) |
||
Line 22: | Line 22: | ||
{{PluginFilterTable}} | {{PluginFilterTable}} | ||
| [[LSMASHSource/LSMASHAudioSource|LSMASHAudioSource]] | | [[LSMASHSource/LSMASHAudioSource|LSMASHAudioSource]] | ||
− | | This function uses [http://en.wikipedia.org/wiki/Libavcodec#Implemented_audio_codecs libavcodec] as audio decoder and L-SMASH as demuxer. Recommended for MP4, MOV, [http://en.wikipedia.org/wiki/ISO_base_media_file_format ISO Base Media] and its derived file formats. | + | | This function uses [http://en.wikipedia.org/wiki/Libavcodec#Implemented_audio_codecs libavcodec] as audio decoder and L-SMASH as demuxer. Recommended for MP4, MOV, [http://en.wikipedia.org/wiki/ISO_base_media_file_format 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. | ||
| | | | ||
|- | |- | ||
| [[LSMASHSource/LSMASHVideoSource|LSMASHVideoSource]] | | [[LSMASHSource/LSMASHVideoSource|LSMASHVideoSource]] | ||
− | | This function uses [http://en.wikipedia.org/wiki/Libavcodec#Implemented_video_codecs libavcodec] as video decoder and L-SMASH as demuxer. Recommended for MP4, MOV, [http://en.wikipedia.org/wiki/ISO_base_media_file_format ISO Base Media] and its derived file formats. | + | | This function uses [http://en.wikipedia.org/wiki/Libavcodec#Implemented_video_codecs libavcodec] as video decoder and L-SMASH as demuxer. Recommended for MP4, MOV, [http://en.wikipedia.org/wiki/ISO_base_media_file_format ISO Base Media] and its derived file formats. |
− | | [[RGB24 | + | 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]] | ||
|- | |- | ||
| [[LSMASHSource/LWLibavAudioSource|LWLibavAudioSource]] | | [[LSMASHSource/LWLibavAudioSource|LWLibavAudioSource]] | ||
Line 35: | Line 37: | ||
| [[LSMASHSource/LWLibavVideoSource|LWLibavVideoSource]] | | [[LSMASHSource/LWLibavVideoSource|LWLibavVideoSource]] | ||
| This function uses [http://en.wikipedia.org/wiki/Libavcodec#Implemented_video_codecs libavcodec] as video decoder and libavformat as demuxer. | | This function uses [http://en.wikipedia.org/wiki/Libavcodec#Implemented_video_codecs libavcodec] as video decoder and libavformat as demuxer. | ||
− | | [[RGB24 | + | | [[RGB24]], [[YUY2]], [[YV12]], [[YV16]], [[YV24]], [[YV411]] |
|} | |} | ||
<br> | <br> | ||
+ | |||
== External Links == | == External Links == | ||
*[http://forum.doom9.org/showthread.php?t=167435 Doom9 Forum] - LSMASHSource discussion. | *[http://forum.doom9.org/showthread.php?t=167435 Doom9 Forum] - LSMASHSource discussion. |
Revision as of 03:51, 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:
- - AviSynth 2.6.0 Alpha5 or later
- - Supported color formats: RGB24, RGB32, YUY2, Y8, YV12, YV16, YV24, YV411
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 ←