gotski
Active member
The command would be:
See if that works.Code:ffmpeg -y -i test.avi -vcodec libx264 -acodec aac -ar 48000 -ac 2 -movflags faststart output.mp4
it work fine
If it does, then clearly we must be hitting something within PHP.
If that's the case, please ensure debug mode is enabled in your config.php file before running the below quoted process again.
You will have to ensure it is enabled for all users. This may invite some additional errors or logging to happen which may help us isolate the cause better.PHP:$config['debug'] = true;
I received a errors:
Code:
An exception occurred: Error while sending QUERY packet. PID=6158 in Zend/Db/Adapter/Mysqli.php on line 421
#0 [internal function]: XenForo_Application::handlePhpError(2, 'Error while sen...', '/home/ftp0/blac...', 421, Array)
#1 Zend/Db/Adapter/Mysqli.php(421): mysqli->autocommit(false)
#2 Zend/Db/Adapter/Abstract.php(495): Zend_Db_Adapter_Mysqli->_beginTransaction()
#3 XenForo/Db.php(44): Zend_Db_Adapter_Abstract->beginTransaction()
#4 XenGallery/Helper/Video.php(452): XenForo_Db::beginTransaction(Object(Zend_Db_Adapter_Mysqli))
#5 XenGallery/Helper/video-transcode.php(48): XenGallery_Helper_Video->finalizeTranscode(Array, '/home/ftp0/blac...')
#6 {main}