[FFmpeg-user] Bug in ffmpeg / DV date support

2023-02-20 Thread Stefan Oltmanns
Hello, I'm not sure this is the correct mailing list for this, but I'm pretty sure I found a bug in ffmpeg regarding DV support: In libavformat/dvenc.c line 160-162 the DV month field is set to the value of a C time structure month field. C defines that field with the range of 0-11, but it

[FFmpeg-user] Lipsync of a UDP stream

2023-02-20 Thread Jan Ceuleers
Dear list, New ffmpeg user. I am currently using the following incantation to receive an H.264 stream: ffmpeg -hide_banner -nostats -loglevel panic -async 1 -i udp://192.168.1.60:17001 -vcodec copy -codec:a aac -b:a 128k -f mpegts pipe:1 The media server ingesting the stream expects it on

Re: [FFmpeg-user] ddagrab

2023-02-20 Thread Michael Koch
Am 20.02.2023 um 15:50 schrieb Michael Koch: Am 20.02.2023 um 15:46 schrieb Gyan Doshi: On 2023-02-20 07:58 pm, Michael Koch wrote: Am 20.02.2023 um 15:18 schrieb Gyan Doshi: On 2023-02-20 07:33 pm, Michael Koch wrote: Am 20.02.2023 um 14:54 schrieb Gyan Doshi: On 2023-02-20 07:15 pm,

Re: [FFmpeg-user] ddagrab

2023-02-20 Thread Michael Koch
Am 20.02.2023 um 15:46 schrieb Gyan Doshi: On 2023-02-20 07:58 pm, Michael Koch wrote: Am 20.02.2023 um 15:18 schrieb Gyan Doshi: On 2023-02-20 07:33 pm, Michael Koch wrote: Am 20.02.2023 um 14:54 schrieb Gyan Doshi: On 2023-02-20 07:15 pm, Michael Koch wrote: Am 20.02.2023 um 14:29

Re: [FFmpeg-user] ddagrab

2023-02-20 Thread Gyan Doshi
On 2023-02-20 07:58 pm, Michael Koch wrote: Am 20.02.2023 um 15:18 schrieb Gyan Doshi: On 2023-02-20 07:33 pm, Michael Koch wrote: Am 20.02.2023 um 14:54 schrieb Gyan Doshi: On 2023-02-20 07:15 pm, Michael Koch wrote: Am 20.02.2023 um 14:29 schrieb Gyan Doshi: On 2023-02-20 06:27

Re: [FFmpeg-user] ddagrab

2023-02-20 Thread Michael Koch
Am 20.02.2023 um 15:18 schrieb Gyan Doshi: On 2023-02-20 07:33 pm, Michael Koch wrote: Am 20.02.2023 um 14:54 schrieb Gyan Doshi: On 2023-02-20 07:15 pm, Michael Koch wrote: Am 20.02.2023 um 14:29 schrieb Gyan Doshi: On 2023-02-20 06:27 pm, Michael Koch wrote: Am 20.02.2023 um 13:50

Re: [FFmpeg-user] ddagrab

2023-02-20 Thread Michael Koch
Am 20.02.2023 um 14:54 schrieb Gyan Doshi: On 2023-02-20 07:15 pm, Michael Koch wrote: Am 20.02.2023 um 14:29 schrieb Gyan Doshi: On 2023-02-20 06:27 pm, Michael Koch wrote: Am 20.02.2023 um 13:50 schrieb Gyan Doshi: On 2023-02-20 06:03 pm, Michael Koch wrote: Hello, I'm testing the

Re: [FFmpeg-user] ddagrab

2023-02-20 Thread Gyan Doshi
On 2023-02-20 07:33 pm, Michael Koch wrote: Am 20.02.2023 um 14:54 schrieb Gyan Doshi: On 2023-02-20 07:15 pm, Michael Koch wrote: Am 20.02.2023 um 14:29 schrieb Gyan Doshi: On 2023-02-20 06:27 pm, Michael Koch wrote: Am 20.02.2023 um 13:50 schrieb Gyan Doshi: On 2023-02-20 06:03

Re: [FFmpeg-user] ddagrab

2023-02-20 Thread Michael Koch
Am 20.02.2023 um 14:54 schrieb Gyan Doshi: On 2023-02-20 07:15 pm, Michael Koch wrote: Am 20.02.2023 um 14:29 schrieb Gyan Doshi: On 2023-02-20 06:27 pm, Michael Koch wrote: Am 20.02.2023 um 13:50 schrieb Gyan Doshi: On 2023-02-20 06:03 pm, Michael Koch wrote: Hello, I'm testing the

Re: [FFmpeg-user] ddagrab

2023-02-20 Thread Gyan Doshi
On 2023-02-20 07:15 pm, Michael Koch wrote: Am 20.02.2023 um 14:29 schrieb Gyan Doshi: On 2023-02-20 06:27 pm, Michael Koch wrote: Am 20.02.2023 um 13:50 schrieb Gyan Doshi: On 2023-02-20 06:03 pm, Michael Koch wrote: Hello, I'm testing the ddagrab filter with the example from the

Re: [FFmpeg-user] ddagrab

2023-02-20 Thread Michael Koch
Am 20.02.2023 um 14:29 schrieb Gyan Doshi: On 2023-02-20 06:27 pm, Michael Koch wrote: Am 20.02.2023 um 13:50 schrieb Gyan Doshi: On 2023-02-20 06:03 pm, Michael Koch wrote: Hello, I'm testing the ddagrab filter with the example from the documentation. I did only add -t 10 -y, but that

Re: [FFmpeg-user] ddagrab

2023-02-20 Thread Gyan Doshi
On 2023-02-20 06:27 pm, Michael Koch wrote: Am 20.02.2023 um 13:50 schrieb Gyan Doshi: On 2023-02-20 06:03 pm, Michael Koch wrote: Hello, I'm testing the ddagrab filter with the example from the documentation. I did only add -t 10 -y, but that can't be the problem. ffmpeg -f lavfi -i

Re: [FFmpeg-user] ddagrab

2023-02-20 Thread Michael Koch
Am 20.02.2023 um 13:50 schrieb Gyan Doshi: On 2023-02-20 06:03 pm, Michael Koch wrote: Hello, I'm testing the ddagrab filter with the example from the documentation. I did only add -t 10 -y, but that can't be the problem. ffmpeg -f lavfi -i ddagrab -c:v h264_nvenc -cq 18 -t 10 -y out.mp4

Re: [FFmpeg-user] ddagrab

2023-02-20 Thread Gyan Doshi
On 2023-02-20 06:03 pm, Michael Koch wrote: Hello, I'm testing the ddagrab filter with the example from the documentation. I did only add -t 10 -y, but that can't be the problem. ffmpeg -f lavfi -i ddagrab -c:v h264_nvenc -cq 18 -t 10 -y out.mp4 What does this error message mean?

[FFmpeg-user] ddagrab

2023-02-20 Thread Michael Koch
Hello, I'm testing the ddagrab filter with the example from the documentation. I did only add -t 10 -y, but that can't be the problem. ffmpeg -f lavfi -i ddagrab -c:v h264_nvenc -cq 18 -t 10 -y out.mp4 What does this error message mean? [h264_nvenc @ 01f5f7bbf980] OpenEncodeSessionEx