Re: [FFmpeg-devel] [PATCH] Change libvpx-vpx default to crf=32.

2019-09-15 Thread Elliott Karpilovsky
On Wed, Sep 4, 2019 at 9:53 AM James Zern wrote: > > Hi, > > On Wed, Aug 28, 2019 at 2:26 PM Elliott Karpilovsky > wrote: > > > > Current default is 200kbps, which produces inconsistent > > results (too high for low-res, too low for hi-res). Use > > CRF instead, which will adapt. Affects

[FFmpeg-devel] [PATCH] Change libvpx-vpx default to crf=32.

2019-09-15 Thread Elliott Karpilovsky
Current default is 200kbps, which produces inconsistent results (too high for low-res, too low for hi-res). Use CRF instead, which will adapt. Affects vp8/vp9. Also have VP8 use a default bitrate of 256kbps. --- libavcodec/libvpxenc.c | 74 +++--- 1 file

Re: [FFmpeg-devel] [PATCH] Change libvpx-vpx default to crf=32.

2019-09-04 Thread James Zern
Hi, On Wed, Aug 28, 2019 at 2:26 PM Elliott Karpilovsky wrote: > > Current default is 200kbps, which produces inconsistent > results (too high for low-res, too low for hi-res). Use > CRF instead, which will adapt. Affects vp8/vp9. Also > have VP8 use a default bitrate of 256kbps. > --- >

Re: [FFmpeg-devel] [PATCH] Change libvpx-vpx default to crf=32.

2019-08-30 Thread Elliott Karpilovsky
On Thu, Aug 29, 2019 at 10:14 AM Jan Ekström wrote: > > On Thu, Aug 29, 2019 at 7:17 PM Carl Eugen Hoyos wrote: > > > > Am Do., 29. Aug. 2019 um 18:12 Uhr schrieb Elliott Karpilovsky > > : > > > > > > On Wed, Aug 28, 2019 at 3:11 PM Carl Eugen Hoyos > > > wrote: > > > > > > > > Am Mi., 28.

Re: [FFmpeg-devel] [PATCH] Change libvpx-vpx default to crf=32.

2019-08-29 Thread Jan Ekström
On Thu, Aug 29, 2019 at 7:17 PM Carl Eugen Hoyos wrote: > > Am Do., 29. Aug. 2019 um 18:12 Uhr schrieb Elliott Karpilovsky > : > > > > On Wed, Aug 28, 2019 at 3:11 PM Carl Eugen Hoyos wrote: > > > > > > Am Mi., 28. Aug. 2019 um 23:26 Uhr schrieb Elliott Karpilovsky > > > : > > > > > > > >

Re: [FFmpeg-devel] [PATCH] Change libvpx-vpx default to crf=32.

2019-08-29 Thread Carl Eugen Hoyos
Am Do., 29. Aug. 2019 um 18:12 Uhr schrieb Elliott Karpilovsky : > > On Wed, Aug 28, 2019 at 3:11 PM Carl Eugen Hoyos wrote: > > > > Am Mi., 28. Aug. 2019 um 23:26 Uhr schrieb Elliott Karpilovsky > > : > > > > > > Current default is 200kbps, which produces inconsistent > > > results (too high for

Re: [FFmpeg-devel] [PATCH] Change libvpx-vpx default to crf=32.

2019-08-29 Thread Elliott Karpilovsky
On Wed, Aug 28, 2019 at 3:11 PM Carl Eugen Hoyos wrote: > > Am Mi., 28. Aug. 2019 um 23:26 Uhr schrieb Elliott Karpilovsky > : > > > > Current default is 200kbps, which produces inconsistent > > results (too high for low-res, too low for hi-res). Use > > CRF instead, which will adapt. Affects

Re: [FFmpeg-devel] [PATCH] Change libvpx-vpx default to crf=32.

2019-08-28 Thread Carl Eugen Hoyos
Am Mi., 28. Aug. 2019 um 23:26 Uhr schrieb Elliott Karpilovsky : > > Current default is 200kbps, which produces inconsistent > results (too high for low-res, too low for hi-res). Use > CRF instead, which will adapt. Affects vp8/vp9. Also > have VP8 use a default bitrate of 256kbps. Would it

[FFmpeg-devel] [PATCH] Change libvpx-vpx default to crf=32.

2019-08-28 Thread Elliott Karpilovsky
Current default is 200kbps, which produces inconsistent results (too high for low-res, too low for hi-res). Use CRF instead, which will adapt. Affects vp8/vp9. Also have VP8 use a default bitrate of 256kbps. --- libavcodec/libvpxenc.c | 71 +++---

Re: [FFmpeg-devel] [PATCH] Change libvpx-vpx default to crf=32.

2019-08-28 Thread Elliott Karpilovsky
On Tue, Aug 27, 2019 at 8:05 AM Michael Niedermayer wrote: > > On Sun, Aug 25, 2019 at 04:43:31PM -0700, Elliott Karpilovsky wrote: > > Current default is 200kbps, which produces inconsistent > > results (too high for low-res, too low for hi-res). Use > > CRF instead, which will adapt. Affects

Re: [FFmpeg-devel] [PATCH] Change libvpx-vpx default to crf=32.

2019-08-27 Thread Michael Niedermayer
On Sun, Aug 25, 2019 at 04:43:31PM -0700, Elliott Karpilovsky wrote: > Current default is 200kbps, which produces inconsistent > results (too high for low-res, too low for hi-res). Use > CRF instead, which will adapt. Affects vp8/vp9. Also > have VP8 use a default bitrate of 256kbps. > --- >

[FFmpeg-devel] [PATCH] Change libvpx-vpx default to crf=32.

2019-08-25 Thread Elliott Karpilovsky
Current default is 200kbps, which produces inconsistent results (too high for low-res, too low for hi-res). Use CRF instead, which will adapt. Affects vp8/vp9. Also have VP8 use a default bitrate of 256kbps. --- libavcodec/libvpxenc.c | 71 +++--- 1 file