mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-08 08:28:39 +00:00
linux下重新编译ffmpeg来支持封装h264到mp4文件
This commit is contained in:
parent
a3ae0b2bbd
commit
2011517c37
2 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