Re: [FFmpeg-devel] [PATCH] lavdevice: Add VideoToolbox output device.

2020-06-08 Thread Thilo Borgmann
Hi, Am 08.06.20 um 16:36 schrieb Devin Heitmueller: > On Sun, Jun 7, 2020 at 6:31 PM Thilo Borgmann wrote: >> >> >> Not sure if you don't mix it with Video screw me... >> For Audio, I cannot find another device handling more than one format in one >> device. >> I'd appreciate a better way

Re: [FFmpeg-devel] [PATCH] lavdevice: Add VideoToolbox output device.

2020-06-08 Thread Thilo Borgmann
Hi, Am 08.06.20 um 16:27 schrieb Nicolas George: > Thilo Borgmann (12020-06-08): >> How do you avoid the auto-scaler to be scaling to alsa's default >> format of pcm_s16 on the command line? > > We cannot, not with your original version, not with how alsa_enc does > and the new version. > >

Re: [FFmpeg-devel] [PATCH] lavdevice: Add VideoToolbox output device.

2020-06-08 Thread Devin Heitmueller
On Sun, Jun 7, 2020 at 6:31 PM Thilo Borgmann wrote: > > > Not sure if you don't mix it with Video screw me... > For Audio, I cannot find another device handling more than one format in one > device. > I'd appreciate a better way to do it than having N-devices... While not yet upstream, my

Re: [FFmpeg-devel] [PATCH] lavdevice: Add VideoToolbox output device.

2020-06-08 Thread Nicolas George
Thilo Borgmann (12020-06-08): > How do you avoid the auto-scaler to be scaling to alsa's default > format of pcm_s16 on the command line? We cannot, not with your original version, not with how alsa_enc does and the new version. Because they are not sample formats, they are codecs, and

Re: [FFmpeg-devel] [PATCH] lavdevice: Add VideoToolbox output device.

2020-06-08 Thread Thilo Borgmann
Am 08.06.20 um 09:52 schrieb Michael Niedermayer: > On Mon, Jun 08, 2020 at 12:26:28AM +0200, Thilo Borgmann wrote: >> Hi, >> >> $subject. >> >> Enables native audio output on OSX. >> OSX accepts numerous formats, so there are several output devices. >> >> -Thilo > >> configure

Re: [FFmpeg-devel] [PATCH] lavdevice: Add VideoToolbox output device.

2020-06-08 Thread Michael Niedermayer
On Mon, Jun 08, 2020 at 12:26:28AM +0200, Thilo Borgmann wrote: > Hi, > > $subject. > > Enables native audio output on OSX. > OSX accepts numerous formats, so there are several output devices. > > -Thilo > configure |3 > libavdevice/Makefile |1 >

Re: [FFmpeg-devel] [PATCH] lavdevice: Add VideoToolbox output device.

2020-06-07 Thread Thilo Borgmann
Am 08.06.20 um 00:35 schrieb Nicolas George: > Thilo Borgmann (12020-06-08): >> Not sure if you don't mix it with Video screw me... > > Oh, that's why you re-sent the patch. I could not spot the difference. > >> For Audio, I cannot find another device handling more than one format in one >>

Re: [FFmpeg-devel] [PATCH] lavdevice: Add VideoToolbox output device.

2020-06-07 Thread Nicolas George
Thilo Borgmann (12020-06-08): > Not sure if you don't mix it with Video screw me... Oh, that's why you re-sent the patch. I could not spot the difference. > For Audio, I cannot find another device handling more than one format in one > device. > I'd appreciate a better way to do it than

Re: [FFmpeg-devel] [PATCH] lavdevice: Add VideoToolbox output device.

2020-06-07 Thread Thilo Borgmann
Am 08.06.20 um 00:28 schrieb Nicolas George: > Thilo Borgmann (12020-06-08): >> OSX accepts numerous formats, so there are several output devices. > > The other audio output devices support all formats in a single device. > Why does Apple need to be different again? Not sure if you don't mix it

Re: [FFmpeg-devel] [PATCH] lavdevice: Add VideoToolbox output device.

2020-06-07 Thread Nicolas George
Thilo Borgmann (12020-06-08): > OSX accepts numerous formats, so there are several output devices. The other audio output devices support all formats in a single device. Why does Apple need to be different again? Regards, -- Nicolas George signature.asc Description: PGP signature

[FFmpeg-devel] [PATCH] lavdevice: Add VideoToolbox output device.

2020-06-07 Thread Thilo Borgmann
Hi, $subject. Enables native audio output on OSX. OSX accepts numerous formats, so there are several output devices. -Thilo From bdabbc6a919ccff20d6ae16acff1a5d0f8ca46b8 Mon Sep 17 00:00:00 2001 From: Thilo Borgmann Date: Mon, 8 Jun 2020 00:20:25 +0200 Subject: [PATCH] lavdevice: Add