View Single Post
Old 29th June 2020, 23:44   #6  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,823
Quote:
Originally Posted by MeteorRain View Post
Have you tried converting audio samples to 16-bit? The graph info said it's 24-bit. Not sure if it's relevant.
Not until now. I opened a 2ch AC3 file with Lsmash and converted to 16 bit. No video involved.

Code:
AVI/WAV File Source::Avisynth audio #1
Audio Switcher::Out

Media Type 0:
--------------------------
Audio: PCM 48000Hz stereo 1536kbps

AM_MEDIA_TYPE: 
majortype: MEDIATYPE_Audio {73647561-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_PCM {00000001-0000-0010-8000-00AA00389B71}
formattype: FORMAT_WaveFormatEx {05589F81-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 4
cbFormat: 18

WAVEFORMATEX:
wFormatTag: 0x0001
nChannels: 2
nSamplesPerSec: 48000
nAvgBytesPerSec: 192000
nBlockAlign: 4
wBitsPerSample: 16
cbSize: 0 (extra bytes)

pbFormat:
0000: 01 00 02 00 80 bb 00 00 00 ee 02 00 04 00 10 00 ....€»...î......
0010: 00 00                                           ..
It's the way it breaks MPC-HC's ability to open video in a script and an external audio file at the same time that seems to be one of those "impossible things" that still happens.

I don't mind going back to the installed Avisynth being 2.6. I generally use MeGUI's portable Avisynth+ anyway. I only switched because I wanted to run a few encodes with MP_Pipeline and a plugin requiring Avisynth+.
hello_hello is offline   Reply With Quote