mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-09-04 00:28:41 +00:00
linux下重新编译ffmpeg来支持封装h264到mp4文件
This commit is contained in:
parent
9506957da4
commit
3b6041d893
7 changed files with 8 additions and 2 deletions
4
backup/myconfig.sh
Executable file
4
backup/myconfig.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
./configure --disable-everything --disable-x86asm --prefix=../ffmpeg_build \
|
||||
--enable-shared --enable-static \
|
||||
--enable-decoder=h264 --enable-parser=h264 --enable-demuxer=h264 \
|
||||
--enable-muxer=mp4 --enable-protocol=file
|
Loading…
Add table
Add a link
Reference in a new issue