Raj
Raj
> Thanks for your reply. I get this error: ``` $ ffmpeg -y -i video_sample.mp4 -codec:v h264_amf output_file.mp4 ffmpeg version N-107316-gf9dd8fcf9b Copyright (c) 2000-2022 the FFmpeg developers built with gcc...
Alright I seem to have fixed the issue for H.264 encoding, seems to work properly. What I did is that I did a fresh reinstall of Ubuntu 22.04 and installed...
AMD Radeon WX 2100 Thanks for hints.
Thanks for the reply, I guess no then, since I do not see any distros for Unix such as FreeBSD.
Thank you for your reply. I just wasted a whole good week trying to figure out how to get CUDA code working on AMD GPUs, then I just realized yesterday...
Thank You for the reply, I will try this. I assume that "VA" is VA-API for GPU video acceleration utilization? Edit: `cmake -DWITH_VA=OFF ...` Have solved the issue thanks.
Thank you for your reply. I will try to compile it and see what occurs. I get the following error: ``` $ env CC=g++ meson build The Meson build system...
I will look into this and ask to the FreeBSD forum, will let you know. Thanks.
I had the same issue as to OP for FreeBSD. I have compiled a GitHub project which implements darknet yolo for AMD GPUs: https://github.com/sowson/darknet Which is a fork for this...
Caffe is using an older version of protobuf when you get the error: ``` function for call to ‘google::protobuf::io::CodedInputStream::SetTotalBytesLimit(const int&, int)’ coded_input->SetTotalBytesLimit(kProtoReadBytesLimit, 536870912); ``` `/usr/local/include/google/protobuf/io/coded_stream.h:384:8: note: candidate expects 1 argument,...