Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-11-09 Thread andrei ka
On Tue, Nov 9, 2021 at 12:07 AM Steven Kan wrote: > Hmm. I hadn’t considered that. What I’m actually doing is combining two > 1920 x 1080 streams into a 3840 x 1080 stream. Would an NVidia 1030 be > able to do that, twice? > > ppl are right, 1030 cant encode (i couldn't imagine that !), only dec

Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-11-08 Thread Steven Kan
Hmm. I hadn’t considered that. What I’m actually doing is combining two 1920 x 1080 streams into a 3840 x 1080 stream. Would an NVidia 1030 be able to do that, twice? Back on my Mac mini, I’m still learning how to manage services in macOS vs. Raspbian, but I have the stream running right now:

Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-11-08 Thread Fabrizio Negro
I own a GTX1060 and I have to make an mp4. In addition Davinci Resolve with this card exports to NVenc in a sublime way. Il Lun 8 Nov 2021, 20:07 Dennis Mungai ha scritto: > On Mon, 8 Nov 2021 at 20:44, andrei ka wrote: > > > you could simply plug a recent low profile nvidia (e.g. 1030) into pc

Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-11-08 Thread Dennis Mungai
On Mon, 8 Nov 2021 at 20:44, andrei ka wrote: > you could simply plug a recent low profile nvidia (e.g. 1030) into pcie > slot of your hpe micro and nvenc would do 2 fhd h264 encodes like a charm > &rei > > On Sun, Nov 7, 2021 at 11:40 PM Steven Kan wrote: > > > > On Jan 18, 2021, at 10:42 PM, C

Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-11-08 Thread andrei ka
you could simply plug a recent low profile nvidia (e.g. 1030) into pcie slot of your hpe micro and nvenc would do 2 fhd h264 encodes like a charm &rei On Sun, Nov 7, 2021 at 11:40 PM Steven Kan wrote: > > On Jan 18, 2021, at 10:42 PM, Carl Eugen Hoyos > wrote: > > > > Am Mo., 18. Jan. 2021 um 2

Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-11-07 Thread Steven Kan
> On Jan 18, 2021, at 10:42 PM, Carl Eugen Hoyos wrote: > > Am Mo., 18. Jan. 2021 um 23:34 Uhr schrieb Steven Kan : >> >>> On Jan 18, 2021, at 12:50 PM, Michael Koch >>> wrote: > C:\Program Files\ffmpeg\bin> .\ffmpeg.exe -re -thread_queue_size 1024 -i rtsp://anonymous:password@192.

Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-01-18 Thread Carl Eugen Hoyos
Am Mo., 18. Jan. 2021 um 23:34 Uhr schrieb Steven Kan : > > > On Jan 18, 2021, at 12:50 PM, Michael Koch > > wrote: > >> C:\Program Files\ffmpeg\bin> .\ffmpeg.exe -re -thread_queue_size 1024 -i > >> rtsp://anonymous:password@192.168.1.47:554 -i > >> rtsp://anonymous:password@192.168.1.50:554 -

Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-01-18 Thread Steven Kan
> On Jan 18, 2021, at 12:50 PM, Michael Koch > wrote: > > Am 18.01.2021 um 21:20 schrieb Steven Kan: >>> On Jan 18, 2021, at 10:58 AM, Michael Koch >>> wrote: >>> >>> Am 18.01.2021 um 19:18 schrieb Steven Kan: But now I want to do a “2-Up” live stream of two different cameras, sid

Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-01-18 Thread Steven Kan
> On Jan 18, 2021, at 10:58 AM, Michael Koch > wrote: > > Am 18.01.2021 um 19:18 schrieb Steven Kan: >> But now I want to do a “2-Up” live stream of two different cameras, >> side-by-side. Here’s an archive from last night (waiting for a mating pair >> of Barn Owls to move in): >> >> https://

Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-01-18 Thread Paul B Mahol
Try using more optimized filters like, hstack/vstack. nullsrc and two overlays when there is no alpha is pointless. On Mon, Jan 18, 2021 at 7:49 PM Steven Kan wrote: > I’ve been using fffmpeg as a “relay station” for a few years to pull RTSP > streams from several IP cameras and push them to You

Re: [FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-01-18 Thread Michael Koch
Am 18.01.2021 um 19:18 schrieb Steven Kan: But now I want to do a “2-Up” live stream of two different cameras, side-by-side. Here’s an archive from last night (waiting for a mating pair of Barn Owls to move in): https://www.youtube.com/watch?v=GDN2MjPwn0Q&feature=youtu.be

[FFmpeg-user] HW Acceleration 101? 2-Up Streaming from RTSP-->ffmpeg-->YouTube

2021-01-18 Thread Steven Kan
I’ve been using fffmpeg as a “relay station” for a few years to pull RTSP streams from several IP cameras and push them to YouTube, such as my 24/7 BeeCam: https://www.youtube.com/channel/UCE0jx2Z6qbc5Co8x8Kyisag/live Command is o