I am trying to upload the .wmv and .mov files using the "upload" feature in the KMC however I am getting some error while converting to .flv format. when I look at the 'archive/data/0/0/' folder under 'kalturaCE' I could see the raw files there with the original size and everyone has rwx permission on them (.mov = 221byte and .wmv=227byte). When I checked the log files under 'kalturaCE/content/entry/data/0/0', I would see the following message:
============ Sorry, this file format is not recognized/supported =============
=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===
Cannot open demuxer.
Do you have any suggestion resolving the above issues? Am I missing any setup/configuration? Any pointer will be greatly apperciated. Btw, below please find my system info:
KalturaCE (Installed using kalturaCE_1.5_linux386.tgz)
I am trying to upload the .wmv and .mov files using the "upload" feature in the KMC however I am getting some error while converting to .flv format. when I look at the 'archive/data/0/0/' folder under 'kalturaCE' I could see the raw files there with the original size and everyone has rwx permission on them (.mov = 221byte and .wmv=227byte). When I checked the log files under 'kalturaCE/content/entry/data/0/0', I would see the following message:
Log 1: for ,mov
/opt/lampp/htdocs/kalturaCE/kaltura/alpha/../bin/ffmpeg/ffmpeg -i "/opt/lampp/htdocs/kalturaCE//archive/data//0/0/3npojkji4s.mov" -r 25 -b 800k -g 100 -ar 22050 -ac 2 -y "/opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/3npojkji4s_100000.flv" 2>>"/opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/3npojkji4s_100000.flv.log"
----------------------
----------------------
-r 25 -b 800k -g 100 -ar 22050 -ac 2 -y
----------------------
FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --arch=i386 --extra-cflags=-O2 --enable-bzlib --disable-devices --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libschroedinger --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-avfilter --enable-avfilter-lavf --enable-postproc --enable-swscale --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-optimizations --disable-stripping --shlibdir=/usr/lib --cpu=i386
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 0 / 52.20. 0
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 4. 0 / 0. 4. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Jul 1 2009 11:44:09, gcc: 3.4.6 20060404 (Red Hat 3.4.6-10)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/opt/lampp/htdocs/kalturaCE//archive/data//0/0/3npojkji4s.mov':
Duration: N/A, bitrate: N/A
Output #0, flv, to '/opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/3npojkji4s_100000.flv':
Output file #0 does not contain any stream
----------------------
/opt/lampp/htdocs/kalturaCE/kaltura/alpha/../bin/mencoder/mencoder "/opt/lampp/htdocs/kalturaCE//archive/data//0/0/3npojkji4s.mov" -of lavf -ofps 25 -oac mp3lame -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=800:mbd=2:mv0:trell:v4mv:cbp:last_pred=3:keyint=100 -o "/opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/3npojkji4s_100000.flv" 2>>"/opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/3npojkji4s_100000.flv.log"
----------------------
----------------------
-of lavf -ofps 25 -oac mp3lame -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=800:mbd=2:mv0:trell:v4mv:cbp:last_pred=3:keyint=100
----------------------
Video stream is mandatory!
----------------------
/opt/lampp/htdocs/kalturaCE/kaltura/alpha/../bin/cli_encode/cli_encode -i /opt/lampp/htdocs/kalturaCE//archive/data//0/0/3npojkji4s.mov -o /opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/3npojkji4s_100000.flv -r 25 -b 800 -k 100 2>&1 >>"/opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/3npojkji4s_100000.flv.log"
----------------------
----------------------
-r 25 -b 800 -k 100
----------------------
log 2: for .wmv (complaining about unknown format)
/opt/lampp/htdocs/kalturaCE/kaltura/alpha/../bin/ffmpeg/ffmpeg -i "/opt/lampp/htdocs/kalturaCE//archive/data//0/0/2alhugbea8.wmv" -r 25 -b 800k -g 100 -ar 22050 -ac 2 -y "/opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/2alhugbea8_100000.flv" 2>>"/opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/2alhugbea8_100000.flv.log"
----------------------
----------------------
-r 25 -b 800k -g 100 -ar 22050 -ac 2 -y
----------------------
FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --arch=i386 --extra-cflags=-O2 --enable-bzlib --disable-devices --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libschroedinger --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-avfilter --enable-avfilter-lavf --enable-postproc --enable-swscale --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-optimizations --disable-stripping --shlibdir=/usr/lib --cpu=i386
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 0 / 52.20. 0
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 4. 0 / 0. 4. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Jul 1 2009 11:44:09, gcc: 3.4.6 20060404 (Red Hat 3.4.6-10)
/opt/lampp/htdocs/kalturaCE//archive/data//0/0/2alhugbea8.wmv: Unknown format
----------------------
/opt/lampp/htdocs/kalturaCE/kaltura/alpha/../bin/mencoder/mencoder "/opt/lampp/htdocs/kalturaCE//archive/data//0/0/2alhugbea8.wmv" -of lavf -ofps 25 -oac mp3lame -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=800:mbd=2:mv0:trell:v4mv:cbp:last_pred=3:keyint=100 -o "/opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/2alhugbea8_100000.flv" 2>>"/opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/2alhugbea8_100000.flv.log"
----------------------
----------------------
-of lavf -ofps 25 -oac mp3lame -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=800:mbd=2:mv0:trell:v4mv:cbp:last_pred=3:keyint=100
----------------------
============ Sorry, this file format is not recognized/supported =============
=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===
Cannot open demuxer.
----------------------
/opt/lampp/htdocs/kalturaCE/kaltura/alpha/../bin/cli_encode/cli_encode -i /opt/lampp/htdocs/kalturaCE//archive/data//0/0/2alhugbea8.wmv -o /opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/2alhugbea8_100000.flv -r 25 -b 800 -k 100 2>&1 >>"/opt/lampp/htdocs/kalturaCE//content/entry/data/0/0/2alhugbea8_100000.flv.log"
----------------------
----------------------
-r 25 -b 800 -k 100
----------------------
Do you have any suggestion resolving the above issues? Am I missing any setup/configuration? Any pointer will be greatly apperciated. Btw, below please find my system info:
Thank you.