Re: [FFmpeg-devel] Decoding performance -f rawvideo pipe:1 vs BMP images output

2024-12-08 Thread Clément Péron
Hi, On Sun, 8 Dec 2024 at 12:09, Clément Péron wrote: > > Hi, > > On Sat, 7 Dec 2024 at 17:43, Leo Izen wrote: > > > > On 12/6/24 1:30 PM, Clément Péron wrote: > > > Hi, > > > > > > On Fri, 6 Dec 2024 at 18:55, Clément Péron wrote: > > >> > > >> Hi, > > >> > > >> I am trying to convert a RTSP s

Re: [FFmpeg-devel] Decoding performance -f rawvideo pipe:1 vs BMP images output

2024-12-08 Thread Clément Péron
Hi, On Sat, 7 Dec 2024 at 17:43, Leo Izen wrote: > > On 12/6/24 1:30 PM, Clément Péron wrote: > > Hi, > > > > On Fri, 6 Dec 2024 at 18:55, Clément Péron wrote: > >> > >> Hi, > >> > >> I am trying to convert a RTSP stream to a series of frames that I send > >> to a stdout PIPE with a low latency

Re: [FFmpeg-devel] Decoding performance -f rawvideo pipe:1 vs BMP images output

2024-12-07 Thread Leo Izen
On 12/6/24 1:30 PM, Clément Péron wrote: Hi, On Fri, 6 Dec 2024 at 18:55, Clément Péron wrote: Hi, I am trying to convert a RTSP stream to a series of frames that I send to a stdout PIPE with a low latency . I first tried this command. In general, user issues are for the ffmpeg-user mail

Re: [FFmpeg-devel] Decoding performance -f rawvideo pipe:1 vs BMP images output

2024-12-06 Thread Clément Péron
Hi, On Fri, 6 Dec 2024 at 18:55, Clément Péron wrote: > > Hi, > > I am trying to convert a RTSP stream to a series of frames that I send > to a stdout PIPE with a low latency . > > I first tried this command. > > "ffmpeg -hwaccel cuda -flags +low_delay -fflags +nobuffer -nostats > -debug_ts -re -

[FFmpeg-devel] Decoding performance -f rawvideo pipe:1 vs BMP images output

2024-12-06 Thread Clément Péron
Hi, I am trying to convert a RTSP stream to a series of frames that I send to a stdout PIPE with a low latency . I first tried this command. "ffmpeg -hwaccel cuda -flags +low_delay -fflags +nobuffer -nostats -debug_ts -re -rtsp_flags prefer_tcp -rtsp_transport tcp -i RTSP_STREAM -f rawvideo -fps