Re: [FFmpeg-user] Trying to understand ffmpeg cpu usage in this case of capturing rtsp streams

2024-11-09 Thread Jim Ruxton
> > > On Sat, Nov 9, 2024 at 2:12 PM Ferdi Scholten wrote: > >> >> >> On 09-11-2024 19:31, Moritz Barsnick via ffmpeg-user wrote: >> > On Sat, Nov 09, 2024 at 13:11:56 -0500, Jim Ruxton wrote: >> >> "apt-list ffmpeg" shows the version 7 package is installed >> >> /jammy-apps-security,now 7:4.4.2-0

Re: [FFmpeg-user] Trying to understand ffmpeg cpu usage in this case of capturing rtsp streams

2024-11-09 Thread Jim Ruxton
> > >> >> On Sat, Nov 9, 2024 at 2:12 PM Ferdi Scholten wrote: >> >>> >>> >>> On 09-11-2024 19:31, Moritz Barsnick via ffmpeg-user wrote: >>> > On Sat, Nov 09, 2024 at 13:11:56 -0500, Jim Ruxton wrote: >>> >> "apt-list ffmpeg" shows the version 7 package is installed >>> >> /jammy-apps-security,no

Re: [FFmpeg-user] Trying to understand ffmpeg cpu usage in this case of capturing rtsp streams

2024-11-09 Thread Ferdi Scholten
Thanks so much for the help. Not sure why but when I try to upgrade ffmpeg using the ppa as you suggested I get: ffmpeg is already the newest version (7:4.4.2-0ubuntu0.22.04.1+esm5). however if I check with "ffmpeg -version " I get : ffmpeg version 4.4.2-0ubuntu0.22.04.1+esm5 Copyright (c) 200

Re: [FFmpeg-user] Trying to understand ffmpeg cpu usage in this case of capturing rtsp streams

2024-11-09 Thread Jim Ruxton
On Sat, Nov 9, 2024 at 10:56 AM Carl Zwanzig wrote: > Please do not top-post on this list. > > On 11/8/2024 3:46 PM, Jim Ruxton wrote: > > Thanks so much for the help. Not sure why but when I try to upgrade > ffmpeg > > using the ppa as you suggested I get: > > > > ffmpeg is already the newest ve

Re: [FFmpeg-user] Trying to understand ffmpeg cpu usage in this case of capturing rtsp streams

2024-11-09 Thread Moritz Barsnick via ffmpeg-user
On Sat, Nov 09, 2024 at 13:11:56 -0500, Jim Ruxton wrote: > "apt-list ffmpeg" shows the version 7 package is installed > /jammy-apps-security,now 7:4.4.2-0ubuntu0.22.04.1+esm5 amd64 [installed] That is not version 7, that is version 4.4.2. The PPA you quoted would supply version 7.0.1. (Isn't "ja

Re: [FFmpeg-user] Trying to understand ffmpeg cpu usage in this case of capturing rtsp streams

2024-11-09 Thread Ferdi Scholten
On 09-11-2024 19:31, Moritz Barsnick via ffmpeg-user wrote: On Sat, Nov 09, 2024 at 13:11:56 -0500, Jim Ruxton wrote: "apt-list ffmpeg" shows the version 7 package is installed /jammy-apps-security,now 7:4.4.2-0ubuntu0.22.04.1+esm5 amd64 [installed] That is not version 7, that is version 4.4

Re: [FFmpeg-user] Trying to understand ffmpeg cpu usage in this case of capturing rtsp streams

2024-11-09 Thread Ferdi Scholten
On Sat, Nov 09, 2024 at 13:11:56 -0500, Jim Ruxton wrote: "apt-list ffmpeg" shows the version 7 package is installed /jammy-apps-security,now 7:4.4.2-0ubuntu0.22.04.1+esm5 amd64 [installed] That is not version 7, that is version 4.4.2. The PPA you quoted would supply version 7.0.1. (Isn't "jamm

Re: [FFmpeg-user] Trying to understand ffmpeg cpu usage in this case of capturing rtsp streams

2024-11-09 Thread Jan Ceuleers
On 09/11/2024 00:46, Jim Ruxton wrote: > Thanks so much for the help. Not sure why but when I try to upgrade ffmpeg > using the ppa as you suggested I get: > > ffmpeg is already the newest version (7:4.4.2-0ubuntu0.22.04.1+esm5). > > however if I check with "ffmpeg -version " I get : > > ffmpeg ver

Re: [FFmpeg-user] Trying to understand ffmpeg cpu usage in this case of capturing rtsp streams

2024-11-09 Thread Jim Ruxton
On Sat, Nov 9, 2024 at 2:12 PM Ferdi Scholten wrote: > > > On 09-11-2024 19:31, Moritz Barsnick via ffmpeg-user wrote: > > On Sat, Nov 09, 2024 at 13:11:56 -0500, Jim Ruxton wrote: > >> "apt-list ffmpeg" shows the version 7 package is installed > >> /jammy-apps-security,now 7:4.4.2-0ubuntu0.22.04

Re: [FFmpeg-user] Trying to understand ffmpeg cpu usage in this case of capturing rtsp streams

2024-11-09 Thread Carl Zwanzig
Please do not top-post on this list. On 11/8/2024 3:46 PM, Jim Ruxton wrote: Thanks so much for the help. Not sure why but when I try to upgrade ffmpeg using the ppa as you suggested I get: ffmpeg is already the newest version (7:4.4.2-0ubuntu0.22.04.1+esm5). however if I check with "ffmpeg -v

Re: [FFmpeg-user] Trying to understand ffmpeg cpu usage in this case of capturing rtsp streams

2024-11-09 Thread Jim Ruxton
When I do an apt update the ppa shows up in my source list ie. Hit:25 https://ppa.launchpadcontent.net/ubuntuhandbook1/ffmpeg7/ubuntu jammy InRelease Could it be that ffmpeg -version is just dropping the 7 from the front of the version output? On Sat, Nov 9, 2024 at 10:07 AM Ferdi Sch