I did just install latest CA providence (v1.4) with git clone.Trying to upload a valid mp4 video as a media for an object, I get this error (after many minutes of execution...):There are errors preventing information in specific fields from being saved as noted below.
Can't write file: Couldn't convert file to MPEG4
format [-1] (command was /usr/bin/ffmpeg -i '/tmp/phpL2OIIT.mp4' -s
640x480 -y -strict experimental -acodec aac -ab 64k -ac 1 -ar 44100
-vcodec libx264 -vprofile baseline -level 30 -maxrate 10000000 -bufsize
10000000 -r 15 -g 75 -b 200k -threads 2 -async 1
'/var/www/html/ekspo/media/ekspo/quicktime/0/52341_ca_object_representations_media_6_iphone.mp4'
2> /dev/null)
<p>I do have write permissions to directory ''/var/www/html/ekspo/media/ekspo/quicktime/0/'</p><p>I have this ffmpeg version:</p><p>FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6) configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdc1394 --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab libavutil 50.15. 1 / 50.15. 1 libavcodec 52.72. 2 / 52.72. 2 libavformat 52.64. 2 / 52.64. 2 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 1.19. 0 / 1.19. 0 libswscale 0.11. 0 / 0.11. 0 libpostproc 51. 2. 0 / 51. 2. 0Hyper fast Audio and Video encoder</p><p>Any hints?</p>