[FFmpeg-user] Decode 360 reality audio (mpeg-h 3d) to ADM BWF format

2023-01-04 Thread Joy Jin
Hello, Cavern is a tool that I can use to decode eac3 to ADM BWF. Is there a tool that I can use to decode Sony’s 360 reality audio format (mpeg-h 3d) to ADM BWF? (Reason being, gain is set too high so DRC / peak limiting is way too aggressive, and I have no opti

Re: [FFmpeg-user] Decode 360 reality audio (mpeg-h 3d) to ADM BWF format

2023-01-04 Thread Paul B Mahol
On Wed, Jan 4, 2023 at 3:18 PM Joy Jin wrote: > Hello, > > Cavern is a tool that I can use to > decode eac3 to ADM BWF. Is there a tool that I can use to decode Sony’s 360 > reality audio format (mpeg-h 3d) to ADM BWF? (Reason being, gain is set too > high so DR

Re: [FFmpeg-user] Decode 360 reality audio (mpeg-h 3d) to ADM BWF format

2023-01-04 Thread Joy Jin
I guess just a product / feature name? I believe they based this on mpeg-h though. Link: https://electronics.sony.com/360-reality-audio The decoder I’ve tried (only outputs peak limited channel): https://github.com/ittiam-systems/libmpegh 在 2023年1月4日 22:25:30 上,Paul B Mahol 写道: > On Wed, Jan

[FFmpeg-user] Error initializing filter 'channelsplit' with args 'channel_layout=stereo:channels=FL|FR'

2023-01-04 Thread adam smith via ffmpeg-user
Hi Everyone, I have been running this command no problem using FFmpeg 5.0; but after updating to 5.1.2 it is complaining about the arguments used in the channel split. Error initializing filter 'channelsplit' with args 'channel_layout=stereo:channels=FL|FR’ Command line ffmpeg -i /data/disp

Re: [FFmpeg-user] Error initializing filter 'channelsplit' with args 'channel_layout=stereo:channels=FL|FR'

2023-01-04 Thread Paul B Mahol
On Wed, Jan 4, 2023 at 5:17 PM adam smith via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > Hi Everyone, > > I have been running this command no problem using FFmpeg 5.0; but after > updating to 5.1.2 it is complaining about the arguments used in the channel > split. > Error initializing filter

Re: [FFmpeg-user] Error initializing filter 'channelsplit' with args 'channel_layout=stereo:channels=FL|FR'

2023-01-04 Thread adam smith via ffmpeg-user
> On 4 Jan 2023, at 16:30, Paul B Mahol wrote: > > Correct syntax is FL+FR and not using '|’ Thanks very much Paul, I will give it a whirl. Do you know if I was just being lucky it worked at all previously or is this a change? ___ ffmpeg-user

Re: [FFmpeg-user] Error initializing filter 'channelsplit' with args 'channel_layout=stereo:channels=FL|FR'

2023-01-04 Thread Paul B Mahol
On Wed, Jan 4, 2023 at 6:16 PM adam smith wrote: > > > On 4 Jan 2023, at 16:30, Paul B Mahol wrote: > > Correct syntax is FL+FR and not using '|’ > > > Thanks very much Paul, I will give it a whirl. Do you know if I was just > being lucky it worked at all previously or is this a change? > If it

Re: [FFmpeg-user] Error initializing filter 'channelsplit' with args 'channel_layout=stereo:channels=FL|FR'

2023-01-04 Thread adam smith via ffmpeg-user
> On 4 Jan 2023, at 17:23, Paul B Mahol wrote: > > If itt worked previously it was by pure luck. Lucky me. Thanks, I appreciate your help. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsub