

I have used the following commands so far, please note that the variables starting with "!" are placeholders and will be replaces with the proper items: FFmpeg -strict experimental -y -i !videofile -pass 1 -s !widthx!height -b:v 500k -threads 0 -vcodec libx264 -vf "pad=!paddingwidth:!paddingheight:!paddingleft:!paddingtop:000000" -preset slow -an !convertfileįFmpeg -strict experimental -y -i !videofile -pass 2 -s !widthx!height -b:v 500k -threads 0 -vcodec libx264 -vf "pad=!paddingwidth:!paddingheight:!paddingleft:!paddingtop:000000" -preset slow -acodec aac -ab 128k !convertfileĮrror executing command for rendering preset HTML5 MP4, command #1: nice -n 19 /usr/bin/ffmpeg/ffmpeg -y -i '80137db8c3_1334836277_int_tr_19.mp4' -s 176x100 -b:v 500k -threads 0 -vcodec libx264 -preset slow -acodec aac -ab 128k '/converted/80137db8c3_1334836277_int_tr_19.mp4' 2>&1įfmpeg version git-5a67e30 Copyright (c) 2000-2013 the FFmpeg developersīuilt on 14:23:14 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)Ĭonfiguration: -enable-gpl -enable-libass -enable-libfaac -enable-libfdk-aac -enable-libmp3lame -enable-libopencore-amrnb -enable-libopencore-amrwb -enable-librtmp -enable-libtheora -enable-libvorbis -enable-libvpx -enable-libx264 -enable-nonfree -enable-version3

I am struggling with FFmpeg within Drupal Video Module to produce files to MP4 that is compatible with IOS and Flash Player10 and up.
