Re: [FFmpeg-user] Reducing Latency while streaming desktop

2018-08-29 Thread Roger Pack
https://trac.ffmpeg.org/wiki/StreamingGuide#Latency may be of some use to you. On Sat, Aug 25, 2018 at 12:24 PM Thomas Glanzmann wrote: > > Hello, > I would like to use ffmpeg to stream my windows 7 desktop to windows 10 > desktops on the same broadcast domain. Last week I used the following two

Re: [FFmpeg-user] Correct command line for 3D SBS to 3D TAB conversion

2018-08-29 Thread Paul B Mahol
On 8/29/18, xbmcgotham2014 wrote: > Hi, > > Anybody have the complete command line for converting a 3D Side By Side > video to 3D Top and Bottom video, which will keep the original > quality/audio as much as possible? > > I have a few 3D SBS that now wont play anymore on the projector as it > was

[FFmpeg-user] Correct command line for 3D SBS to 3D TAB conversion

2018-08-29 Thread xbmcgotham2014
Hi, Anybody have the complete command line for converting a 3D Side By Side video to 3D Top and Bottom video, which will keep the original quality/audio as much as possible? I have a few 3D SBS that now wont play anymore on the projector as it was replaced by a different one that does not

Re: [FFmpeg-user] Decklink output can't produce 1080i50

2018-08-29 Thread Marton Balint
On Wed, 29 Aug 2018, Mustafa Al Ani wrote: ffmpeg -f libndi_newtek -i "MED-GW-01 (IO-ENC-01-NDI-01_VR)" -f decklink 'DeckLink Duo (1)' Try requesting an explicit field order on the output, e.g.: -field_order tt Regards, Marton ___ ffmpeg-user

Re: [FFmpeg-user] Problematic RTSP re-streaming

2018-08-29 Thread Carl Eugen Hoyos
2018-08-27 23:16 GMT+02:00, George Andguladze : > If anybody stumbles upon the same issue as described in the previous replies > of this thread, know that I gave up trying to solve this problem using > ffmpeg and instead used GStreamer to re-stream the RTSP stream to HLS. After > long, painful

Re: [FFmpeg-user] Decklink output can't produce 1080i50

2018-08-29 Thread Carl Eugen Hoyos
2018-08-29 12:59 GMT+02:00, Mustafa Al Ani : > ffmpeg -f libndi_newtek -i "MED-GW-01 (IO-ENC-01-NDI-01_VR)" -f > decklink 'DeckLink Duo (1)' > > ffmpeg version N-90713-g955fa23 Copyright (c) 2000-2018 the FFmpeg > developers > built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.9) 20160609 >

Re: [FFmpeg-user] Decklink output can't produce 1080i50

2018-08-29 Thread Mustafa Al Ani
ffmpeg -f libndi_newtek -i "MED-GW-01 (IO-ENC-01-NDI-01_VR)" -f decklink 'DeckLink Duo (1)' ffmpeg version N-90713-g955fa23 Copyright (c) 2000-2018 the FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.9) 20160609 configuration: --enable-libndi_newtek

Re: [FFmpeg-user] Windows build with decklink?

2018-08-29 Thread Carl Eugen Hoyos
2018-08-28 20:42 GMT+02:00, James Darnley : > On 2018-08-28 18:38, Carl Zwanzig wrote: >> (top-posting corrected) >>> On Tue, 28 Aug 2018, 05:03 Carl Zwanzig, wrote: Are there any readily-available & recent windows builds with BMD decklink enabled? The 4.0.x builds from Zeranoe do

Re: [FFmpeg-user] ffmpeg video encryption

2018-08-29 Thread Carl Eugen Hoyos
2018-08-28 12:31 GMT+02:00, RASIL KRISHNAN : > I tried a lot of ways to encrypt the video which I'm sending to a > link. I found a way to encrypt video using aes from stack overflow, the > link is >

[FFmpeg-user] Decklink output can't produce 1080i50

2018-08-29 Thread Mustafa Al Ani
Hi, I'm trying to output an NDI stream (1080i50) using Decklink but the output is always progressive, my decklink setting is set to 1080i50 and the NDI is 100% interlaced. I'm not using any flags in the output side because I presume it should take the input as is, but even when I use flags like