ffmpeg-build-script icon indicating copy to clipboard operation
ffmpeg-build-script copied to clipboard

The FFmpeg build script provides an easy way to build a static FFmpeg on OSX and Linux with non-free codecs included.

Results 90 ffmpeg-build-script issues
Sort by recently updated
recently updated
newest added
trafficstars

Took me awhile to track this one down but there's an [issue](https://stackoverflow.com/questions/51918409/compiling-ffmpeg-x265-not-found-using-pkg-config) where the x265.pc file isn't generated if git isn't installed. - Added new `--skip-ffmpeg-build` option to skip ffmpeg...

SvtAv1Dec has been removed from the project. This removes the decoder and set the current 2.1.2 version.

Hello, Thanks for your great work! With the latest ffmpeg 7.1, vulkan encoding/decoding for h264/265 have been completed and encoder part has been merged to ffmpeg repo. > Support for...

## x264 linking error fix On several different Linux machines I experienced linking errors during building of x264 (symbols defined twice). I traced it down to the `nasm` version. Downgrading...

ChatGPT: The root cause of the failure is in the libjxl component’s C++ build: its APNG decoder (apng.cc) is picking up the system (Mono-framework) png.h instead of the static libpng...

**filter content:** [0:v]drawtext=fontfile='fonts/LXGWWenKaiMonoScreen.ttf':fontsize=120:fontcolor=#ffeb3b:text='123654':x=332:y=452:text_align=M+C:y_align=font:line_spacing=0:fix_bounds=false[vout] **error** [AVFilterGraph @ 0x600002568000] No such filter: 'drawtext'

**not support filter subtitles:** **filter content:** subtitles=filename='/Users/xxx/10.ass' **error:** error: [AVFilterGraph @ 0x600001b944d0] No such filter: 'subtitles'

Had to comment out line 517 "execute pip3 install pip setup tools"... otherwise fails with "externally-managed-environment" error. After manually making sure that setup tools were installed, the script ran to...

Hi, How to clean uninstall old version of this script and install newer version on Ubuntu? I currently have version 1.48 installed but I would like to switch to 1.52.