I am attempting to use "Test convert file with FFmpeg" with this dev version.
When I attempt this with a FireFox browser, I get:
"Warning: Unresponsive Script
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
Script: http://10.144.10.240/files/js/js_6d4643e77b398a78ae91e5598b0021a9.js:13"
When I attempt this with a Safari browser, I get:
"An error occurred.
/ffmpeg_wrapper/js
(no information available)."
/ffmpeg_wrapper/js
(no information available).
Comments
Comment #1
stefanwray commentedI'm noticing that /ffmpeg_wrapper/js is in ffmpeg_wrapper_ui.module
Here is more detail on the error
Type php
Date Tuesday, May 4, 2010 - 16:47
User channeladmin
Location http://10.144.10.240/ffmpeg_wrapper/js
Referrer http://10.144.10.240/node/20869/ffmpeg/58
Message filesize() [function.filesize]: stat failed for /tmp/ThatsAwk3.mov . flv in /usr/local/share/drupal/v6/modules/ffmpeg_wrapper/ffmpeg_wrapper_class.inc on line 121.
Severity error
Hostname 10.144.30.50
Operations
Comment #2
stefanwray commentedComment #3
arthurf commentedit looks like the issue is a bad file name for the output file
Comment #4
kreynen commentedI'm going to try to reproduce this error on a test configuration.
Comment #5
arthurf commentedFile path error is now fixed in dev
Comment #6
arthurf commentedI added an additional check to see if the file exists before filesize is called.
Comment #7
mikeytown2 commentedI get this same error using the latest dev. Happens when I press transcode.
ffmpeg command
Comment #8
arthurf commentedWith firebug are you seeing a ffmpeg_wrapper js script get loaded?
Comment #9
mikeytown2 commentedThis is in the DOM; extra slash
Comment #10
mikeytown2 commentedfixed the typo; no longer get a 404 but I still get the error
The Fix at line 255
Comment #11
arthurf commentedAt what point do you get the the error? I'm curious to know if it happens once the ajax call is made
Comment #12
mikeytown2 commentedAfter clicking transcode; give it about 3 seconds then the error shows up.
Comment #13
dirtabulous commentedWhen doing a test, I am getting the same error after about 3 seconds. There is no error in the logs regarding this.
Comment #14
jospBln commentedHaving the same problem
I use a H264 6000kb/s OSX compressor .mov file and would like to compress it with 750kb/s in H264.
Comment #15
mottboy commentedSame problem.. I don't have a js folder or file in the module..so not sure what is being called