alberthdev-misc icon indicating copy to clipboard operation
alberthdev-misc copied to clipboard

Running my_tiny_ffmpeg.sh causes the following error: use of undeclared identifier 'x264_bit_depth'.

Open NylonDiamond opened this issue 5 years ago • 2 comments

Gettihg the following error:

src/libavcodec/libx264.c:282:9: error: use of undeclared identifier 'x264_bit_depth' if (x264_bit_depth > 8)

Found the solution: You'll need to update the versions of x264 and ffmpeg url's to newer versions in the script.

NylonDiamond avatar Dec 22 '19 07:12 NylonDiamond

@NylonDiamond which newer versions did you use? The latest ones out there?

alberthdev avatar Feb 21 '20 04:02 alberthdev

3N2cwaHfgnF8eDQ68B8ezytgsnXAEg3HdS

Kolychii84 avatar Jan 03 '23 11:01 Kolychii84