이 자습서를 사용하여 X264 코덱으로 AVIDemux를 설정하려고합니다 . 다음은 내가 ./configure --enable-mp4-output
명령에 도달했을 때 내려갑니다.
Thomas-Phillipss-MacBook:x264 tomdabomb2u$ sudo ./configure --enable-mp4-output
Password:
Unknown option --enable-mp4-output, ignored
Found no assembler
Minimum version is yasm-0.6.2
If you really want to compile without asm, configure with --disable-asm.
그래서 나는 그것을 시도했다.
Thomas-Phillipss-MacBook:x264 tomdabomb2u$ sudo ./configure --enable-mp4-output --disable-asm
Unknown option --enable-mp4-output, ignored
Warning: gpac is too old, update to 2007-06-21 UTC or later
Platform: X86_64
System: MACOSX
asm: no
avs: no
lavf: no
ffms: no
gpac: no
pthread: yes
filters: crop select_every
debug: no
gprof: no
PIC: no
shared: no
visualize: no
bit depth: 8
You can run 'make' or 'make fprofiled' now.
내가 발행 make
한 다음 Thomas-Phillipss-MacBook:x264 tomdabomb2u$ ./x264 -v -q 20 -o foreman.mp4 foreman_part_qcif.yuv 176x144
. 예상대로 결과는 다음과 같습니다.
x264 [error]: not compiled with MP4 output support
그래서 나는 붙어있다. 어떤 아이디어?
sudo ports install ffmpeg
)를 설치 했고 x264가 설치에 포함되었다고 생각합니다. 그래도 AVIDemux에서 옵션이 보이지 않습니다. - \