Re: [FFmpeg-user] Conference video-like filtergraph eating memory

2018-05-03 Thread Kevin Mark
Hi Carl, I'm using the latter, the ffmpeg CLI. The entire command is: ffmpeg \ -i DV_b2.mp4 \ -i SCREEN_ba.mp4 \ -i SCREEN_d9.mp4 \ -i SCREEN_6d.mp4 \ -i SCREEN_bb.mp4 \ -threads 1 \ -filter_complex 'filter here' \ -map '[cc8]' \ -c:v ffv1 \ out.avi I've also tried x264 in the matroska and mp4

Re: [FFmpeg-user] Conference video-like filtergraph eating memory

2018-05-03 Thread Carl Eugen Hoyos
2018-05-03 23:06 GMT+02:00, Kevin Mark : > I'm getting an OOM with the following ffmpeg complex filtergraph: Just a complex filtergraph? Did you write a program that calls libavfilter functions and libavfilter eats memory? Then please post on the libav-user mailing list. Or

Re: [FFmpeg-user] Conference video-like filtergraph eating memory

2018-05-03 Thread Kevin Mark
Perfect. Thanks so much, Paul. On Thu, May 3, 2018 at 5:46 PM, Paul B Mahol wrote: > On 5/3/18, Kevin Mark wrote: >> Paul, >> >> Okay, sounds like something I might take a stab at. I'm looking through the >> devel list now for anything related. If you have

Re: [FFmpeg-user] Conference video-like filtergraph eating memory

2018-05-03 Thread Paul B Mahol
On 5/3/18, Kevin Mark wrote: > Paul, > > Okay, sounds like something I might take a stab at. I'm looking through the > devel list now for anything related. If you have a few minutes could you > link or refer me to some relevant material on the new APIs? I'd try to > reach out

Re: [FFmpeg-user] Conference video-like filtergraph eating memory

2018-05-03 Thread Kevin Mark
Paul, Okay, sounds like something I might take a stab at. I'm looking through the devel list now for anything related. If you have a few minutes could you link or refer me to some relevant material on the new APIs? I'd try to reach out to the concat maintainer too but I don't see anyone listed

Re: [FFmpeg-user] Conference video-like filtergraph eating memory

2018-05-03 Thread Paul B Mahol
On 5/3/18, Kevin Mark wrote: > Hi Paul, > > Thanks for the quick reply. Looks like my suspicions were correct. > Using the concat demuxer will be my path forward for now. Out of > curiosity would patching in the .activate API in the concat filter be > a large effort? I ask

Re: [FFmpeg-user] Conference video-like filtergraph eating memory

2018-05-03 Thread Kevin Mark
Hi Paul, Thanks for the quick reply. Looks like my suspicions were correct. Using the concat demuxer will be my path forward for now. Out of curiosity would patching in the .activate API in the concat filter be a large effort? I ask because if it's something reasonable (and doesn't require a

Re: [FFmpeg-user] Conference video-like filtergraph eating memory

2018-05-03 Thread Paul B Mahol
On 5/3/18, Kevin Mark wrote: > Hey everyone, > > I'm getting an OOM with the following ffmpeg complex filtergraph: > > > [0] scale=1920:1080,setsar=1/1,split=8[s1][s2][s3][s4][s5][s6][s7][s8]; > > [s1] trim=start=0:duration=0.144 [a]; > [s2]

[FFmpeg-user] transcoding multicast into multiple stream in one multicast speed issue

2018-05-03 Thread Jakub Vojáček
Hello, we're using ffmpeg ffmpeg version N-90933-g177133a0f4. We have one input multicast that has video and audio. We are transcoding the video into 4 different bitrates along with the one audio into another multicast (that we work with - package with shaka packager for live streams and capture

[FFmpeg-user] RTCP RR Analysis using FFMPEG

2018-05-03 Thread Mohammed Sha
Hi All, We are using Wowza streaming Engine for live streaming video. The RTSP stream available in camera is pushed to wowza server with the help of ffmpeg binary. I need to intercept RTCP RR packets from the wowza server in order to change the encoder bitrate or FPS according to the packet

Re: [FFmpeg-user] editing video stream with KLV metadata

2018-05-03 Thread Moritz Barsnick
Hi Claire, On Thu, May 03, 2018 at 14:21:29 +, Claire Mantel wrote: > I have a videostream with klv metadata that I want to edit while keeping the > metadata. > I'm wondering if it's possible with ffmpeg? I assume you mean that which ffmpeg identifies as a KLV data stream? (I have no

[FFmpeg-user] editing video stream with KLV metadata

2018-05-03 Thread Claire Mantel
Hello, I have a videostream with klv metadata that I want to edit while keeping the metadata. I'm wondering if it's possible with ffmpeg? I tried several command lines, the two most relevant being the two below I believe. However, in both cases I only get the video stream... I also tried to