Re: [FFmpeg-user] need help in reducing the stream start latency in a network enviroment

2017-06-13 Thread Ratheendran R
Hi Moritz, Here is the on the o/p produced by ffmpeg on my embedded setup and let me know were I can improve it further. Start to use memory manager library version 4.1.0.0 !! Open EDMC device driver version 6.1.0.6 successful !! ffmpeg version 2.8.1 Copyright (c) 2000-2015 the FFmpeg developers

Re: [FFmpeg-user] Lost audio stream

2017-06-13 Thread Reuben Martin
On Tuesday, June 13, 2017 10:43:47 AM CDT Tung Tran wrote: > [decklink @ 0x3d28d80] Decklink input buffer overrun! Your encoder(s) is not keeping up. You will notice that in the stderr output that they are reporting approx 17fps. You input is 29.97. So your input buffer is filling up till it ove

Re: [FFmpeg-user] multiple instances of segmenter

2017-06-13 Thread Moritz Barsnick
On Tue, Jun 13, 2017 at 09:43:40 -0400, Joe Konecny wrote: > After researching this I think the issue is the frame rate. I don't > understand how the frame rate relates to time and how to adjust it > with ffmpeg. The frames come in maybe slower than ffmpeg thinks they > are. So the result is th

[FFmpeg-user] Lost audio stream

2017-06-13 Thread Tung Tran
Dear all I am seeking for helps with my issue of losing audio streams when receiving signal from Decklink SDI input, on rtmp outout, the audio stream was missing after couple seconds, but I check on SDI then audio was normal. Below is my command : ffmpeg -format_code Hi59 -video_input sdi -audi

Re: [FFmpeg-user] FPS drop when transcode 3 Full HD channel to SD

2017-06-13 Thread chronek
Hi, You have dual core cpu, you show that with 1 ffmpeg it use 77% of one core (so like ~40% of cpu), with 2 ffmpeg it use 90% of first and second core (so like 90% of cpu), with 2 ffmpeg it uses almost all cpu, so no wonder that with 3 ffmpeg it slowing down because it need 1,5 more cpu, yo

Re: [FFmpeg-user] Mozaic: Choose audio source

2017-06-13 Thread Gyan
You will have to label the final overlay output e.g. [v] and then map it as well-map "[v]" ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ.

Re: [FFmpeg-user] Mozaic: Choose audio source

2017-06-13 Thread Gyan
On Tue, Jun 13, 2017 at 8:29 PM, Grégory S wrote: > > Now i want to be able to select from which video source the sound will be > exported. > If the duration of the sound is shorter than the duration of the mozaic (if > it do not comes from the longest video), i want to have silence until the > e

[FFmpeg-user] Mozaic: Choose audio source

2017-06-13 Thread Grégory S
Hi, i develop a C++ application which generate a FFMpeg command to create a mozaic of 3 videos. The duration of each source videos can be different. The exported video duration is equal to the longest source video (i have acces to the information and i generate the command according to this inform

Re: [FFmpeg-user] multiple instances of segmenter

2017-06-13 Thread Joe Konecny
On 06/12/2017 10:03 AM, Moritz Barsnick wrote: On Mon, Jun 12, 2017 at 09:22:17 -0400, Joe Konecny wrote: I'm calling ffmpeg from crontab and using the segmenter. Two instances of ffmpeg are running at once. One of the instances uses the segmenter properly the other creates one large file.

Re: [FFmpeg-user] FPS drop when transcode 3 Full HD channel to SD

2017-06-13 Thread Alex Molon
How many CPUs / cores are you using? Transcoding FullHD in SD, without using any hardware accelleration for more than two channels seems a quite huge load. It can be simply your CPU cannot go fast enough -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behal