[FFmpeg-user] vulkan video

2022-11-04 Thread Daniel Oberhoff via ffmpeg-user
Hello, I saw recently on phoronix that there was a vulkan video branch. Unfortunately that seems to have grown stale. Is there any chance vulkan video will make it into ffmpeg any time soon? I could also help if help is needed. We could really use that. Best Daniel signature.asc Description

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 > <mailto:ffm...@gyani.pro>> wrote: >> >> >> >> On 2021-03-30 20:44, Daniel Oberhoff via ffmpeg-user wrote: >>> H

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. >> &g

[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 .org

[FFmpeg-user] setting image2 format flag update

2020-01-15 Thread Daniel Oberhoff via ffmpeg-user
Hello, We would like to run the image2 output format with the update flag, such that it continuously updates a single image (very useful for website thumbnails…) but we can’t for the death of us not find out how to specify it. Can anyone help? we have tried it like this: ffmpeg -f lavfi -i t

Re: [FFmpeg-user] filter for changing frame rate

2019-05-15 Thread Daniel Oberhoff via ffmpeg-user
> On 13 May 2019, at 13:40, Carl Eugen Hoyos wrote: > > Am Mo., 13. Mai 2019 um 13:36 Uhr schrieb Daniel Oberhoff via > ffmpeg-user : >> >> >>> >>> You can not. >> >> I am curious what exactly the hindrance is. As I understand at least

Re: [FFmpeg-user] filter for changing frame rate

2019-05-13 Thread Daniel Oberhoff via ffmpeg-user
> > You can not. I am curious what exactly the hindrance is. As I understand at least mp4 there is not really a concept of frame rate in the file and in theory every frame can have a different „rate“, defined solely by pts. So in theory pts should be all you need. Where am I going wrong in my