Page 1 of 1

x264 configuration with mp4??

Posted: 18 Mar 2014 06:47
by jiapei100
Hi, all:

I simply configured x264 with ./configure --prefix=/usr, and obtained the following error message:

Code: Select all

$ ./configure --prefix=/usr platform: ARM system: LINUX cli: yes libx264: internal shared: no static: no asm: yes interlaced: yes avs: avxsynth lavf: yes ffms: yes mp4: no gpl: yes thread: posix opencl: yes filters: resize crop select_every debug: no gprof: no strip: no PIC: no bit depth: 8 chroma format: all
I really want to see "mp4: yes".
So, what dependent packages do I need to enable mp4 for x264 configuration?


Thank you very much...

Best Regards
Pei

Re: x264 configuration with mp4??

Posted: 22 Mar 2014 04:59
by andrew46
You are in the wrong forums I suspect, but I believe you are after gpac or l-smash:

Code: Select all

[....] Outfile type is selected by filename: .264 -> Raw bytestream .mkv -> Matroska .flv -> Flash Video .mp4 -> MP4 if compiled with GPAC or L-SMASH support (lsmash)

Re: x264 configuration with mp4??

Posted: 22 Mar 2014 10:18
by jiapei100
Hi, Andrew:

You are absolutely correct. After I successfully installed gpac, I got
mp4: gpac

Cheers
Pei