Re: [FFmpeg-user] How to improve result of transitions

2021-06-21 Thread Rob Hallam
On Mon, 21 Jun 2021 at 21:07, wrote: > > Attached is a result of a transition using two videos, one totally black and > one totally white, using radial transition. > > Each video has 9 seconds and the transition command is: > > Ffmpeg -i black.mp4 -i white.mp4 -filter_complex > "xfade=transition=r

Re: [FFmpeg-user] Recording mjpg IP-Cam Stream via http

2021-06-21 Thread Leo Butler via ffmpeg-user
"S. Helbig via ffmpeg-user" writes: > Thanks. > > Yes this works: > > No "copy", -i before the input URL, input URL in ' '. Yes. I make it a habit to quote urls like that, so the there is no mis-interpretation by the shell. > > What I also found now: options -segment-time, -segment_format retur

Re: [FFmpeg-user] Recording mjpg IP-Cam Stream via http

2021-06-21 Thread S. Helbig via ffmpeg-user
Thanks. Yes this works: No "copy", -i before the input URL, input URL in ' '. What I also found now: options -segment-time, -segment_format returned a "not found" if set before the input source. They do work if placed before the output destination. The way I understand it: output options and in

Re: [FFmpeg-user] Recording mjpg IP-Cam Stream via http

2021-06-21 Thread Leo Butler via ffmpeg-user
"S. Helbig via ffmpeg-user" writes: > Hello, > > I've been trying to record an IP-cam stream (Foscam, mjpg) via http with > ffmpeg. > > The stream URL looks like this: > http://192.168.1.123:456/videostream.cgi?user=USERNAME&pwd=PWD > > So I created the string (w.o line wrap): > ffmpeg -i -loglev