ihot a video with my apple mac's built in camera using the "photo booth"pplication. the resulting file has the following properties: ID_VIDEO_ID=0 ID_AUDIO_ID=1 ID_FILENAME=/Users/jsd/Pictures/Photo\ Booth/Movie\ 4.mov ID_DEMUXER=lavfpref ID_VIDEO_FORMAT=mp4v ID_VIDEO_BITRATE=0 ID_VIDEO_WIDTH=640 ID_VIDEO_HEIGHT=480 ID_VIDEO_FPS=14.833 ID_VIDEO_ASPECT=1.3333 ID_AUDIO_FORMAT=255 ID_AUDIO_BITRATE=0 ID_AUDIO_RATE=44100 ID_AUDIO_NCH=2 ID_LENGTH=18.34 ID_SEEKABLE=1 ID_CHAPTERS=0 ID_VIDEO_CODEC=ffodivx ID_AUDIO_BITRATE=128000 ID_AUDIO_RATE=44100 ID_AUDIO_NCH=2 ID_AUDIO_CODEC=faad iried to convert it to flash with the following command: /usr/local/bin/mencoder 'Photo Booth/Movie 4.mov' -o ginger.flv -ofavf -ovcavc -oac mp3lame -lameopts q=7 -noskip -mc 0 -lavcopts vcodec=flv:vbitrate=350:autoaspect:mbd=2:mv0:trell:v4mv:cbp:last_pred=3:predia=2:dia=2:precmp=2:cmp=2:subcmp=2:preme=2:turbo -vfcale=320:-10:noup=1,harddup -srate 22050 -af lavcresample=22050 -ofps 14.833 Howeverhe audio and video are out of sync. Am I doing something wrong? I can post sample file if necessary. -jsd-