[FFmpeg-user] sync two streams

2017-08-07 Thread Jon bae
Hello! From our office we stream a 576p livestream to a server in the internet. On this server the stream gets scaled to half. The full and the half stream gets from there streamed to another server for publishing. The problem is now that the both streams have a little delay from ~1 second. I fou

[FFmpeg-user] rtmpe support with ffmpeg's built-in rtmp

2017-08-07 Thread 桃源老師
Hello ffmpeg experts, I found that ffmpeg's built-in rtmp does not supports rtmpe protocol. I executed the following command: $ ffmpeg -protocols ffmpeg version N-86942-geabeb9093a Copyright (c) 2000-2017 the FFmpeg developers built with Apple LLVM version 8.1.0 (clang-802.0.42) configurati

Re: [FFmpeg-user] Speeding up a script.

2017-08-07 Thread Evert Vorster
Hi there, Paul. How would I be able to check which filter uses the most processing power? I am encoding in hardware with my video card, so it's only the decoding and filters that are eating up CPU. What I am seeing is that only one CPU shows any load. I have a suspicion that it is the remap filt

Re: [FFmpeg-user] Documentation for Ffmpeg remap filter

2017-08-07 Thread Evert Vorster
Thanks, Paul. I'll give it a test. On 6 August 2017 at 21:26, Paul B Mahol wrote: > On 8/6/17, Evert Vorster wrote: > > Hi there. > > > > I have been able to use ffmpeg to convert dual fisheye samsung gear 360 > > footage to equirectangular footage with ffmpeg. > > > > The example program given