Re: [FFmpeg-user] UDP NVENC HEVC transcoding#

2020-08-19 Thread Leonardo Pagotto
Thank you, Moritz On Wed, Aug 19, 2020 at 9:32 AM Moritz Barsnick wrote: > On Mon, Aug 17, 2020 at 11:21:38 -0300, Leonardo Pagotto wrote: > > I'm transcoding/resizing some UDP live streams using CUVID and NVENC. It > > works but I got the feeling could be better, this is the my command line: >

Re: [FFmpeg-user] UDP NVENC HEVC transcoding#

2020-08-19 Thread Moritz Barsnick
On Mon, Aug 17, 2020 at 11:21:38 -0300, Leonardo Pagotto wrote: > I'm transcoding/resizing some UDP live streams using CUVID and NVENC. It > works but I got the feeling could be better, this is the my command line: What feeling is that? Faster, higher quality, just more efficient? > ffmpeg -vsync

Re: [FFmpeg-user] UDP NVENC HEVC transcoding

2020-08-18 Thread Leonardo Pagotto
Hi Hydra333 Many thanks for the tip, I'll give it a try. Cheers! On Mon, Aug 17, 2020 at 10:54 PM wrote: > > Subject: [FFmpeg-user] UDP NVENC HEVC transcoding > > > > Hello! > > > > I'm transcoding/resizing some UDP live streams using CUVID and NVENC. I

Re: [FFmpeg-user] UDP NVENC HEVC transcoding

2020-08-17 Thread hydra3333
> Subject: [FFmpeg-user] UDP NVENC HEVC transcoding > > Hello! > > I'm transcoding/resizing some UDP live streams using CUVID and NVENC. It > works but I got the feeling could be better, this is the my command line: > > ffmpeg -vsync 0 -hwaccel cuvid -c:

[FFmpeg-user] UDP NVENC HEVC transcoding

2020-08-17 Thread Leonardo Pagotto
Hello! I'm transcoding/resizing some UDP live streams using CUVID and NVENC. It works but I got the feeling could be better, this is the my command line: ffmpeg -vsync 0 -hwaccel cuvid -c:v h264_cuvid -resize 1280x720 -drop_second_field 1 -i udp:// 230.8.0.7:10008?buffer_size=300?fifo_size=10