ข้อความแสดงข้อผิดพลาดการรวบรวม ffmpeg บน windows 7


0
  • ฉันดาวน์โหลดซอร์สสำหรับ ffmpeg, libfdk_aac แล้ว
  • ฉันติดตั้งเชลล์ MinGW / MinSys
  • ฉันรวบรวม libfdk_aac โดยไม่มีปัญหาใด ๆ

แต่เมื่อฉันพยายามรวบรวม ffmpeg ฉันได้รับข้อผิดพลาด ฉันต้องดาวน์โหลดซอร์สโค้ดสำหรับ yasm และ libx264 หรือไม่เพื่อสร้าง ffmpeg สำหรับ H264 และ libfdk_aac

$ ./configure --prefix=/mingw/i686-w64-mingw32 --enable-libx264 --enable-libfdk-aac --enable-gpl --enable-version3 --enable-nonfree --enable-w32threads --enable-memalign-hack --enable-shared

ข้อความแสดงข้อผิดพลาดที่ฉันได้รับ:

yasm not found, use --disable-yasm for a crippled build

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help

คำตอบ:


0

ใช่คุณต้องการ yasm เพื่อสร้าง x264

น่าเสียดายที่ฉันไม่สามารถให้คำแนะนำเกี่ยวกับสิ่งปลูกสร้างบน windows ได้ แต่มันไม่สามารถแตกต่างจากลินุกซ์มากเกินไป สิ่งเดียวคือฉันไม่รู้ว่า x264 หรืออื่น ๆ เช่น libfdk_aac เชื่อมต่อได้อย่างไร ใน linux พวกมันถูกสร้างแยกต่างหากและติดตั้งแยกกัน แต่การพูด --enable-libx264 ใน. / config นั้นดีพอที่จะเชื่อมต่อทั้งสองโดยให้การสนับสนุนใน ffmpeg

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.