Closed (cannot reproduce)
Project:
Video
Version:
6.x-4.2-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2011 at 01:33 UTC
Updated:
18 Dec 2011 at 17:36 UTC
I had this module working previously, but then I upgraded to the latest stable version and am now having this "We could not determine the height and width of the video" problem. Btw, I don't have Metadata enabled.
I'm getting this:
Executing command: nice -n 19 /usr/bin/ffmpeg -i 'sites/default/files/videos/original/FILENAME.mov' 2>&1
Followed by this:
We could not determine the height and width of the video: sites/default/files/videos/original/FILENAME.mov
Any thoughts?
Comments
Comment #1
hypertext200In your transcoder please check what type of encoding, decoding facility it provide. It seems your FFMPEG doesn't have .mov decoding.
Comment #2
crozilla commentedI don't have access to FFMPEG (using the client's webhost, powersurge.com) and I'm not even sure they have it installed, especially after seeing this:
I changed the file format to .avi, re-uploaded it and got this:
Video conversion failed for preset hq_flash. FFMPEG reported the following output: nice: /usr/bin/ffmpeg: No such file or directoryComment #3
hypertext200Please re-create few videos nodes and try uploading then you can debug
Comment #4
crozilla commentedI tried mpg, mov, and avi. Just keep getting the same error string in recent entries:
We could not determine the height and width of the video: sites/default/files/videos/original/FILENAME.extVideo conversion failed for preset hq_flash. FFMPEG reported the following output: nice: /usr/bin/ffmpeg: No such file or directoryComment #5
hypertext200Are you sure you have installed FFMPEG?
Comment #6
crozilla commentedNo, I've searched my client's host's support pages and found nothing regarding it, so it may not be installed/available. Besides convincing her to change hosts (I'm working on that), is there a workaround I can use for the ONE video I have to post? I can do the conversion with ffmpegX installed on my machine. What would I need to do to get the video node to call the .flv file I converted manually?
Comment #7
Jorrit commentedMake sure the "Enable video conversion." checkbox is empty for your video field.
Comment #8
Jorrit commentedClosed because of lack of response.