playing SMPTE302m(16bit stereo) problem
I play SMPTE302m(16bit stereo) audio file, but I hear only Right channel. Left channel is muted.
SMPTE302m(16bit stereo)
ffmpeg -i Hardcut-LtoR-750hz.mp3 -vn -sample_fmt s16 -strict -2 -acodec s302m -ac 2 stereo16.ts
vlc stereo16.ts --> Left channel is muted (little noise).
mplayer stereo16.ts --> good.
SMPTE302m(24bit stereo)
ffmpeg -i Hardcut-LtoR-750hz.mp3 -vn -sample_fmt s32 -strict -2 -acodec s302m -ac 2 stereo24.ts
vlc stereo24.ts --> good.
mplayer stereo24.ts --> good.
I tested on VLC 2.2.3(Win)/2.2.4(Win/Linux)/2.2.5-20161018(Win)/3.0.0-20161018(Win).