Re: [FFmpeg-devel] libswresample/rematrix.c sane_layout

2025-02-02 Thread Pavel Koshevoy
On Sun, Feb 2, 2025 at 9:04 AM James Almer wrote: > On 1/30/2025 12:29 AM, Pavel Koshevoy wrote: > > Hi, > > > > I have a file which I can't down-mix to stereo due to > > AV_CHANNEL_ORDER_NATIVE requirement in sane_layout. > > Can you share that file? Or any other that reproduces this? > > I will

Re: [FFmpeg-devel] libswresample/rematrix.c sane_layout

2025-02-02 Thread James Almer
On 1/30/2025 12:29 AM, Pavel Koshevoy wrote: Hi, I have a file which I can't down-mix to stereo due to AV_CHANNEL_ORDER_NATIVE requirement in sane_layout. Can you share that file? Or any other that reproduces this? ``` $ ffmpeg -i COMMUNITY_HERO_2.mov -vn -af 'aformat=sample_rates=48000:cha

Re: [FFmpeg-devel] libswresample/rematrix.c sane_layout

2025-02-01 Thread Pavel Koshevoy
On Wed, Jan 29, 2025 at 8:29 PM Pavel Koshevoy wrote: > Hi, > > I have a file which I can't down-mix to stereo due to > AV_CHANNEL_ORDER_NATIVE requirement in sane_layout. > > ``` > $ ffmpeg -i COMMUNITY_HERO_2.mov -vn -af > 'aformat=sample_rates=48000:channel_layouts=stereo' -y /tmp/out.wav > ff

[FFmpeg-devel] libswresample/rematrix.c sane_layout

2025-01-29 Thread Pavel Koshevoy
Hi, I have a file which I can't down-mix to stereo due to AV_CHANNEL_ORDER_NATIVE requirement in sane_layout. ``` $ ffmpeg -i COMMUNITY_HERO_2.mov -vn -af 'aformat=sample_rates=48000:channel_layouts=stereo' -y /tmp/out.wav ffmpeg version N-118381-g4ba9ae7742 Copyright (c) 2000-2025 the FFmpeg dev