[Ffmpeg-devel] Compiling with X264 and AAC for PSP support
    Nige 
    nkarnold
       
    Thu Jan 19 20:07:39 CET 2006
    
    
  
Im going around in circles.
I've been playing with a pre-compiled ffmpeg, (from pspvideo9), which has 
x264 and aac built into it.
ffmpeg.exe -y -i "C:\movie.avi" -title "X264 Test" -timestamp "2006-01-18 
11:26:39" -bitexact -vcodec h264 -coder 1 -g 250 -s 368x208 -r 29.97 -b 
512 -bufsize 768 -acodec aac -ac 2 -ar 48000 -ab 64 -vol 256 -f psp -t 300 
"C:\MAQ10003.MP4"
ffmpeg.exe -y -i "C:\movie.avi" -title "MPEG4 Test" -timestamp "2006-01-18 
11:26:39" -bitexact -vcodec xvid -coder 1 -g 250 -s 368x208 -r 29.97 -b 
512 -acodec aac -ac 2 -ar 48000 -ab 64 -vol 256 -f psp -t 300 
"C:\M4V10003.MP4"
both produces playable MP4 files on my PSP
Im trying to build my own ffmpeg, using the sources and libs from 
sourceforge/mplayer etc.. using mingw (source from
 (from the $ cvs -z9 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg co 
ffmpeg)
ive built it with the following
<compiled zlib>
<compiled x264>
<compiled lame>
<compiled faac>
$ 
./configure --enable-memalign-hack --enable-gpl --enable-xvid --enable-faac  
-
-enable-x264 --enable-mp3_lame -disable-ffplay --enable-small --enable-a52 --di
sable-vhook
<compiled ffmpeg>
Then ive run the same command above, but with my ffmpeg.exe - but the files 
it produces, arn't playable on the PSP and if I play them in QuickTime 7, 
its just audio and a white screen.
any help please.
thanks in advance
    
    
More information about the ffmpeg-devel
mailing list