Re: [FFmpeg-user] HELP !

2016-08-23 Thread rslovers
On Tue, Aug 23, 2016 at 07:37:58PM +1000, Nicolas Sampson wrote: > ffmpeg -i "xxx.zzz" -c:v lib264 -framerate 25 -crf 21 -c:a libmp3lame -b:a > 190k -b:v 3000k -filter:a "volume=2" "xxx.zzz" well, since nobody has mentioned, but aren't -crf and -b:v mutu- ally exclusive? if you want crf then

[FFmpeg-user] http inside concat demuxer

2016-10-09 Thread rslovers
I tried: ffmpeg -user-agent whatever -f concat -i list with list content: file 'http://localhost:1/1' file 'http://localhost:1/2' ... But ffmpeg just ignored the user-agent option and sent the default one, how could I set http

Re: [FFmpeg-user] Restream live rtmp with delay

2016-09-20 Thread rslovers
On Mon, Sep 19, 2016 at 07:10:38PM +0300, Maxim Kozlov wrote: > Hi. > > I need to transcode live rtmp stream with delay. > I have no problem with encoding, but i confused how to delay. > I found the adelay filter, but it works with audio. > Is there any filter to delay video stream? a simple