Re: [FFmpeg-user] RTSP to Twitch

2021-03-10 Thread Michael Shaffer
On Wed, Mar 10, 2021 at 6:56 AM Sébastien Bonaimé wrote: > Hi, > > I would like to stream a Revotech H6EV200-S-30-L 0S77 > ( > https://www.desertcart.com.my/products/57000744-revotech-hd-1920-x-1080p-2-0mp-indoor-ip-camera-mini-type-security-metal-camera-onvif-p2p-ip-cctv-cam-system-i706-black >

Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration

2021-01-16 Thread Michael Shaffer
You could try using Ubuntu Linux. I followed the Nvidia instructions for installing acceleration on my GTX 1080 and it worked fine. On Sat, Jan 16, 2021 at 9:47 AM madderek--- via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > > > > > -Original Message- > From: ffmpeg-user On Behalf Of C

Re: [FFmpeg-user] Compiling FFmpeg with Nvidia GPU acceleration

2021-01-16 Thread Michael Shaffer
Yes, it replaces Windows. https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview On Sat, Jan 16, 2021 at 10:49 AM madderek--- via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > > > -Original Message- > From: ffmpeg-user On Behalf Of Michael > Shaffer >

[FFmpeg-user] 453 Not enough bandwidth error

2018-07-09 Thread Michael Shaffer
e on 1080p mode. Anyways, is there a way to allow FFMPEG to use more bandwidth? I have some programming experience, could I edit the FFMPEG code somehow to allow more bandwidth? Thanks, Michael Shaffer ___ ffmpeg-user mailing list ffmpeg-user@ffmpe

Re: [FFmpeg-user] 453 Not enough bandwidth error

2018-07-12 Thread Michael Shaffer
mp3lame -ab 128k -ar 44100 -c:v copy -threads 0 -bufsize 512k -f flv "rtmp://a.rtmp.youtube.com/live2/7ddp-1234-5678-f3ff" Screenshot: https://kdca.neocities.org/command.jpg On Tue, Jul 10, 2018 at 5:36 AM, Moritz Barsnick wrote: > Hi Michael, > > On Mon, Jul 09, 2018 at 16:39:

Re: [FFmpeg-user] 453 Not enough bandwidth error

2018-07-13 Thread Michael Shaffer
o work in the higher resoltuion. On Thu, Jul 12, 2018 at 7:26 AM, Michael Shaffer wrote: > Here is the command, with a screen shot of it and the error. > > c:\ffmpeg\bin\ffmpeg3.exe -re -rtsp_transport tcp -i "rtsp:// > admin:admin@192.168.1.230:554/VideoInput/1/h264/1&

Re: [FFmpeg-user] 453 Not enough bandwidth error

2018-07-13 Thread Michael Shaffer
I guess it could be youtube that is the problem. I'll try finding another streaming service and see if it works there. On Fri, Jul 13, 2018 at 3:49 PM, Michael Shaffer wrote: > It plays fine in VLC player at 1080p, but FFMPEG won't work. I've googled > this problem and

Re: [FFmpeg-user] how ffmpeg use network streaming as input?

2018-07-13 Thread Michael Shaffer
Hi, I'm not exactly sure what problem you're having. However I am streaming from IP cameras to youtube live. This is the command I'm using. Maybe this will help you.. c:\ffmpeg\bin\ffmpeg3.exe -re -rtsp_transport tcp -i "rtsp:// admin:admin@192.168.1.230:554/VideoInput/1/h264/1" -f lavfi -f dshow

[FFmpeg-user] Defog/Dehaze filter for FFMPEG?

2018-07-17 Thread Michael Shaffer
Are there any libraries/filters for FFMPEG for removing fog and haze? I found one called libxcam but I'm not sure if it's been fully implemented yet to work with FFMPEG. Thanks, Michael Shaffer ___ ffmpeg-user mailing list ffmpeg-user@ffmpe

Re: [FFmpeg-user] Defog/Dehaze filter for FFMPEG?

2018-07-17 Thread Michael Shaffer
Thanks, I tried the libavfilter unsharp filter and it does seem to help. On Tue, Jul 17, 2018 at 3:44 PM, Francois Visagie < francois.visa...@gmail.com> wrote: > > -Original Message- > > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > >

[FFmpeg-user] How to perform two filters: overlay an image and apply .acv color curve?

2018-08-19 Thread Michael Shaffer
=60:scenecut=0 -threads 0 -bufsize 512k -pix_fmt yuv420p -f flv "rtmp://a.rtmp.youtube.com/live2/zw6v---9g0b" I know have to use the filter_complex command but beyond that I'm lost.. I would really appreciate help. Thanks Michael Shaffer _

Re: [FFmpeg-user] How to perform two filters: overlay an image and apply .acv color curve?

2018-08-25 Thread Michael Shaffer
0 -bufsize 512k -f flv "rtmp:// b.rtmp.youtube.com/live2?backup=1/bmbp-2222--3hgj" On Sun, Aug 19, 2018 at 7:37 PM Michael Shaffer wrote: > I am streaming a ip camera feed. I want to display an image overlay on the > bottom of the screen with an image that refreshes. I also

[FFmpeg-user] h.265 streaming to youtube

2018-09-08 Thread Michael Shaffer
Does ffmpeg support h.265 streaming of an IP camera? I would like to use copy mode, just take the video from the camera and send it to youtube with no extra processing. This is the command I'm using c:\ffmpeg\bin\ffmpeg1.exe -re -rtsp_transport tcp -i "rtsp:// admin:password@192.168.1.64:554" -f

Re: [FFmpeg-user] Reconnecting ffmpeg rtsp connection

2018-09-11 Thread Michael Shaffer
Yea ffmpeg tends to crash every once in a while. I'm streaming 5 cameras to youtube. I had to write a program to monitor the bandwidth usage and restart ffmpeg automatically when it crashes. On Mon, Sep 10, 2018 at 10:46 PM, YAYINCOMTR CANLI YAYIN HIZMETLERI < yayinco...@gmail.com> wrote: > Recon

Re: [FFmpeg-user] h.265 streaming to youtube

2018-09-13 Thread Michael Shaffer
> > > > On Sep 8, 2018, at 7:09 46AM, Carl Eugen Hoyos > wrote: > > > > 2018-09-08 12:28 GMT+02:00, Michael Shaffer : > > > >> c:\ffmpeg\bin\ffmpeg1.exe -re -rtsp_transport tcp -i "rtsp:// > >> admin:password@192.168.1.64:554" -f lavfi

Re: [FFmpeg-user] RTSP input re-encoded/copied to RTSP output stream

2018-09-16 Thread Michael Shaffer
I don't see why you aren't using ffmpeg -i rtsp://172.x.x.x -c:v copy http://127.0.0.1:8090/feed1.ffm Then it wouldn't even re-encode the video and would use less CPU and have higher quality. Also when I stream my IP cameras I put these two switches at the front of the command ffmpeg -re -rtsp_

Re: [FFmpeg-user] Max rtbufsize Via dshow

2018-09-19 Thread Michael Shaffer
> > If I watch my encoding performance through task manager everything is > consistent / flat at about 60% usage, until I end the recording, then it > jumps up to 100% usage for a few seconds. VRAM, RAM, CPU, GPU (3D), and > DISK are well below 50% usage throughout the entire process. > > I don't r

Re: [FFmpeg-user] install

2018-09-26 Thread Michael Shaffer
Uncompress ffmpeg to a directory, like c:\ffmpeg You don't have to install it. The program is located at c:\ffmpeg\bin\ffmpeg.exe The simplest way is to put your mkv files in the c:\ffmpeg\bin\ directory and run ffmpeg on them from there. For example cd c:\ffmpeg\bin\ ffmpeg -i homevideo1.mkv -c

Re: [FFmpeg-user] install

2018-09-26 Thread Michael Shaffer
Ignore the last line, didn't mean to include that. On Wed, Sep 26, 2018 at 9:27 PM, Michael Shaffer wrote: > Uncompress ffmpeg to a directory, like c:\ffmpeg > > You don't have to install it. The program is located at > c:\ffmpeg\bin\ffmpeg.exe > > The simplest way

Re: [FFmpeg-user] GPU acceleration

2018-10-31 Thread Michael Shaffer
It depends on how fast your CPU is and the bitrate of the video. Personally I had to start using the GPU when I streamed above 1080p resolution. My CPU couldn't process a 4k stream and maintain 30fps. On Wed, Oct 31, 2018 at 9:18 PM zbuff <393969...@qq.com> wrote: > I want to add watermark to my

Re: [FFmpeg-user] Detect Frozen video

2018-11-28 Thread Michael Shaffer
I don't know if there is a way to use ffmpeg to do it. I use a little program I made to monitor the bandwidth and if it drops off it restarts the stream. I'm using Ubuntu Linux and Python with the sysdig command to get the bandwidth of each individual ffmpeg process. I have 5 ffmpeg's going at once

[FFmpeg-user] Trouble streaming IP camera from virtual OS

2018-11-29 Thread Michael Shaffer
I'm trying to use FFMpeg to send from an IP camera to youtube, from within a virtual OS. Youtube says it's not receiving data. I can stream a file to youtube fine, just can't input from the IP camera and send to youtube. The "real" OS is Windows 10. I've tried Ubuntu virtual OS and a Windows 10 vir

Re: [FFmpeg-user] Detect Frozen video

2018-11-30 Thread Michael Shaffer
lob/master/instructions.jpg On Wed, Nov 28, 2018 at 7:19 AM Mustafa Al Ani wrote: > Hi Michael, > > I'm interested in your way of monitoring the bandwidth, can you share more > info please? > > Regards, > Mustafa > > On Wed, Nov 28, 2018 at 1:16 PM Michael Shaf

[FFmpeg-user] IP Camera stream copy to multiple outputs

2018-12-18 Thread Michael Shaffer
I'm using ffmpeg to stream copy from an IP camera to youtube live. I would also like to save a copy of the video to my hard drive. The problem is the IP camera only supports one connection at a time. Is there a way to send ffmpeg to a program that would "multiply" the video so I could use as many c

Re: [FFmpeg-user] ffmpeg ip cam stream with drawtext

2019-01-28 Thread Michael Shaffer
Hi, we are also streaming a Hikvision cctv camera to youtube. We're not putting text on the image but are using the "-vf curves" command to eliminate fog. The CPU was unable to do the curves filter at 30fps above 1080p. We put my GeForce 1060 3GB in the computer, and it doesn't use much CPU at all

Re: [FFmpeg-user] ffmpeg ip cam stream with drawtext

2019-01-29 Thread Michael Shaffer
Ok, I didn't know that. I guess it must be the encoding to h264 that the GPU is helping with. On Mon, Jan 28, 2019 at 11:23 PM Carl Eugen Hoyos wrote: > 2019-01-29 0:06 GMT+01:00, Michael Shaffer : > > Hi, we are also streaming a Hikvision cctv camera to youtube. We're not

Re: [FFmpeg-user] ffmpeg ip cam stream with drawtext

2019-01-31 Thread Michael Shaffer
I was looking at this, it lists decode capability but not encode. https://trac.ffmpeg.org/wiki/Hardware/QuickSync As for putting text on the video, there's a library called OpenCV that lets you put text on the video and do lots of other things. It probably would be too much trouble though, since O

[FFmpeg-user] Low FPS and upload speeds after Windows Update

2019-02-03 Thread Michael Shaffer
I'm streaming from an ip camera to youtube live. Windows 10 installed some update when I had to reboot. Now ffmpeg only does about 15fps and the upload bandwidth seems limited to 6000kbps. I've tried with a couple different ip cameras and it's the same. I also tried with the newest version of ffmpe

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-03-30 Thread Michael Shaffer
I don't think so. I think you have to use an older version of ffmpeg. I could never get ffserver to work right.. On Sat, Mar 30, 2019 at 11:49 AM qw wrote: > Hi, > > > does ffmpeg 4 still support ffserver? > > > > Regards > > > Andrew > ___ > ffmpeg-us

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-03-30 Thread Michael Shaffer
Nginx On Sat, Mar 30, 2019 at 12:05 PM qw wrote: > Hi, > > > Is there some active popular rtmp server that can relay rtmp stream? > > > > Thanks! > > > Regards > > > Andrew > > > > > At 2019-03-30 23:52:45, "Michael Shaffer" w

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-03-30 Thread Michael Shaffer
I haven't used Nginx but I think it does rtmp relay. I used a python script for relaying from my ip cameras to youtube.. On Sat, Mar 30, 2019 at 12:08 PM Michael Shaffer wrote: > Nginx > > On Sat, Mar 30, 2019 at 12:05 PM qw wrote: > >> Hi, >> >> >>

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-03-31 Thread Michael Shaffer
nd relay > one of them to destination rtmp address? > > > Thanks! > > > Regards > > > Andrew > > > > At 2019-03-31 00:09:17, "Michael Shaffer" wrote: > >I haven't used Nginx but I think it does rtmp relay. I used a python > sc

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-03-31 Thread Michael Shaffer
art1) B.pack() B = tk.Button(top, text ="Cam 2 Start", command = Start2) B.pack() B = tk.Button(top, text ="Cam 3 Start", command = Start3) B.pack() B = tk.Button(top, text ="Cam 4 Start", command = Start4) B.pack() B = tk.Button(top, text ="Cam 5 Start", comman

Re: [FFmpeg-user] Efficiently doing thousands of edits?

2019-04-10 Thread Michael Shaffer
I'm pretty sure you could use Python and OpenCV to create a solution.. Basically.. For each frame of video, 1) Create a subset image of the the lower left corner using a specific bounding box. 2) Calculate an average of the black value of the subset to determine if is a black image or not. 3) If th

Re: [FFmpeg-user] How to programmingly stream webcam and access live video via browser

2019-04-15 Thread Michael Shaffer
I just had this article emailed to me today. It might help with your project. https://www.pyimagesearch.com/2019/04/15/live-video-streaming-over-network-with-opencv-and-imagezmq/ I've been wanting to do the same thing as you.. use OpenCV to modify a camera feed and then restream it to youtube. How

Re: [FFmpeg-user] ffmpeg for transcoding a stream into web pag

2019-05-03 Thread Michael Shaffer
Have you experimented with Unreal Live Server? http://www.umediaserver.net/umediaserver/download.html On Fri, May 3, 2019 at 6:58 PM R C wrote: > Hello Ted, > > > that seems to work! thank you!! That ffmpeg command is indeed making a > movie from that stream into a file, tried watching it, VL

[FFmpeg-user] Panasonic GH4 4K live stream using ffmpeg

2019-07-14 Thread Michael Shaffer
Can anyone recommend a good HDMI input card that will work with ffmpeg in Ubuntu Linux? Thanks, Michael Shaffer ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or

Re: [FFmpeg-user] ffmpeg streaming to YouTube works better in Windows 10 than in Windows 7

2019-08-06 Thread Michael Shaffer
Does the Windows 7 computer stream at the full 25fps when stream-copying from the camera to youtube? You could try streaming the .mkv file to youtube from a different Windows 7 computer, and see if that works. Maybe will help narrow down if it's Youtube, your ffmpeg command, or your computer. Per

Re: [FFmpeg-user] UNABLE TO READ RTSP FROM IP CAMERA

2019-08-21 Thread Michael Shaffer
I'm using two Hikvision cameras with RTSP with ffmpeg and it works fine. What happens if you try this? (writing the video to a file) ffmpeg -rtsp_transport tcp -y -rtbufsize 200M -i "rtsp:// admin:password@192.168.0.103:554/cam/realmonitor?channel=1&subtype=0" -f lavfi -f dshow -c:v copy -c:a cop

Re: [FFmpeg-user] ADD REAL TIME STAMP TO RTSP STREAM SEGMENT

2019-09-06 Thread Michael Shaffer
Nevermind I just read your question again and I guess it sounds like you want the time stamp from the camera itself. Not sure how you would do that. On Fri, Sep 6, 2019 at 11:29 PM Michael Shaffer wrote: > I've been using Python to archive my RTSP IP camera footage. This is the > Py

Re: [FFmpeg-user] ADD REAL TIME STAMP TO RTSP STREAM SEGMENT

2019-09-06 Thread Michael Shaffer
I've been using Python to archive my RTSP IP camera footage. This is the Python code I use to name the file the current date and time. Basically I have the program terminate and start a new ffmpeg instance every 20 minutes. It would be nice though if ffmpeg could segment and timestamp the files its

Re: [FFmpeg-user] Need help with Live Streaming using GPU

2019-10-07 Thread Michael Shaffer
Try setting the output bitrate from the GPU to something higher. You have it set to 10M. Try 100M. I'm not sure what the maximum bitrate output is. On Mon, Oct 7, 2019 at 7:15 AM Karan Singh wrote: > Hi Team > > i am struggling with live streaming of 4k videos with or without GPU. > > My questio

Re: [FFmpeg-user] Need help with Live Streaming using GPU

2019-10-10 Thread Michael Shaffer
I'm no expert but it sounds like you've reached the limitations of your CPU / GPU. On Thu, Oct 10, 2019 at 1:07 AM Karan Singh wrote: > Didn't get your point , can you elaborate ? > I am able to run 6 live streams with before mentioned parameters but after > that frames start dropping and CPU/GP

[FFmpeg-user] 453 Not Enough Bandwidth Error when streaming from IP camera

2019-10-20 Thread Michael Shaffer
I have a Sanyo IP camera that I'm streaming to Youtube via rtsp and ffmpeg. The camera is supposed to be capable of 1080p but I can only get it to work in 720p mode. When I try 1080p mode ffmpeg gives the following error below. If anyone has any ideas I'd really appreciate it. user@user-computer:~

Re: [FFmpeg-user] 453 Not Enough Bandwidth Error when streaming from IP camera

2019-10-21 Thread Michael Shaffer
Ok thanks, I didn't realize that was coming from the camera. On Sun, Oct 20, 2019 at 7:09 PM Carl Eugen Hoyos wrote: > Am Mo., 21. Okt. 2019 um 01:03 Uhr schrieb Michael Shaffer > : > > > > I have a Sanyo IP camera that I'm streaming to Youtube via rtsp and > ffm

Re: [FFmpeg-user] Reducing video file size

2019-11-04 Thread Michael Shaffer
Reduce the frame rate. On Mon, Nov 4, 2019 at 10:05 AM Morten W. Petersen wrote: > Hi. > > I'm wondering what the options are for reducing video size. > > Encoding in black and white / low color depth, reducing the resolution, > removing audio etc. are all options I can consider using. > > Regar

Re: [FFmpeg-user] youtube formats not recognized by latest ffmpeg

2019-11-10 Thread Michael Shaffer
On Sun, Nov 10, 2019 at 1:10 PM JD wrote: > Dear all, > there are new formats on youtube that latest firefox cannot play, > neither can latest mplayer nor latest ffplay. > Example of these formats, as seen when one invokes > youtube-dl -F (such as > https://www.youtube.com/watch?v=pD5oUCVFmv0):

Re: [FFmpeg-user] Timestamp using PC Clock - possible payment for solution.

2019-11-12 Thread Michael Shaffer
You could make a Python script that updates a text file with the current system time. Then use ffmpeg to reload and overlay the text file for each frame. I have to admit, I tried something similar to this though and sometimes it would crash because they were both accessing the file. On Tue, Nov 12

Re: [FFmpeg-user] Add soft subtitles to YouTube Stream Now?

2019-11-20 Thread Michael Shaffer
I noticed your Youtube streams only last a day or so. I have a Python script I made that keeps the ffmpeg process sending to Youtube. I have 5 IP cameras going to youtube and they have been going about 9 months without the stream ending. Anyways, if you want I could show you how the script works. Y

Re: [FFmpeg-user] Contractor to help with filters

2019-12-30 Thread Michael Shaffer
Issues 1 and 2 would be pretty simple to fix. I would use Adobe Photoshop create a "curves" layer which can then be exported as a .crv file. The .crv file can be loaded by ffmpeg and applied to the image. Adobe Photoshop has an auto-adjust button which gets it close, then you can tweak the individu