Hello I built ffmpeg with AMD AMF drivers on Ubuntu 22.04 and when I run this command: ffmpeg -i video_sample.mp4 -c:v h264_amf output.mp4 I get this error: ffmpeg version N-107316-gf9dd8fcf9b Copyright (c) 2000-2022 the FFmpeg developers built with gcc 11 (Ubuntu 11.2.0-19ubuntu1) configuration: --prefix=/home/user/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/user/ffmpeg_build/include --extra-ldflags=-L/home/user/ffmpeg_build/lib --extra-libs='-lpthread -lm' --ld=g++ […]
Daily Archives: July 7, 2022
I would like to produce a chart that looks kind of like a bar graph, except the bars (thin lines would be fine, too) would be placed at their actual location respective to the axis. I am well aware bar graphs and xy scatter charts are completely different. It is […]
I had an Ubuntu server using 18.04 LTS and this had one external hard-drive (not an SSD) connected to it via USB, and it would always spin down after some time as expected. I never configured or enabled anything to achieve that. The default behavior was just fine. Now I […]
I have a production computer at work that is running 2x 1TB Drives in RAID1 The person who partitioned the drive did so very horribly. The computer is running Windows XP C: 40GB D: 850GB There is no Unallocated Space anywhere. Is it possible to somehow shrink the D: and […]