Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: support dynamic resolution change

2020-09-24 Thread Michael Fabian 'Xaymar' Dirks
On 08/08/2020 17:22, Linjie Fu wrote: On Sat, Aug 8, 2020 at 7:21 PM Timo Rothenpieler wrote: On 08.08.2020 02:48, Linjie Fu wrote: On Fri, Aug 7, 2020 at 4:19 PM leozhang wrote: Allow dynamic resolution change, this is useful for real time video communication application. Use below comm

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: support dynamic resolution change

2020-08-08 Thread Mark Thompson
On 08/08/2020 12:22, Timo Rothenpieler wrote: On 07.08.2020 10:18, leozhang wrote: Allow dynamic resolution change, this is useful for real time video communication application. Use below commands to test it, ffmpeg -i reinit-large_420_8-to-small_420_8.h264 -noautoscale -c:v hevc_nvenc out.26

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: support dynamic resolution change

2020-08-08 Thread Linjie Fu
On Sat, Aug 8, 2020 at 7:21 PM Timo Rothenpieler wrote: > > On 08.08.2020 02:48, Linjie Fu wrote: > > On Fri, Aug 7, 2020 at 4:19 PM leozhang wrote: > >> > >> Allow dynamic resolution change, this is useful for real time video > >> communication application. > >> > >> Use below commands to test

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: support dynamic resolution change

2020-08-08 Thread Timo Rothenpieler
On 07.08.2020 10:18, leozhang wrote: Allow dynamic resolution change, this is useful for real time video communication application. Use below commands to test it, ffmpeg -i reinit-large_420_8-to-small_420_8.h264 -noautoscale -c:v hevc_nvenc out.265 -loglevel verbose -y ffmpeg -i reinit-large_4

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: support dynamic resolution change

2020-08-08 Thread Timo Rothenpieler
On 08.08.2020 02:48, Linjie Fu wrote: On Fri, Aug 7, 2020 at 4:19 PM leozhang wrote: Allow dynamic resolution change, this is useful for real time video communication application. Use below commands to test it, ffmpeg -i reinit-large_420_8-to-small_420_8.h264 -noautoscale -c:v hevc_nvenc ou

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: support dynamic resolution change

2020-08-07 Thread Linjie Fu
On Fri, Aug 7, 2020 at 4:19 PM leozhang wrote: > > Allow dynamic resolution change, this is useful for real time video > communication application. > > Use below commands to test it, > ffmpeg -i reinit-large_420_8-to-small_420_8.h264 -noautoscale -c:v hevc_nvenc > out.265 -loglevel verbose -y >