Hello All,
Went back to the beginning.
I finally got my alternative video's working.
I'm running the following
Ubuntu 9.10
I am using resourcespace version 3.8.2144
Server Platform Apache/2.0.63 (Unix) PHP/5.3.2 DAV/2
php 5.3.2
FFmpeg version SVN-r26402
I found that my ffmpeg was giving error messages when running the
default entries and producing a file size of 0.
This is not evident until you run the same syntax from the command
line.
I trashed my ffmpeg and followed these instructions.
http://ubuntuforums.org/showthread.php?t=786095
NOW BEFORE YOU DO THIS try just changing the lines as below in your
config.php
$ffmpeg_alternatives[0]["name"]="QuickTime H.264 WVGA";
$ffmpeg_alternatives[0]["filename"]="quicktime_h264";
$ffmpeg_alternatives[0]["extension"]="mp4";
$ffmpeg_alternatives[0]["params"]="-acodec libfaac -ab 96k -vcodec
h264 -b 9500k -vpre slow -crf 22 -threads 0";
$ffmpeg_alternatives[0]["lines_min"]=480;
The only difference to my config is -vcodec libx264, I installed the
X264 library.
I really wanted to use this codec because apparently it does WMV's
really well.
In the end my alternatives will include a h264(avc) , mpeg2, wmv.
Also this is just the first go at it. I really want to make sure my
h264's are top quality.
The params line will get more complicated when I include the exact 2
pass settings.
let me know how it goes philipp