LSMASHSource

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (Requirements: small update)
m
Line 9: Line 9:
 
<br>
 
<br>
 
== Description ==
 
== Description ==
:LSMASHSource is a source plugin for AviSynth. It uses Libav ([http://en.wikipedia.org/wiki/Libav#Contained_codecs libavcodec]) to decode all supported A/V formats.
+
LSMASHSource is a source plugin for AviSynth. It uses Libav ([http://en.wikipedia.org/wiki/Libav#Contained_codecs libavcodec]) to decode all supported A/V formats.
 +
<br>
 
<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]], [[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.
 
<br>
 
<br>
:* [http://www.microsoft.com/en-us/download/details.aspx?id=40784 Microsoft Visual C++ 2013 Redistributable Package (x86 / x64)]
+
* [http://www.microsoft.com/en-us/download/details.aspx?id=40784 Microsoft Visual C++ 2013 Redistributable Package (x86 / x64)]
::<span style="color:red">** </span><tt>vcredist_x86.exe</tt> is required for <tt>L-SMASH-Works-32bit</tt>
+
:<span style="color:red">** </span><tt>vcredist_x86.exe</tt> is required for <tt>L-SMASH-Works-32bit</tt>
::<span style="color:red">** </span><tt>vcredist_x64.exe</tt> is required for <tt>L-SMASH-Works-64bit</tt>
+
:<span style="color:red">** </span><tt>vcredist_x64.exe</tt> is required for <tt>L-SMASH-Works-64bit</tt>
  
 
<br>
 
<br>

Revision as of 23:23, 8 September 2014

Abstract
Author VFR-maniac
Version r728
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 Libav (libavcodec) to decode all supported A/V formats.

Requirements

* 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.
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, 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





Back to External Filters

Personal tools