Re: [FFmpeg-user] Anyone using FFplayout? With Decklink..? Python Script

2022-01-14 Thread Matt C
Found the output page. https://github.com/ffplayout/ffplayout_engine/wiki/Outputs Anyone ever use a Python script/ file to play ffmpeg with an output function? Thanks! From: ffmpeg-user on behalf of Matt

Re: [FFmpeg-user] Anyone using FFplayout? With Decklink..? ..ffmpeg argument help

2022-01-14 Thread Matt C
Got FFplayout working, but can't seem to get my ffmpeg argument quite right.. I have ffmpeg compiled good and can play out the Decklink SDI 4k board fine, using this file and line: https://www.dropbox.com/s/ujyna1dx3bhs7p4/720ts_6DK01H_tru720og.ts?dl=0 ffmpeg -i /home/matt/VideoTests/720ts_6DK01

Re: [FFmpeg-user] ERROR: zimg >= 2.7.0 not found using pkg-config

2022-01-14 Thread Matt C
Only real info I could find is https://github.com/rdp/ffmpeg-windows-build-helpers/issues/291 [https://opengraph.githubassets.com/f9e2dd9c904f9070a3052cb8def7049c02742cbf4b69f7ec09810d0a83f3469d/rdp/ffmpeg-windows-build-helpers/issues/291]

Re: [FFmpeg-user] ERROR: zimg >= 2.7.0 not found using pkg-config

2022-01-14 Thread Adam Nielsen via ffmpeg-user
> Hi, when compiling, is there a good way to fix the > > ERROR: zimg >= 2.7.0 not found using pkg-config > > Was using this guide > > https://zimg.buaa.us/documents/install/ That tells you to configure things to install into /usr/local (which is a good idea), but have you then configured pkg-co

[FFmpeg-user] error: ‘Dav1dSettings’

2022-01-14 Thread Matt C
New to compiling, also getting this error: libavcodec/libdav1d.c:148:7: error: ‘Dav1dSettings’ {aka ‘struct Dav1dSettings’} has no member named ‘n_tile_threads’; did you mean ‘n_threads’? 148 | s.n_tile_threads = dav1d->tile_threads | ^~ | n_threads In