Re: [FFmpeg-user] specifying header for http post

2021-03-30 Thread Daniel Oberhoff via ffmpeg-user
> On Mar 31, 2021, at 12:00 AM, Daniel Oberhoff > wrote: > > > >> On Mar 30, 2021, at 7:46 PM, Gyan Doshi > > wrote: >> >> >> >> On 2021-03-30 20:44, Daniel Oberhoff via ffmpeg-user wrote: >>> Hello >>> >>> I am trying to add an authorization header to a http

Re: [FFmpeg-user] specifying header for http post

2021-03-30 Thread Daniel Oberhoff via ffmpeg-user
> On Mar 30, 2021, at 7:46 PM, Gyan Doshi wrote: > > > > On 2021-03-30 20:44, Daniel Oberhoff via ffmpeg-user wrote: >> Hello >> >> I am trying to add an authorization header to a http post output, but >> somehow cant seem to succeed. >> >> my request looks like this: >> >> ffmpeg -f

Re: [FFmpeg-user] 1080i AVC-I 100 frame rate conversion

2021-03-30 Thread Mark Filipak (ffmpeg)
Oh! Returning to my editor from replying to your last message, I suddenly saw what I'm doing wrong. The fix: I need to create a 2-frame sliding window that ping-pongs between this: PTS=0 30030 : :

Re: [FFmpeg-user] 1080i AVC-I 100 frame rate conversion

2021-03-30 Thread Mark Filipak (ffmpeg)
On 2021-03-30 08:40, Bruce Roberts wrote: Sorry to keep contradicting myself Mark Filipak, but I'm still wondering if perhaps there is something wrong in your shuffle/mix/interleave command because to me, having looked once again, ... "Looked"? Have you run that filter_complex_script? I don't

[FFmpeg-user] Audio issues

2021-03-30 Thread gish
Im trying to stream from my IP camera on youtube. To do so I use the following command: ffmpeg -stimeout 500 -fflags +genpts+igndts+discardcorrupt+ -rtbufsize 2000M -rtsp_transport tcp -i rtsp://xxx -c:v copy -af aresample=async=1:min_hard_com -c:a aac -ar 44100 -b:a 128k

Re: [FFmpeg-user] specifying header for http post

2021-03-30 Thread Gyan Doshi
On 2021-03-30 20:44, Daniel Oberhoff via ffmpeg-user wrote: Hello I am trying to add an authorization header to a http post output, but somehow cant seem to succeed. my request looks like this: ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 -vframes 1 -headers

[FFmpeg-user] specifying header for http post

2021-03-30 Thread Daniel Oberhoff via ffmpeg-user
Hello I am trying to add an authorization header to a http post output, but somehow cant seem to succeed. my request looks like this: ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 -vframes 1 -headers "Authorization: foo" -f image2 -chunked_post 0 https://foo

Re: [FFmpeg-user] 1080i AVC-I 100 frame rate conversion

2021-03-30 Thread Bruce Roberts
Sorry to keep contradicting myself Mark Filipak, but I'm still wondering if perhaps there is something wrong in your shuffle/mix/interleave command because to me, having looked once again, the output sequence doesn't appear to included any weighted mixes of source frames 1 and 2 or 3 and 4, for

Re: [FFmpeg-user] 1080i AVC-I 100 frame rate conversion

2021-03-30 Thread Phil Rhodes via ffmpeg-user
> I believe that Nicolas is correct, Phil. I know that 24pps cinema is encoded >at 24000/1001fps and> therefore running time is extended by about 0.4%. Lots of cinema stuff is or at least was shot at 23.976, or at least that's the way the frame rate is often labelled in the cameras. The reason

Re: [FFmpeg-user] 1080i AVC-I 100 frame rate conversion

2021-03-30 Thread Bruce Roberts
Sorry - ignore what I said about the jumping back - I've had another look and I was wrong about that. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email

Re: [FFmpeg-user] 1080i AVC-I 100 frame rate conversion

2021-03-30 Thread Bruce Roberts
Hi Mark, Thank you once again for that detailed explanation of your ingenious solution! I think I finally understand it now (having spent a few hours working through it) and I might also understand the leaping back behaviour: It looks to me like your interleave filter will output the following