Posted by hayunna on December 25, 2009 at 4:49pm
Hi,
I've installed Flash video module, FFMPEG and configured FlashVideo settings so that it would appear whenever I create Page Content.
I uploaded a sample video, and after saving it gives me the following messages:
* Command: C:/ffmpeg/bin/ffmpeg -y -i "C:\xampp\htdocs\drupalvideo/sites/default/files/dummy_0.mov" -vframes 1 -ss "00:00:02" -an -vcodec mjpeg -f rawvideo -s ""130x100"" "C:\xampp\htdocs\drupalvideo/sites/default/files/dummy_0_2.jpg"
* Command: C:/ffmpeg/bin/ffmpeg -i "C:\xampp\htdocs\drupalvideo/sites/default/files/dummy_0.mov" -f flv -acodec libmp3lame -ar 22050 -ab 64k -ac 1 "C:\xampp\htdocs\drupalvideo/sites/default/files/dummy_0_2.flv"
If I am not wrong, it simply converted the video that I uploaded into FLV format, but I was not expecting it to appear in my screen just like that.
I ran cron manually after that, and when I go back to the page of the content I just added, the error message is gone, but no video appears in the browser.
This is the first time I am doing this. Any help will be highly appreciated.
Thanks.