Aktivieren Sie H.264 (oder x264) in AVIDemux

1963
Thomas

Ich versuche, AVIDemux mit dem X264-Codec mithilfe dieses Tutorials einzurichten . Das Folgende fällt aus, wenn ich auf den ./configure --enable-mp4-outputBefehl komme

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. 

Also habe ich es ausprobiert.

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. 

Ich habe ausgegeben makeund dann Thomas-Phillipss-MacBook:x264 tomdabomb2u$ ./x264 -v -q 20 -o foreman.mp4 foreman_part_qcif.yuv 176x144. Und wie erwartet sind die Ergebnisse:

x264 [error]: not compiled with MP4 output support 

Also stecke ich fest. Irgendwelche Ideen?

3

2 Antworten auf die Frage

1
mato

Es gibt auch ein Bash-Skript, das avidemux +aac+dts+lame+ogg+x264+xvid (Avidemux 2.6 (SVN revision 7891)mit MacPorts erstellt werden kann.

0
Ryan Gooler
Unknown option --enable-mp4-output, ignored 

Das erregte sofort meine Aufmerksamkeit. Klingt so, als wären die heruntergeladenen Quellen möglicherweise nicht die gleichen, die der Reiseführer verwendet hat. Hat auch die Git-Kasse erfolgreich funktioniert?

Danke für Ihre Hilfe. Ich konnte es heute über MacPorts installieren. Ich habe tatsächlich ffmpeg installiert (`sudo ports install ffmpeg`), und ich denke, dass x264 in der Installation enthalten war. Ich sehe die Option in AVIDemux immer noch nicht: - \ Thomas vor 13 Jahren 0