Closed tebasuna51 closed 7 months ago
Is L-SMASH reader supposed to read WAV files?
Try the attached version.
Try the latest version r1192
.
r1192 tested, LSMASHAudioSource now have correct channel count, but still don't read the MaskChannel in wav header like LWLibavAudioSource do.
Try the attached version.
Now seems ok. Thanks
To fast. This .avs:
LWLibavAudioSource("C:\tmp\8w3D.eac3", drc_scale=0)
LSMASHAudioSource("C:\tmp\8w3D.eac3", drc_scale=0)
AudioDubEx(BlankClip(length=Int(1000*AudioLengthF(last)/Audiorate(last)), width=720, height=720, fps=25), last) Info()
Output correct maskchannel MaskChannels : 22031 (FL FR FC LF SL SR TFL TFR) But with LSMASHAudioSource:
AviSynth Open Failure LSMASHAudioSource [Fatal]: The number of tracks equal 0.
Can you share sample?
Edit: What version of LSMASHAudioSource can open eac3
file?
8w3D.zip Created with Audition 2017
I always use LWLibavAudioSource, I don't know if LSMASHAudioSource never support eac3.
eac3
raw format isn't supported by l-smash.
If there is error message The number of tracks equal 0.
it means that 99% of the cases the input file cannot be read by l-smash.
You are right, even muxed in mkv or m2ts don't work. I know the wiki info: "Recommended for MP4, MOV, [ISO Base Media] and its derived file formats." But maybe need info about unssuported formats.
Anything different than should be considered non-supported:
in the last (LSMASHSource.dll 2024/04/02) LSMASHAudioSource is broken (wrong channels and decode), use always LWLibavAudioSource than seems work fine.
All wav files are informed with wrong number of channels and wrong decoded to 1 or 2 channels, even the stereo is decoded like mono.
For instance, for a standard 5.1 wav the MeGUI log show:
Without problems using LWLibavAudioSource