Hi Mohit, Looking at the logs my guess is that 10.04 is running an old version of ffmpeg before they corrected their spelling from "inofficial" to "unofficial". To check this on your system could you run:
ffmpeg -h | grep inofficial and ffmpeg -h | grep unofficial If the inoffcial line is found in the ffmpeg help you can fix the problem by running the following bash script in the encoding configuration files directory in /opt/matterhorn/felix/conf/encoding/: #!/bin/bash for file<http://www.php.net/file> in $(find . -type f -name '*\.properties') do cat $file |sed "s/unofficial/inofficial/g" > $file.new mv $file.new $file done Cheers, Adam Adam McKenzie Programmer Analyst Applications, Information and Communications Technology Ph: (306) 966-8241 [Description: Description: Description: Description: cid:[email protected]] <http://www.usask.ca/> ________________________________ From: [email protected] [[email protected]] on behalf of mohit shah [[email protected]] Sent: Thursday, January 31, 2013 10:32 AM To: Opencast Matterhorn; [email protected] Subject: [Matterhorn-users] Problem with Post Processing on Core running on Ubuntu 10.04.4 LTS - HELP! Hi, I have the following settings for my Matterhorn system 1.3.1 : Core: Setup on Ubuntu 10.04.4 LTS (works ok) Capture Agent Setup on: Ubuntu 11.10 (works ok) However, when I am capturing a video (.mpg) using my capture agent, it does the capture properly there is no problem at all. However, while transcoding the video after the caputre, there is something going wrong on the core due to which my transcoding steps fail. I have provided a link to my "opencast.log" file on the core and it looks like there is an issue with the encoder while it is trying to post-process the ingested capture. Link to opencast log file: https://gist.github.com/4684123 Please help me with what can be done since I am working on this issue since few days now and have not been able to figure out what the real issue is. I have used the exact "same" configuration for MOCK_SCREEN, MOCK_MICROPHONE and MOCK_CAMERA capture devices and using the same input source files as your samples namely "camera-1.0.mpg" and so on.
_______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
