LSMASHSource

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (Filters)
m (Filters)
Line 21: Line 21:
  
 
== Filters ==
 
== Filters ==
{{PluginFilterTable}}
+
{{PluginFilterTable2}}
| [[LSMASHSource/LSMASHAudioSource|LSMASHAudioSource]]
+
{{PluginFilterRow|LSMASHSource|LSMASHAudioSource|
| This function uses [http://en.wikipedia.org/wiki/Libav#Audio_codecs libavcodec] as an audio decoder and L-SMASH as a 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/Libav#Audio_codecs libavcodec] as an audio decoder and L-SMASH as a demuxer. Recommended for MP4, MOV, [http://en.wikipedia.org/wiki/ISO_base_media_file_format ISO Base Media] and its derived file formats.<br>
 
One advantage of LSMASHAudioSource is that it doesn't need to create an index file for its supported formats.
 
One advantage of LSMASHAudioSource is that it doesn't need to create an index file for its supported formats.
|  
+
|
|-
+
}}
| [[LSMASHSource/LSMASHVideoSource|LSMASHVideoSource]]
+
{{PluginFilterRow|LSMASHSource|LSMASHVideoSource|
| This function uses [http://en.wikipedia.org/wiki/Libav#Video_codecs libavcodec] as a video decoder and L-SMASH as a 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/Libav#Video_codecs libavcodec] as a video decoder and L-SMASH as a demuxer. Recommended for MP4, MOV, [http://en.wikipedia.org/wiki/ISO_base_media_file_format ISO Base Media] and its derived file formats.<br>
 
One advantage of LSMASHVideoSource is that it doesn't need to create an index file for its supported formats.
 
One advantage of LSMASHVideoSource is that it doesn't need to create an index file for its supported formats.
 
| [[RGB24]], [[YUY2]], [[YV12]], [[YV16]], [[YV24]], [[YV411]]
 
| [[RGB24]], [[YUY2]], [[YV12]], [[YV16]], [[YV24]], [[YV411]]
|-
+
}}
| [[LSMASHSource/LWLibavAudioSource|LWLibavAudioSource]]
+
{{PluginFilterRow|LSMASHSource|LWLibavAudioSource|
| This function uses [http://en.wikipedia.org/wiki/Libav#Audio_codecs libavcodec] as an audio decoder and libavformat as a demuxer.
+
This function uses [http://en.wikipedia.org/wiki/Libav#Audio_codecs libavcodec] as an audio decoder and libavformat as a demuxer.
 
|  
 
|  
|-
+
}}
| [[LSMASHSource/LWLibavVideoSource|LWLibavVideoSource]]
+
{{PluginFilterRow|LSMASHSource|LWLibavVideoSource|
| This function uses [http://en.wikipedia.org/wiki/Libav#Video_codecs libavcodec] as a video decoder and libavformat as a demuxer.
+
This function uses [http://en.wikipedia.org/wiki/Libav#Video_codecs libavcodec] as a video decoder and libavformat as a demuxer.
 
| [[RGB24]], [[YUY2]], [[YV12]], [[YV16]], [[YV24]], [[YV411]]
 
| [[RGB24]], [[YUY2]], [[YV12]], [[YV16]], [[YV24]], [[YV411]]
 +
}}
 
|}
 
|}
 
<br>
 
<br>

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


Contents

Description

LSMASHSource is a source plugin for AviSynth.


Requirements

- AviSynth 2.6.0 Alpha5 or later
- Supported color formats: RGB24, YUY2, YV12, YV16, YV24, YV411


- Microsoft Visual C++ 2013 Redistributable Package (x86)


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.
One advantage of LSMASHAudioSource is that it doesn't need to create an index file for its supported 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.
One advantage of LSMASHVideoSource is that it doesn't need to create an index file for its supported 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





Back to External Filters

Personal tools