[FFmpeg-user] FFmpeg vsync option

2021-04-07 Thread Mar Andrés López
Dear all, I have a video with two streams, a video stream and a metadata stream, I would like to set the vsync option to set the time stamps according to the video stream. In the documentation ffmpeg of vsync says that: -vsync parameter Video sync method. For compatibility reasons old valu

Re: [FFmpeg-user] How to dynamically drop frames as required to keep transcoding real time?

2021-04-07 Thread Mark Filipak (ffmpeg)
On 2021-04-07 22:33, Adrian Cable wrote: Mark – yes – you’re understanding exactly right! I was thinking specifically of the encoder ‘throttle’ being a frame rate control, but other forms of quality control that could be self-adjusted by the encoder to keep up with the input would also work fo

Re: [FFmpeg-user] How to dynamically drop frames as required to keep transcoding real time?

2021-04-07 Thread Adrian Cable
Mark – yes – you’re understanding exactly right! I was thinking specifically of the encoder ‘throttle’ being a frame rate control, but other forms of quality control that could be self-adjusted by the encoder to keep up with the input would also work for me. I did look through the history here

Re: [FFmpeg-user] How to dynamically drop frames as required to keep transcoding real time?

2021-04-07 Thread Mark Filipak (ffmpeg)
On 2021-04-07 21:51, Adrian Cable wrote: Mark, Sorry, I thought XXX referred to the output -- -vf fps=fps=XXX is *output* frame rate. To the best of my knowledge, the input frame rate of VFR video can't be specified. I’m referring to XXX as the maximum *output* frame rate that the pipeline c

Re: [FFmpeg-user] How to dynamically drop frames as required to keep transcoding real time?

2021-04-07 Thread Adrian Cable
Mark, > Sorry, I thought XXX referred to the output -- -vf fps=fps=XXX is *output* > frame rate. To the best > of my knowledge, the input frame rate of VFR video can't be specified. I’m referring to XXX as the maximum *output* frame rate that the pipeline can support at a given time, while keep

Re: [FFmpeg-user] How to dynamically drop frames as required to keep transcoding real time?

2021-04-07 Thread Mark Filipak (ffmpeg)
On 2021-04-07 10:10, Adrian Cable wrote: Mark – sorry if I wasn’t clear in my original email. The problem I am describing is real, not theoretical. I have enormous respect for the time of everyone on this list, and would not have emailed if my problem could be solved with “-vsync cfr” or anyth

Re: [FFmpeg-user] How to dynamically drop frames as required to keep transcoding real time?

2021-04-07 Thread Carl Eugen Hoyos
Am Di., 6. Apr. 2021 um 03:02 Uhr schrieb Adrian Cable : > > The problem/question is: how do I get ffmpeg to drop frames as required to > keep the pipeline running real time? This is not possible with ffmpeg, the application. Did you look at the x264 presets? Carl Eugen __

Re: [FFmpeg-user] ERROR: libglslang not found

2021-04-07 Thread Carl Eugen Hoyos
Am Mi., 7. Apr. 2021 um 10:46 Uhr schrieb Dylan Fernando : > Include the log file "ffbuild/config.log" produced by configure as this > will help solve the problem. Did you see this? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https:/

Re: [FFmpeg-user] Overlay images to frames in video

2021-04-07 Thread pdr0
Rainer M. Krug-2 wrote > Hi > > First poster, o apologies for any forgotten info. > > > I have a video with the following metadata: > > ``` > $ ffprobe ./1.pre-processed.data/bemovi/20210208_00097.avi > ffprobe version 4.3.2 Copyright (c) 2007-2021 the FFmpeg developers > built with Apple cla

Re: [FFmpeg-user] How to dynamically drop frames as required to keep transcoding real time?

2021-04-07 Thread Adrian Cable
Mark – sorry if I wasn’t clear in my original email. The problem I am describing is real, not theoretical. I have enormous respect for the time of everyone on this list, and would not have emailed if my problem could be solved with “-vsync cfr” or anything as straightforward and as well document

Re: [FFmpeg-user] How to dynamically drop frames as required to keep transcoding real time?

2021-04-07 Thread Mark Filipak (ffmpeg)
On 2021-04-05 21:02, Adrian Cable wrote: Hi, I have a question that I thought should have an ‘easy’ answer – I have spent a lot of time searching and I cannot find it, so thought I would ask here. My application sounds simple. I have an input RTSP stream, which I need to transcode and output a

[FFmpeg-user] ERROR: libglslang not found

2021-04-07 Thread Dylan Fernando
When running ./configure --enable-opencl --enable-vulkan --enable-libglslang on Ubuntu 20.04 I get: ERROR: libglslang not found If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.or

[FFmpeg-user] Overlay images to frames in video

2021-04-07 Thread Rainer M Krug
Hi First poster, o apologies for any forgotten info. I have a video with the following metadata: ``` $ ffprobe ./1.pre-processed.data/bemovi/20210208_00097.avi ffprobe version 4.3.2 Copyright (c) 2007-2021 the FFmpeg developers built with Apple clang version 12.0.0 (clang-1200.0.32.29) conf

[FFmpeg-user] ERROR: libglslang not found

2021-04-07 Thread Dylan Fernando
When running ./configure --enable-opencl --enable-vulkan --enable-libglslang on Ubuntu 20.04 I get: ERROR: libglslang not found If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.or