Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-08 Thread sirk98 qwerty89
Hello, Thx for your reply, can u write an example? Do you use nginx with a proxy_pass rule? Or how? Il Mar 8 Mag 2018, 18:53 John Smith ha scritto: > > I try to setup FFmpeg + http listen option to serve some live stream > > without web server . > > If I run the script

Re: [FFmpeg-user] VOB files convertion failed

2018-05-08 Thread Moritz Barsnick
On Mon, May 07, 2018 at 21:13:38 -0300, Jamenson Ferreira Espindula de Almeida Melo wrote: > Below is the listing of a DVD movie disc. I want to convert these files > to one file. The files already are on my hard disk. > > total 4,2G > -r--r--r-- 1 jamenson jamenson 124K fev 2 2010

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

2018-05-08 Thread Kevin Mark
I might have a patch submitted by the end of this month. If that's outside your timeline feel free to work on it. On Tue, May 8, 2018 at 5:32 PM, Paul B Mahol wrote: > On 5/8/18, Kevin Mark wrote: >> Hi Paul, >> >> Are you referring to the patch for

Re: [FFmpeg-user] link error undefined reference to `ff_sdr2_demuxer'

2018-05-08 Thread Carl Eugen Hoyos
2018-05-08 15:58 GMT+02:00, cedric.dew...@telfort.nl : > git clone > https://github.com/ffmpeg/FFMpeg --depth 1 There is also an archive that you can download: http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 > ./configure --enable-gpl --enable-nonfree

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

2018-05-08 Thread Paul B Mahol
On 5/8/18, Kevin Mark wrote: > Hi Paul, > > Are you referring to the patch for implementing the .activate API in > the concat filter? I don't have an ETA on it now for you, as I've > paused my work on it to study for upcoming finals next week. Were you > planning on tackling

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

2018-05-08 Thread Kevin Mark
Hi Paul, Are you referring to the patch for implementing the .activate API in the concat filter? I don't have an ETA on it now for you, as I've paused my work on it to study for upcoming finals next week. Were you planning on tackling this yourself at some point? Thanks, Kevin On Tue, May 8,

[FFmpeg-user] add video delay

2018-05-08 Thread tasos
Hello. I'm trying to create an output stream with delayed video. I have already used ffmpeg -y -nostdin -loglevel error -report -i rtmp://foob  -itsoffset 55 -i rtmp://foob \ -strict experimental  -map 0:a -map 1:v -c:v copy -c:a copy \ -f flv rtmp://foobar ffmpeg -y -nostdin -loglevel error

Re: [FFmpeg-user] VOB files convertion failed

2018-05-08 Thread Micael Silva
On Mon, May 7, 2018 at 9:13 PM, Jamenson Ferreira Espindula de Almeida Melo wrote: > From Jaboatão dos Guararapes, Pernambuco, Brazil. > > Thank you for your response. > > Below is the listing of a DVD movie disc. I want to convert these files > to one file. The files already

Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-08 Thread John Smith
> I try to setup FFmpeg + http listen option to serve some live stream > without web server . > If I run the script seems that all is working fine . > But if client close connection, ffmpeg stops and I need to restart script . > What I can do to solve this problem ? > > What I do is use ffmpeg to

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

2018-05-08 Thread Paul B Mahol
On 5/4/18, Kevin Mark wrote: > 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

[FFmpeg-user] link error undefined reference to `ff_sdr2_demuxer'

2018-05-08 Thread cedric.dew...@telfort.nl
Hi All, I have tried to compile ffmpeg on my rasperry PI running raspbian stretch, but I get a linker error. I have taken the following steps: git clone https://github.com/ffmpeg/FFMpeg --depth 1 cd ~/FFMpeg ./configure --enable-gpl --enable-nonfree --enable-mmal --enable-omx

Re: [FFmpeg-user] C210 uncompressed video: horizontal offset

2018-05-08 Thread Peter B.
On 08/05/18 00:31, Carl Eugen Hoyos wrote: > 2018-05-07 23:39 GMT+02:00, Peter B. : > >> http://download.das-werkstatt.com/pb/contribs/files/c210.avi.7z > This file was written using libavformat which does not support > writing Canopus C210, please provide (the beginning

Re: [FFmpeg-user] Not able to open URL using avformat_open_input

2018-05-08 Thread Moritz Barsnick
On Mon, May 07, 2018 at 05:27:04 +, m.kamalasubha m.kamalasubha wrote: > I tried to open URL using avformat_open_input API function. > Initially, I got a warning like, Hi Kamalasubha, for questions regarding the use of the libav* libraries, you have a much better chance of getting support on

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-08 Thread Reindl Harald
Am 08.05.2018 um 06:12 schrieb swades: > Actually i Tried in a older version audio video plying together. My problem > resolved. its not working in latest version. so i use old version now it's > working. nice for you, but that won't solve the problem, why do you waste peoples time when you are

Re: [FFmpeg-user] hardware encoding on bananapi (allwinnerA20) problems

2018-05-08 Thread Kieran O Leary
Hi On Tue, 8 May 2018, 08:11 cedric.dew...@telfort.nl, < cedric.dew...@telfort.nl> wrote: > Hi ALl, > I'm trying to capture the videostream from a webcam into a h264 video file > on a bananapi (with an allwinner A20 SOC). > Is this the correct place to ask questions about this, or is there

[FFmpeg-user] hardware encoding on bananapi (allwinnerA20) problems

2018-05-08 Thread cedric.dew...@telfort.nl
Hi ALl, I'm trying to capture the videostream from a webcam into a h264 video file on a bananapi (with an allwinner A20 SOC). Is this the correct place to ask questions about this, or is there another forum that handles this? Cheers, Cedric ___