JB, I see you updated exports.profile, but here are some corrections: format => f (more often than not, it can guess the format from the extension, but just to be precise, use f) idct_algo => ildct (that did not change) audio_sample_rate => ar frame_s (remove) frame_rate (remove, dictated by mlt profile at this time) 4mv => mv4 all of the b= values needs a 'k' or '000' suffix acodec=mp3 => acodec=libmp3lame vcodec=xvid => vcodec=libxvid (or vcodec=mpeg vtag=XVID)
Hint: use something like 'ffmpeg -h 2>&1 | grep ildct' to look for options. ildct is technically a "-flags" but many flags can be specified as flag=1 Also, if you are going to have export profiles dependent upon optional lib-based codecs, I strongly suggest adding libx264 with libfaac in mp4. -- +-DRD-+