Re: [FFmpeg-user] Compile ffmpeg-4.2.2 on macOS with SRT 1.4.1 >>> ERROR: srt >= 1.3.0 not found using pkg-config

2020-01-13 Thread K E N O
t; pkg-config compiled myself following the instructions of: >> >> https://trac.ffmpeg.org/wiki/CompilationGuide/macOS >> >>> On 10 Jan 2020, at 10:11 AM, K E N O wrote: >>> >>> Did you install srt and pkg-config with brew? >>> >>>&

Re: [FFmpeg-user] Compile ffmpeg-4.2.2 on macOS with SRT 1.4.1 >>> ERROR: srt >= 1.3.0 not found using pkg-config

2020-01-10 Thread K E N O
Did you install srt and pkg-config with brew? > Am 10.01.2020 um 03:46 schrieb Jonathan Viney : > > On Fri, Jan 10, 2020 at 7:12 AM Al-Batin Saltanat < > albatin.salta...@gmail.com > wrote: > >> >> Hi, >> >> I got following error while compiling ffmpeg-4.2.2

[FFmpeg-user] Adding frames to a timestamp

2020-01-08 Thread K E N O
Using the `ffmpeg-python` wrapper (https://github.com/kkroening/ffmpeg-python), I’d like to add a number of frames to a timestamp. Does anyone know how I can accomplish that in Python? For example: timestamp = 00:03:31,764 number_of_frames = 5 new_timestamp = timestamp +