I play SMPTE302m(16bit stereo) audio file, but I hear only Right channel.
Left channel is muted.
I tried,
SMPTE302m(16bit stereo)
- ffmpeg -i stereo.wav -vn -sample_fmt s16 -acodec s302m -ac 2 stereo.ts
vlc stereo.ts --> Left channel is muted (little noise).
mplayer stereo.ts --> good.
- ffmpeg -i stereo.wav -vn -sample_fmt s32 -acodec s302m -ac 2 stereo.ts
vlc stereo.ts --> good.
mplayer stereo.ts --> good.
It occurred on all platforms.
This needs to report?
Or other problems?