Error: libavcodec/libx264.c:282:9: error: ‘x264_bit_depth’ undeclared
Solution: Open the x264 header file x264_config.h
Found in.
#define X264_BIT_DEPTH 8
#define X264_GPL 1
#define X264_INTERLACED 1
#define X264_CHROMA_FORMAT 0
#define X264_VERSION ""
#define X264_POINTVER "0.148.x"
Then it is found that there is a case problem
and open the ffmpeg source code to replace x264_bit_Depth is x264_ BIT_ Depth 0 was compiled and passed
Read More:
- [Solved] ffmpeg error reporting: subprocess. Calledprocesserror: Command ‘ffmpeg, unknown encoder: “libx264″“
- Solution for Visual Studio 2012 compilation error [error C4996:’scanf’: This function or variable may be unsafe.]
- [Solved] error adding symbols: File in wrong format collect2: error: ld returned 1 exit status
- [Solved] MacOS Compile ffmpeg Error: ERROR: openssl not found
- QT calls the API of ffmpeg error [How to Solve]
- ffmpeg:error while loading shared libraries: libopenh264.so.5
- [Solved] ffmpeg Enable https Error: “ERROR: openssl not found”
- [Solved] OpenCV VideoWriter Error: FFMPEG: tag ‘MP4V‘ is not supported with codec id 12 and format mp4
- Error in loading latex project compilation [How to Solve]
- [Solved] FFMPEG live encoding 2. session more error: [nvenc @ 0xa00480] OpenEncodeSessionEx failed: 0xa – invalid license key?
- How to Solve platformio adding library error
- Error (active) e1696 cannot open source file “errno.H” rpgworld problems encountered in installing visual studio 2017
- How to Solve Fatal error stdatomic in C/C++ Compilation
- [Solved] Brew Install ffmpeg Error: tar: Error opening archive: Failed to open
- Solutions to error reporting after adding comments to XML files
- [Solved] Failed to invoke @ExceptionHandler method is reported after adding @ControllerAdvice
- [Solved] spring boot – JPA–H2 Error: H2 error: “Syntax error in SQL statement … expected identifier“
- [Solved] Compile Error: cannot open include file ‘afxres.h‘
- [Solved] fatal error C1083: Cannot open included files: “stdafx.h”: No such file or directory