Re: [FFmpeg-user] Raw video conversion

2022-07-10 Thread Naveen.B
C:\Naveen\projects\DMS\software\ffmpeg_full\ffmpeg\bin>ffmpeg -f rawvideo -pixel_format yuv420p -video_size 1600x1300 -framerate 30 -i raw_video.raw raw_video.avi ffmpeg version 2022-06-20-git-56419428a8-full_build-www.gyan.dev Copyright (c) 2000-2022 the FFmpeg developers built with gcc 11.3.0 (

Re: [FFmpeg-user] hls playlist got wiped out when ffmpeg runs as systemd child process

2022-07-10 Thread Dennis Mungai
On Sun, 10 Jul 2022, 20:25 Jonathan Baecker, wrote: > Am 10.07.22 um 19:12 schrieb Jonathan Baecker: > > Am 08.07.22 um 22:30 schrieb Reindl Harald: > >> > >> > >> Am 08.07.22 um 18:16 schrieb Greg Oliver: > >>> On Fri, Jul 8, 2022 at 5:25 AM jb wrote: > >>> > Hello everybody, > >

Re: [FFmpeg-user] hls playlist got wiped out when ffmpeg runs as systemd child process

2022-07-10 Thread Jonathan Baecker
Am 10.07.22 um 19:12 schrieb Jonathan Baecker: Am 08.07.22 um 22:30 schrieb Reindl Harald: Am 08.07.22 um 18:16 schrieb Greg Oliver: On Fri, Jul 8, 2022 at 5:25 AM jb wrote: Hello everybody, I have a control program which running as a systemd service. This program spawns ffmpeg and that i

Re: [FFmpeg-user] hls playlist got wiped out when ffmpeg runs as systemd child process

2022-07-10 Thread Jonathan Baecker
Am 08.07.22 um 22:30 schrieb Reindl Harald: Am 08.07.22 um 18:16 schrieb Greg Oliver: On Fri, Jul 8, 2022 at 5:25 AM jb wrote: Hello everybody, I have a control program which running as a systemd service. This program spawns ffmpeg and that is writing to a HLS playlist. I use this flags:

Re: [FFmpeg-user] concat filter

2022-07-10 Thread Ulf Zibis
Am 05.07.22 um 23:55 schrieb Carl Zwanzig: For dealing with minor size changes, an option is a filter chain to crop larger frames to the target size then center/overlay the result on a target-sized black background. As alternative to cropping, you can use the "fillborders" filter. - Ulf __

Re: [FFmpeg-user] Error: Impossible to convert between the formats...(Nvidia codecs)

2022-07-10 Thread Ben Parham
Hi Dennis, Now I am streaming with two cameras but I have a small problem, the audio stream is not synced with the video stream, and there is a small delay of around 0.2 seconds. How can I fix it? I would appreciate your help. Regards, Ben. On Sat, Jul 9, 2022 at 9:52 PM Dennis Mungai wrote: > O