Re: [FFmpeg-user] media play too fast

2021-11-18 Thread S. Helbig via ffmpeg-user
Am 18/11/2021 um 02:04 schrieb Bart Coninckx : > > Hi, > > not sure when, why and how it changed, but at a certain moment video and mp3 > files started to run faster than usual (witch chipmunk like speech). I have a > Radeon RX550 card which I use for HDMI output. The OS is Xubuntu 20.04 > r

[FFmpeg-user] segment_wrap

2021-10-18 Thread S. Helbig via ffmpeg-user
Hello, I'm trying to unerstand what the documentation refers to with regards to 'segment_wrap limit'. It says: "Wrap around segment index once it reaches 'limit'" So is 'limit' size, time (seconds?) or anything else? I tested a 4hr stream recording with 'segment_wrap 4' and got one big segment o

[FFmpeg-user] FFMPEG ignores -timelimit

2021-07-20 Thread S. Helbig via ffmpeg-user
Hello, I like to run FFMPEG as a cron job to loop-record an IP cam stream into wrap-limited segments. To make it power-cut and network-cut proof, I wanted to restart FFMPEG periodically, giving it a timelimit. But it keeps ignoring it on the test bench. ffmpeg -loglevel debug -hide_banner -timel

[FFmpeg-user] Click-activated Stream Recording

2021-07-12 Thread S. Helbig via ffmpeg-user
Hello, I'm wondering if there is a way for FFMPEG to handle click-activates streams. I'm just experimenting at the moment. Youtube is a good example or this one here: http://ipcamlive.com/player/player.php?alias=leirvik ffmpeg -loglevel debug -hide_banner -i 'http://ipcamlive.com/player/player

[FFmpeg-user] Loop Recording - use segment argument?

2021-07-04 Thread S. Helbig via ffmpeg-user
Hi, I'm scratching my head right now: I'm working on creating a loop recording of an mpeg stream from a camera. This one here https://www.reddit.com/r/commandline/comments/2j9auk/whats_the_best_way_to_continually_capture_a points to the FFMPEG documentation suggesting to use the 'segment' optio

Re: [FFmpeg-user] FFMPEG not accepting print format string?

2021-06-27 Thread S. Helbig via ffmpeg-user
Ok, Can give my own answer... Something was missing before the output path: '-f segment'. Added that and now it happily creates consecutively numbered segments- infinitely still but the next step will be to give this a limit where older files will be deleted. S. Helbig via ffmpeg-use

[FFmpeg-user] FFMPEG not accepting print format string?

2021-06-27 Thread S. Helbig via ffmpeg-user
Hello, I'm trying to create a CCTV recording of an IP cam. My input was: ffmpeg -loglevel debug -hide_banner -i 'http://192.168.2.345:678/videostream.cgi?user=USER&pwd=PWD' -y -segment_time 1800 -segment_format mp4 -segment_atclocktime 1 -c copy '/path/to/destination/recording-%03d.mp4' I was e

Re: [FFmpeg-user] 371MB Output file for 6:50 min?

2021-06-27 Thread S. Helbig via ffmpeg-user
> You dit not specify a codec for your output, could be that ffmpeg is > just writing raw (uncrompressed) video in there, which will grow to huge > size very fast. > > On 26-06-2021 20:16, S. Helbig via ffmpeg-user wrote: >> Hello, >> >> FFMPEG is creating an ever

[FFmpeg-user] 371MB Output file for 6:50 min?

2021-06-26 Thread S. Helbig via ffmpeg-user
Hello, FFMPEG is creating an ever growing output file from a recorded IP cam stream. But the acual video is only about 7min. My input command was: ffmpeg -loglevel debug -timelimit 1.800 -hide_banner -i 'http://192.168.1.234:567/videostream.cgi?user=USER&pwd=PWD' -y -segment_time 1.800 /path/to/d

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

2021-06-21 Thread S. Helbig via ffmpeg-user
erstand it: output options and input options need to be immediately before their respected references- correct? It's nice when it works :) Leo Butler via ffmpeg-user: > "S. Helbig via ffmpeg-user" writes: > >> Hello, >> >> I've been trying to record

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

2021-06-20 Thread S. Helbig via ffmpeg-user
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 -loglevel debug http://192.168.1.123:456/videostream.cgi?user=