Thread: L-SMASH Source
View Single Post
Old 17th March 2013, 10:52   #1  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
L-SMASH Source

Since LSMASHSource came up in the FFmpegSource thread I thought it might be a good idea to have a separate thread for it.


the_weirdo's Dropbox repository contains up-to-date downloads: http://www.dropbox.com/sh/3i81ttxf02...VhYLasmwa?dl=0
and here's the Wiki: http://avisynth.nl/index.php/LSMASHSource

From what I gathered LSMASHSource.dll offers:
LSMASHVideoSource(string source, int "track", int "threads", int "seek_mode", int "seek_threshold", bool "dr")
LSMASHAudioSource(string source, int "track", bool "skip_priming", string "layout")
LWLibavVideoSource(string source, int "stream_index", int "threads", bool "cache", int "seek_mode", int "seek_threshold", bool "dr")
LWLibavAudioSource(string source, int "stream_index", bool "cache", bool "av_sync", string "layout")

see: LSMASHSource.txt that comes with the download

Does anyone know what the difference is between LSMASH..Source and LWLibav..Source source is?
LWLibavVideoSource is basically a FFmpegSource alternative, which can be used without an index file. (index file will be created if cache is set to true)
LSMASHVideoSource is a mp4 source filter.

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 15th December 2014 at 19:34.
Selur is offline   Reply With Quote