Large video files >125MB fails to upload

Hi, 

I was wondering if anyone has problem uploading videos >125MB. Not only do all videos take a long time to process, they also fail to be processed if the videos are over 125MB! My server is setup to upload files up to 900MB!!!

Does anyone have a clue ho to handle this situation?  I spent too much money on dolphin modules to just switch to another script. I would appreciate some help!!!

Thank you

Quote · 2 Apr 2012

Check Administration -> Tools -> Host Tools -> Phpinfo and make sure upload_max_filesize and post_max_size have values higher than what you're trying to upload.

 

Is there a certain error occurring when uploading?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 2 Apr 2012

Either remove upload video altogether and just allow embedded video or use the youtubecrossposter module which will allow your members to upload directly to youtube from your site - saving you server space and making everything much quicker.

I, for one, have given up with dolphin video upload.

Quote · 2 Apr 2012

 

Check Administration -> Tools -> Host Tools -> Phpinfo and make sure upload_max_filesize and post_max_size have values higher than what you're trying to upload.

 

Is there a certain error occurring when uploading?

 As I indicated, My server is setup to upload files up to 900MB!!! So this is not the problem!

Thank you

Quote · 2 Apr 2012

 

 

Check Administration -> Tools -> Host Tools -> Phpinfo and make sure upload_max_filesize and post_max_size have values higher than what you're trying to upload.

 

Is there a certain error occurring when uploading?

 As I indicated, My server is setup to upload files up to 900MB!!! So this is not the problem!

Thank you

I asked because I've seen Dolphin using different PHP configuration in some cases (people forget about a php.ini file, etc.).  But I'm going to take your word as gospel and assume everything checks out.  In which case, my next question is...  What are the values for memory_limit, max_execution_time, and max_input_time?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 2 Apr 2012

I had this problem in the past & I fixed it by changing the upload_tmp_dir  parameter in my php.ini file. If the upload_tmp_dir isn't set then it defaults to the /tmp directory. My /tmp directory had a size quota as most tmp directories do.

Either increase the size quota for your /tmp dir or create a new directory. ie. /home/user/tmp

chmod the new /tmp directory to 777 and then change the upload_tmp_dir in your php.ini pointing to the new directory you created.

There could be a number of reasons other than this which is preventing you from uploading larger files, but this is what worked for me.

Good luck!

Quote · 3 Apr 2012

If the video files are uploading successfully, but not processing then you may want to try adding -threads in /flash/modules/video/inc/header.inc.php

This sped up the processing time of videos for me.

Take a look at the following thread for instructions:

http://www.boonex.com/forums/?action=goto&search=1#topic/Making-video-render-FLY-.htm

 

Quote · 3 Apr 2012

Hi Jabadoo

I'm very interested in your forum post in which you discuss changing the upload_tmp_dir parameter in the php.ini file. I'm on a shared hosting plan and currently my  upload_tmp_dir  is not set and so it defaults to the /tmp directory. My host won't tell me what the quota size is but they say it is full at 65%. They say I can not change the quota because I'm on a share hosting plan. What do you advise I do? Create another /tmp folder and call it /tmp2 ?  If so, what should I put as the perameter? Should it look like this:

 

;upload_tmp_dir = /home/user/tmp2

 

You also write that you edited the upload tmp fields in the httpd.conf & php.ini files pointing to that location. But I can find the httpd.conf file?

 

Your help would be much appreciated.

Regards

James

 

I had this problem in the past & I fixed it by changing the upload_tmp_dir  parameter in my php.ini file. If the upload_tmp_dir isn't set then it defaults to the /tmp directory. My /tmp directory had a size quota as most tmp directories do.

Either increase the size quota for your /tmp dir or create a new directory. ie. /home/user/tmp

chmod the new /tmp directory to 777 and then change the upload_tmp_dir in your php.ini pointing to the new directory you created.

There could be a number of reasons other than this which is preventing you from uploading larger files, but this is what worked for me.

Good luck!

 

 

Quote · 4 Aug 2012

since your own a shared host, your not able to edit your php.ini

creating temp folders is not the key.

Please read this topic about the codec .h264 being turned off in the Flash Video Settings..

http://www.boonex.com/forums/topic/What-s-your-max-video-.htm

Take a look at your Tools, Host Tools the first page is the Audit, what are your upload settings here?

You will be able to see what all is not up to required Dolphin settings.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 4 Aug 2012

If your account don't have good enough RAM size, the video processing will still fail even you can upload big size video file. I've asked host to change php.ini to allow to upload video file up to 1G, but it faied at cron job video processing due to my share account only have 128MB ram size.

Quote · 5 Aug 2012

Hi Newton, Here are my audit settings.  Please take a look.  I have my own php.ini file in my root folder. I have disabled the codec as you suggested in the flash video settings. Thanks, Callum

 

  • PHP: 5.2.17 - OK
    • allow_url_fopen = On - OK
    • allow_url_include = Off - OK
    • magic_quotes_gpc = Off - OK
    • memory_limit = 2296381440 - OK
    • post_max_size = 838860800 - OK
    • upload_max_filesize = 838860800 - OK
    • register_globals = Off - OK
    • safe_mode = Off - OK
    • short_open_tag = On - OK
    • disable_functions = - OK
    • php module: curl = curl - OK
    • php module: gd = gd - OK
    • php module: mbstring = mbstring - OK
    • php module: xsl = xsl - OK
    • php module: json = json - OK
    • php module: openssl = openssl - OK
    • php module: mysqli = mysqli - OK
    • php module: ftp = ftp - OK

since your own a shared host, your not able to edit your php.ini

creating temp folders is not the key.

Please read this topic about the codec .h264 being turned off in the Flash Video Settings..

http://www.boonex.com/forums/topic/What-s-your-max-video-.htm

Take a look at your Tools, Host Tools the first page is the Audit, what are your upload settings here?

You will be able to see what all is not up to required Dolphin settings.

 

Quote · 7 Aug 2012

Callum,

That part of the audit looks great.

As referenced from above; what are your memory settings for Dolphin? Should be set at least up to 512MB if you can.

Are you getting cron email messages?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 8 Aug 2012

Hi Newton

I have 2GB of Ram.

I'm not getting any CRON email messages. Should I be?

Callum

 

 

Callum,

That part of the audit looks great.

As referenced from above; what are your memory settings for Dolphin? Should be set at least up to 512MB if you can.

Are you getting cron email messages?

 

Quote · 12 Aug 2012

 

Hi Newton

I have 2GB of Ram.

I'm not getting any CRON email messages. Should I be?

Callum

 

 

Callum,

That part of the audit looks great.

As referenced from above; what are your memory settings for Dolphin? Should be set at least up to 512MB if you can.

Are you getting cron email messages?

 

 When you installed D, you were shown your cron job and email.

This will be set in your cPanel, add your email address if not there.

If your cron is set correct and your uploads are "uploading" you will get an email after processing.

Not sure it you have seen this topic, go ahead and check out and see if you have covered all the suggestions here.

http://www.boonex.com/n/Troubleshooting_Dolphin_Videos_Migrations_RMS

[edit] your 2GB, that may be your memory on server, how much are you allocating in your php.ini settings.

If your own a shared environment you may not be able to change, that's why I asked what your Dolphin Audit is showing.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 12 Aug 2012

Another thing to keep in mind.

Even tho your audit settings are showing plenty of ram, cron may not use the php.ini file you created so may have different settings. This is common on many servers where the cli version of php uses separate configuration from the one that runs scripts on the webserver.

But, first verify that cron is running as previously suggested.



https://www.deanbassett.com
Quote · 12 Aug 2012

thanks Deano, I didn't know that..

[edit] come to think of it, after watching TOP via SSH, ffmpeg does go above my set memory limits..

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 12 Aug 2012

ffmpeg even tho called by cron, it's not a PHP script so does not use PHP settings.

I should not have even mentioned it anyway. It will not have any affect on video processing. It comes into play when php scripts are run via cron. Such as moving the video file to temp folders for processing or other such things.

Anyhow. Forget i mentioned it. It's rarely a problem unless the memory is set so low that the standard dolphin cron.php script cannot even run to send mails and other things it does.



https://www.deanbassett.com
Quote · 12 Aug 2012

@callum, if your cron is set correct. your site sends out about 4-5 emails at midnight every night about file cleanup and some other information. If your not getting those daily then your cron is not firing/processing.

one of them should look like this,

- Membership expiration letters -
Send membership expire letters: 0 letters

- Temporary files check -
Total temp files: 256
Deleted temp files: 66

- Database cleaning -
Deleted profiles:
Deleted virtual kisses: 0
Deleted messages: 0
Deleted sessions: 527
Deleted records from ip block list: 0
Deleted views: 63
Deleted votes: 0
Deleted comment votes: 0

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 12 Aug 2012

My Cron Job is set but I currently don't have it set so that an email is sent every time a cron job runs as I was getting far to many emails.

How do I allocate Ram in my php.ini file? Which code needs to be entered in the php.ini file and where?

I can not see in in my Dolphin Audit; maybe because it is not yet set.

 

 

 

Hi Newton

I have 2GB of Ram.

I'm not getting any CRON email messages. Should I be?

Callum

 

 

Callum,

That part of the audit looks great.

As referenced from above; what are your memory settings for Dolphin? Should be set at least up to 512MB if you can.

Are you getting cron email messages?

 

 When you installed D, you were shown your cron job and email.

This will be set in your cPanel, add your email address if not there.

If your cron is set correct and your uploads are "uploading" you will get an email after processing.

Not sure it you have seen this topic, go ahead and check out and see if you have covered all the suggestions here.

http://www.boonex.com/n/Troubleshooting_Dolphin_Videos_Migrations_RMS

[edit] your 2GB, that may be your memory on server, how much are you allocating in your php.ini settings.

If your own a shared environment you may not be able to change, that's why I asked what your Dolphin Audit is showing.

 

Quote · 12 Aug 2012

Do not worry about your php.ini file for now. Your audit settings look fine.

Put the email back in cron.

Cron should only send an email when necessary. If you're getting a huge number of them, then that may indicate a problem, so those emails you were getting may be the key to discovering whats wrong.

https://www.deanbassett.com
Quote · 12 Aug 2012

 OK. I'll turn email back on. Can you tell me if my Cron Job looks correct as this is from a dolphin auto install.

 

cd /home/callum/public_html/callum/periodic; /usr/local/cpanel/3rdparty/bin/php -q cron.php

 

Do not worry about your php.ini file for now. Your audit settings look fine.

Put the email back in cron.

Cron should only send an email when necessary. If you're getting a huge number of them, then that may indicate a problem, so those emails you were getting may be the key to discovering whats wrong.

 

Quote · 13 Aug 2012

Appear like it might be.

A copy of one of the many emails you get sent from cron will tell us more.

https://www.deanbassett.com
Quote · 13 Aug 2012

OK. I'll turn email back on. Can you tell me if my Cron Job looks correct as this is from a dolphin auto install.That could be part of the problem, auto installers usually never work.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 13 Aug 2012

 well i think it should be like this

cd /home/callum/public_html/callum/periodic; /usr/local/bin/php -q cron.php

 OK. I'll turn email back on. Can you tell me if my Cron Job looks correct as this is from a dolphin auto install.

 

cd /home/callum/public_html/callum/periodic; /usr/local/cpanel/3rdparty/bin/php -q cron.php

 

so much to do....
Quote · 13 Aug 2012

Thanks for all your support and help with this.

Below are copies of some of the emails I got from Cron last night...

CRON EMAIL 1

******************************************

execl: couldn't exec `/bin/sh'
execl: Cannot allocate memory

******************************************

 

CRON EMAIL 2

******************************************

/bin/sh: /usr/local/cpanel/3rdparty/bin/php: Cannot allocate memory

******************************************

 

CRON EMAIL 3

******************************************

Fatal error: Out of memory (allocated 524288) (tried to allocate 122880 bytes) in /home/callum/public_html/callum/cache/sys_options_4f3d3619564dd652ceb3c3971acffe67.php on line 258

******************************************

 

CRON EMAIL 4

******************************************

FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0

Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 500.00 (500/1)
Input #0, asf, from '/home/callum/public_html/callum/flash/modules/video/files/32':
  Metadata:
    WMFSDKVersion   : 12.0.7600.16385
    WMFSDKNeeded    : 0.0.0.0000
    IsVBR           : 1
    VBR Peak        : 562
    Buffer Average  : 180
  Duration: 00:00:20.96, start: 3.000000, bitrate: 805 kb/s
    Stream #0.0: Audio: wmav2, 48000 Hz, 2 channels, s16, 191 kb/s
    Stream #0.1: Video: wmv2, yuv420p, 320x240, 500 tbr, 1k tbn, 1k tbc
Output #0, image2, to '/home/callum/public_html/callum/flash/modules/video/files/1344852003.jpg':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: mjpeg, yuvj420p, 320x240, q=2-31, 200 kb/s, 90k tbn, 500 tbc
Stream mapping:
  Stream #0.1 -> #0.0
Press [q] to stop encoding
frame=    1 fps=  0 q=0.0 Lsize=      -0kB time=0.01 bitrate= -17.6kbits/s dup=35 drop=0   
video:10kB audio:0kB global headers:0kB muxing overhead -100.218059%
FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0

Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 500.00 (500/1)
Input #0, asf, from '/home/callum/public_html/callum/flash/modules/video/files/32':
  Metadata:
    WMFSDKVersion   : 12.0.7600.16385
    WMFSDKNeeded    : 0.0.0.0000
    IsVBR           : 1
    VBR Peak        : 562
    Buffer Average  : 180
  Duration: 00:00:20.96, start: 3.000000, bitrate: 805 kb/s
    Stream #0.0: Audio: wmav2, 48000 Hz, 2 channels, s16, 191 kb/s
    Stream #0.1: Video: wmv2, yuv420p, 320x240, 500 tbr, 1k tbn, 1k tbc
Output #0, flv, to '/home/callum/public_html/callum/flash/modules/video/files/32.flv':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: flv, yuv420p, 480x360, q=2-31, 512 kb/s, 1k tbn, 25 tbc
    Stream #0.1: Audio: libmp3lame, 44100 Hz, 2 channels, s16, 64 kb/s
Stream mapping:
  Stream #0.1 -> #0.0
  Stream #0.0 -> #0.1
Press [q] to stop encoding
frame=   79 fps=  0 q=0.0 size=     214kB time=2.69 bitrate= 650.5kbits/s   
frame=  145 fps=143 q=0.0 size=     833kB time=7.18 bitrate= 949.8kbits/s   
frame=  211 fps=139 q=0.0 size=    1437kB time=11.52 bitrate=1021.7kbits/s   
frame=  277 fps=137 q=0.0 size=    2091kB time=16.01 bitrate=1069.9kbits/s   
frame=  313 fps=134 q=0.0 Lsize=    2617kB time=20.64 bitrate=1038.8kbits/s   
video:2438kB audio:161kB global headers:0kB muxing overhead 0.674136%
FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0

Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 500.00 (500/1)
Input #0, asf, from '/home/callum/public_html/callum/flash/modules/video/files/32':
  Metadata:
    WMFSDKVersion   : 12.0.7600.16385
    WMFSDKNeeded    : 0.0.0.0000
    IsVBR           : 1
    VBR Peak        : 562
    Buffer Average  : 180
  Duration: 00:00:20.96, start: 3.000000, bitrate: 805 kb/s
    Stream #0.0: Audio: wmav2, 48000 Hz, 2 channels, s16, 191 kb/s
    Stream #0.1: Video: wmv2, yuv420p, 320x240, 500 tbr, 1k tbn, 1k tbc
Output #0, mp4, to '/home/callum/public_html/callum/flash/modules/video/files/32.mp4':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: mpeg4, yuv420p, 176x144, q=2-31, 512 kb/s, 25 tbn, 25 tbc
    Stream #0.1: Audio: libfaac, 44100 Hz, 1 channels, s16, 128 kb/s
Stream mapping:
  Stream #0.1 -> #0.0
  Stream #0.0 -> #0.1
Press [q] to stop encoding
frame=   54 fps=  0 q=0.0 size=      25kB time=1.21 bitrate= 167.5kbits/s   
frame=  221 fps=211 q=0.0 size=     393kB time=12.21 bitrate= 263.7kbits/s   
frame=  313 fps=230 q=0.0 Lsize=     664kB time=20.50 bitrate= 265.5kbits/s   
video:462kB audio:190kB global headers:0kB muxing overhead 1.892537%

******************************************

 

 

 

Appear like it might be.

A copy of one of the many emails you get sent from cron will tell us more.

 

Quote · 13 Aug 2012

The first three are obvious, out of memory.

The last one looks like the video processed, or your system either timed out or ran out of memory and cannot complete the process.

Have you tried a 30 second video?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 13 Aug 2012

that's the problem then, your shared hosting environment is not going to be able to handle request of any type that take much time.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 13 Aug 2012

in your host tools section, audit page, top right, "php info"

look down the list to see these settings and compare to mine..

max_execution_time 600 600
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 900 900
max_input_vars 1000 1000
memory_limit 1024M 1024M
open_basedir no value no value
output_buffering 4096 4096
output_handler no value no value
post_max_size 2000M
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 13 Aug 2012

your times maybe 60, 90

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 13 Aug 2012

Yes short videos load ok but longer videos with higher MB fail to upload.

Here are my stats to compare to yours:

 

max_execution_time 18000 18000
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 18000 18000
max_input_vars 1000 1000
memory_limit 2190M 2190M
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 800M 800M

 

 

 

The first three are obvious, out of memory.

The last one looks like the video processed, or your system either timed out or ran out of memory and cannot complete the process.

Have you tried a 30 second video?

 

 

in your host tools section, audit page, top right, "php info"

look down the list to see these settings and compare to mine..

max_execution_time 600 600
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 900 900
max_input_vars 1000 1000
memory_limit 1024M 1024M
open_basedir no value no value
output_buffering 4096 4096
output_handler no value no value
post_max_size 2000M

 

Quote · 13 Aug 2012

I not exactly sure about this one

memory_limit 2190M 2190M

you should back down on that.

your times are way to long as well.

match mine, and see how the system performs.

Hopefully Deano, Prashank, or another will chime in and explain these settings in more detail.

 

I setup all my server via this tutorial,

http://www.boonex.com/trac/dolphin/wiki/HostingServerSetupRecommendations

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 13 Aug 2012

Just out of curiosity, do you have the H264 codec check? You can find out by going to Admin Panel > Modules > Flash Apps. Click the + next to Video Player and then click Settings. If you see a checkmark in 'Use H264 Codec', try unchecking that, clear the cache and try again.

 

Sometimes if you have that enabled, it takes MUCH longer for the video to process.

Nothing to see here
Quote · 13 Aug 2012

Thanks Newton.  I increased these settings thinking it would help my members to upload longer videos but I've noted that it does not help. I'm still unsure as to why longer videos are not able to upload.

Thanks for the tip Zarcon. I've already disabled the H264 Codec. But still no joy although I think it helps a little in processing times of short videos.

I also followed the following tutorial at: http://www.boonex.com/forums/?action=goto&search=1#topic/Making-video-render-FLY-.htm and changed the following code on page:  /flash/modules/video/inc/header.inc.php


FROM THIS

 "playX264" => $GLOBALS['sFfmpegPath'] . " -y -i #input# -r 30000/1001 -b #bitrate#kb -bt 128kb  -vcodec libx264 -deblockalpha 0 -deblockbeta 0 -flags +loop+mv4 -cmp 256 -partitions

TO THIS

 "playX264" => $GLOBALS['sFfmpegPath'] . " -y -i #input# -r 30000/1001 -b #bitrate#kb -bt 128kb -threads 4 -vcodec libx264 -deblockalpha 0 -deblockbeta 0 -flags +loop+mv4 -cmp 256 -partitions

 

 

 

I not exactly sure about this one

memory_limit 2190M 2190M

you should back down on that.

your times are way to long as well.

match mine, and see how the system performs.

Hopefully Deano, Prashank, or another will chime in and explain these settings in more detail.

 

I setup all my server via this tutorial,

http://www.boonex.com/trac/dolphin/wiki/HostingServerSetupRecommendations

 

Quote · 13 Aug 2012

 

Just out of curiosity, do you have the H264 codec check? You can find out by going to Admin Panel > Modules > Flash Apps. Click the + next to Video Player and then click Settings. If you see a checkmark in 'Use H264 Codec', try unchecking that, clear the cache and try again.

 

Sometimes if you have that enabled, it takes MUCH longer for the video to process.

 I totally forgot about that setting.

A five minute video could take an hour or two with that setting on, turn it off an processing is down to 4-5 minutes!

Why is this set "on" default, and video commenting too. It should be "off" and then enable if we want it..

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 13 Aug 2012

 

 "playX264" => $GLOBALS['sFfmpegPath'] . " -y -i #input# -r 30000/1001 -b #bitrate#kb -bt 128kb -threads 4 -vcodec libx264 -deblockalpha 0 -deblockbeta 0 -flags +loop+mv4 -cmp 256 -partitions

 

 

I would change that back, not sure that is going to help at all.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 13 Aug 2012

Okay... I've undone what I did below and removed -threads 4

I've also changed my settings to mimic yours Newton and added output buffering as I see that I was missing that.

 

max_execution_time 600 600
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 600 600
max_input_vars 1000 1000
memory_limit 1024M 1024M
open_basedir no value no value
output_buffering 4096 4096
output_handler no value no value
post_max_size 2000M 2000M

 

 

 

 

 "playX264" => $GLOBALS['sFfmpegPath'] . " -y -i #input# -r 30000/1001 -b #bitrate#kb -bt 128kb -threads 4 -vcodec libx264 -deblockalpha 0 -deblockbeta 0 -flags +loop+mv4 -cmp 256 -partitions

 

 

I would change that back, not sure that is going to help at all.

 

Quote · 13 Aug 2012

 Thanks Prashank25. I've now changed my Cron to see if that will help also.

 

 well i think it should be like this

cd /home/callum/public_html/callum/periodic; /usr/local/bin/php -q cron.php

 OK. I'll turn email back on. Can you tell me if my Cron Job looks correct as this is from a dolphin auto install.

 

cd /home/callum/public_html/callum/periodic; /usr/local/cpanel/3rdparty/bin/php -q cron.php

 

 

Quote · 13 Aug 2012

your cron settings were correct, as you got an email showing that ffmpeg ran...

change back to what you had.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 13 Aug 2012

My host told me to change it. It seems to e working both ways as I'm still getting Cron messages even after I made the changes. Your thoughts?

FROM

cd /home/callum/public_html/callum/periodic; /usr/local/bin/php -q cron.php

TO

cd /home/callum/public_html/callum/periodic; /usr/local/cpanel/3rdparty/bin/php -q cron.php

 

 

your cron settings were correct, as you got an email showing that ffmpeg ran...

change back to what you had.

 

Quote · 13 Aug 2012

It is failing on larger files due to the out of memory errors. You may not be able to solve that problem. You may have to drop shared hosting and switch to a VPS or Dedicated where you have full control of the systems configuration such as the primary php configuration.

However you could try passing a php configuration to the cron job. Change your cron command to this.

cd /home/callum/public_html/callum/periodic; /usr/local/cpanel/3rdparty/bin/php -c /home/callum/public_html/callum/php.ini -q cron.php

Make sure the path to the php.ini file i added to that cron line is the correct path. If it's in the root of your website then it should be ok as i have written it.

https://www.deanbassett.com
Quote · 14 Aug 2012

Hi Deano

Firstly, I got it mixed up. I infact changed my Cron

FROM:

cd /home/callum/public_html/callum/periodic; /usr/local/cpanel/3rdparty/bin/php -q cron.php

 

TO

cd /home/callum/public_html/callum/periodic; /usr/local/bin/php -q cron.php

 

Secondly, my php.ini is in my root folder so I imagine your suggestion would read like this:

cd /home/callum/public_html/callum/periodic; /usr/local/bin/php -c /home/callum/php.ini -q cron.php


is that right?  or should it read:

cd /home/callum/public_html/callum/periodic; /usr/local/bin/php -cd /home/callum/php.ini -q cron.php

 

Quote · 14 Aug 2012

 


Secondly, my php.ini is in my root folder so I imagine your suggestion would read like this:

cd /home/callum/public_html/callum/periodic; /usr/local/bin/php -c /home/callum/php.ini -q cron.php


That one would be correct. -c is the proper flag. not -cd

The cd you see in the front is a shell change directory command. The -c in the command line is a php option. The two are different and should not be confused.

So it is ....

cd /home/callum/public_html/callum/periodic; /usr/local/bin/php -c /home/callum/php.ini -q cron.php





https://www.deanbassett.com
Quote · 14 Aug 2012

 Okay. I'll give it a try :-) Thanks

 

 


Secondly, my php.ini is in my root folder so I imagine your suggestion would read like this:

cd /home/callum/public_html/callum/periodic; /usr/local/bin/php -c /home/callum/php.ini -q cron.php


That one would be correct. -c is the proper flag. not -cd

The cd you see in the front is a shell change directory command. The -c in the command line is a php option. The two are different and should not be confused.

So it is ....

cd /home/callum/public_html/callum/periodic; /usr/local/bin/php -c /home/callum/php.ini -q cron.php





 

Quote · 14 Aug 2012

 Here are 2 cron job messages I recieved:

 

MESSAGE 1

***************************************************************************

FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
Input #0, avi, from '/home/callum/public_html/callum/flash/modules/video/files/33':
  Metadata:
    ISFT            : MEncoder Sherpya-MinGW-20060312-4.1.0
  Duration: 00:10:40.00, start: 0.000000, bitrate: 603 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 20 tbr, 20 tbn, 20 tbc
Output #0, image2, to '/home/callum/public_html/callum/flash/modules/video/files/1344990602.jpg':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: mjpeg, yuvj420p, 320x240 [PAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 20 tbc
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
frame=    1 fps=  0 q=0.0 Lsize=      -0kB time=0.05 bitrate=  -3.5kbits/s   
video:7kB audio:0kB global headers:0kB muxing overhead -100.288336%
FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
Input #0, avi, from '/home/callum/public_html/callum/flash/modules/video/files/33':
  Metadata:
    ISFT            : MEncoder Sherpya-MinGW-20060312-4.1.0
  Duration: 00:10:40.00, start: 0.000000, bitrate: 603 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 20 tbr, 20 tbn, 20 tbc
Output #0, flv, to '/home/callum/public_html/callum/flash/modules/video/files/33.flv':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: flv, yuv420p, 480x360 [PAR 1:1 DAR 4:3], q=2-31, 512 kb/s, 1k tbn, 25 tbc
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
frame=  130 fps=  0 q=0.0 size=     734kB time=6.48 bitrate= 927.8kbits/s   
frame=  271 fps=267 q=0.0 size=    1980kB time=13.52 bitrate=1199.5kbits/s   
frame=  388 fps=256 q=0.0 size=    2637kB time=19.40 bitrate=1113.7kbits/s   
frame=  547 fps=271 q=0.0 size=    3581kB time=27.32 bitrate=1073.7kbits/s   
frame=  700 fps=278 q=0.0 size=    4517kB time=35.00 bitrate=1057.2kbits/s   
frame=  821 fps=266 q=0.0 size=    5343kB time=41.04 bitrate=1066.6kbits/s   
frame=  905 fps=252 q=0.0 size=    5904kB time=45.24 bitrate=1069.2kbits/s   
frame= 1051 fps=257 q=0.0 size=    6892kB time=52.52 bitrate=1075.0kbits/s   
frame= 1205 fps=262 q=0.0 size=    7820kB time=60.24 bitrate=1063.5kbits/s   
frame= 1362 fps=267 q=0.0 size=    8851kB time=68.08 bitrate=1065.1kbits/s   
frame= 1525 fps=273 q=0.0 size=    9836kB time=76.24 bitrate=1056.9kbits/s   
frame= 1686 fps=277 q=0.0 size=   10837kB time=84.28 bitrate=1053.4kbits/s   
frame= 1841 fps=279 q=0.0 size=   11918kB time=92.04 bitrate=1060.7kbits/s   
frame= 1990 fps=280 q=0.0 size=   13040kB time=99.48 bitrate=1073.8kbits/s   
frame= 2122 fps=279 q=0.0 size=   14148kB time=106.08 bitrate=1092.6kbits/s   
frame= 2268 fps=280 q=0.0 size=   15261kB time=113.40 bitrate=1102.4kbits/s   
frame= 2418 fps=281 q=0.0 size=   16470kB time=120.88 bitrate=1116.1kbits/s   
frame= 2550 fps=280 q=0.0 size=   17925kB time=127.48 bitrate=1151.9kbits/s   
frame= 2701 fps=281 q=0.0 size=   19466kB time=135.04 bitrate=1180.9kbits/s   
frame= 2850 fps=282 q=0.0 size=   20473kB time=142.48 bitrate=1177.1kbits/s   
frame= 3007 fps=283 q=0.0 size=   21551kB time=150.32 bitrate=1174.5kbits/s   
frame= 3161 fps=284 q=0.0 size=   22749kB time=158.04 bitrate=1179.2kbits/s   
frame= 3319 fps=285 q=0.0 size=   23760kB time=165.92 bitrate=1173.1kbits/s   
frame= 3470 fps=286 q=0.0 size=   24819kB time=173.48 bitrate=1172.0kbits/s   
frame= 3623 fps=287 q=0.0 size=   26037kB time=181.12 bitrate=1177.6kbits/s   
frame= 3783 fps=288 q=0.0 size=   27108kB time=189.12 bitrate=1174.2kbits/s   
frame= 3929 fps=288 q=0.0 size=   28307kB time=196.44 bitrate=1180.4kbits/s   
frame= 4075 fps=288 q=0.0 size=   29640kB time=203.72 bitrate=1191.9kbits/s   
frame= 4224 fps=288 q=0.0 size=   30884kB time=211.20 bitrate=1197.9kbits/s   
frame= 4384 fps=289 q=0.0 size=   31880kB time=219.20 bitrate=1191.4kbits/s   
frame= 4529 fps=289 q=0.0 size=   32965kB time=226.44 bitrate=1192.6kbits/s   
frame= 4681 fps=290 q=0.0 size=   34084kB time=234.04 bitrate=1193.0kbits/s   
frame= 4823 fps=290 q=0.0 size=   35150kB time=241.12 bitrate=1194.2kbits/s   
frame= 4976 fps=290 q=0.0 size=   36278kB time=248.80 bitrate=1194.5kbits/s   
frame= 5119 fps=290 q=0.0 size=   37494kB time=255.92 bitrate=1200.2kbits/s   
frame= 5273 fps=290 q=0.0 size=   38567kB time=263.64 bitrate=1198.4kbits/s   
frame= 5427 fps=291 q=0.0 size=   39658kB time=271.32 bitrate=1197.4kbits/s   
frame= 5576 fps=291 q=0.0 size=   40913kB time=278.80 bitrate=1202.1kbits/s   
frame= 5721 fps=291 q=0.0 size=   42085kB time=286.04 bitrate=1205.3kbits/s   
frame= 5869 fps=291 q=0.0 size=   43219kB time=293.44 bitrate=1206.5kbits/s   
frame= 6005 fps=291 q=0.0 size=   44354kB time=300.24 bitrate=1210.2kbits/s   
frame= 6148 fps=290 q=0.0 size=   45605kB time=307.40 bitrate=1215.3kbits/s   
frame= 6292 fps=290 q=0.0 size=   46842kB time=314.60 bitrate=1219.7kbits/s   
frame= 6435 fps=290 q=0.0 size=   48162kB time=321.72 bitrate=1226.4kbits/s   
frame= 6552 fps=289 q=0.0 size=   49088kB time=327.60 bitrate=1227.5kbits/s   
frame= 6672 fps=288 q=0.0 size=   50017kB time=333.60 bitrate=1228.2kbits/s   
frame= 6792 fps=287 q=0.0 size=   50942kB time=339.60 bitrate=1228.8kbits/s   
frame= 6886 fps=285 q=0.0 size=   51651kB time=344.28 bitrate=1229.0kbits/s   
frame= 6996 fps=283 q=0.0 size=   52796kB time=349.80 bitrate=1236.4kbits/s   
frame= 7106 fps=282 q=0.0 size=   54005kB time=355.28 bitrate=1245.2kbits/s   
frame= 7243 fps=282 q=0.0 size=   55491kB time=362.12 bitrate=1255.3kbits/s   
frame= 7396 fps=282 q=0.0 size=   56776kB time=369.80 bitrate=1257.7kbits/s   
frame= 7545 fps=283 q=0.0 size=   58018kB time=377.24 bitrate=1259.9kbits/s   
frame= 7697 fps=283 q=0.0 size=   59022kB time=384.84 bitrate=1256.4kbits/s   
frame= 7841 fps=283 q=0.0 size=   60011kB time=392.04 bitrate=1254.0kbits/s   
frame= 7960 fps=282 q=0.0 size=   60964kB time=398.00 bitrate=1254.8kbits/s   
frame= 8115 fps=283 q=0.0 size=   62079kB time=405.72 bitrate=1253.5kbits/s   
frame= 8266 fps=283 q=0.0 size=   63292kB time=413.28 bitrate=1254.6kbits/s   
frame= 8421 fps=283 q=0.0 size=   64360kB time=421.04 bitrate=1252.2kbits/s   
frame= 8573 fps=284 q=0.0 size=   65408kB time=428.64 bitrate=1250.1kbits/s   
frame= 8730 fps=284 q=0.0 size=   66518kB time=436.48 bitrate=1248.4kbits/s   
frame= 8880 fps=285 q=0.0 size=   67735kB time=444.00 bitrate=1249.7kbits/s   
frame= 9031 fps=285 q=0.0 size=   68815kB time=451.52 bitrate=1248.5kbits/s   
frame= 9185 fps=285 q=0.0 size=   69904kB time=459.24 bitrate=1247.0kbits/s   
frame= 9342 fps=286 q=0.0 size=   71024kB time=467.08 bitrate=1245.7kbits/s   
frame= 9501 fps=286 q=0.0 size=   72127kB time=475.04 bitrate=1243.8kbits/s   
frame= 9660 fps=286 q=0.0 size=   73264kB time=483.00 bitrate=1242.6kbits/s   
frame= 9818 fps=287 q=0.0 size=   74414kB time=490.88 bitrate=1241.8kbits/s   
frame= 9958 fps=287 q=0.0 size=   75847kB time=497.88 bitrate=1248.0kbits/s   
frame=10107 fps=287 q=0.0 size=   77257kB time=505.32 bitrate=1252.5kbits/s   
frame=10260 fps=287 q=0.0 size=   78542kB time=513.00 bitrate=1254.2kbits/s   
frame=10409 fps=287 q=0.0 size=   79739kB time=520.44 bitrate=1255.1kbits/s   
frame=10557 fps=287 q=0.0 size=   80926kB time=527.84 bitrate=1256.0kbits/s   
frame=10710 fps=288 q=0.0 size=   82165kB time=535.48 bitrate=1257.0kbits/s   
frame=10820 fps=287 q=0.0 size=   82999kB time=541.00 bitrate=1256.8kbits/s   
frame=10935 fps=286 q=0.0 size=   83885kB time=546.72 bitrate=1256.9kbits/s   
frame=11081 fps=286 q=0.0 size=   84929kB time=554.04 bitrate=1255.8kbits/s   
frame=11226 fps=286 q=0.0 size=   86035kB time=561.28 bitrate=1255.7kbits/s   
frame=11373 fps=286 q=0.0 size=   87132kB time=568.64 bitrate=1255.2kbits/s   
frame=11491 fps=286 q=0.0 size=   88035kB time=574.52 bitrate=1255.3kbits/s   
frame=11603 fps=285 q=0.0 size=   88853kB time=580.12 bitrate=1254.7kbits/s   
frame=11722 fps=284 q=0.0 size=   89755kB time=586.08 bitrate=1254.6kbits/s   
frame=11859 fps=284 q=0.0 size=   90798kB time=592.92 bitrate=1254.5kbits/s   
frame=12006 fps=284 q=0.0 size=   91885kB time=600.28 bitrate=1253.9kbits/s   
frame=12148 fps=284 q=0.0 size=   92933kB time=607.40 bitrate=1253.4kbits/s   
frame=12280 fps=284 q=0.0 size=   93948kB time=614.00 bitrate=1253.5kbits/s   
frame=12396 fps=283 q=0.0 size=   94939kB time=619.80 bitrate=1254.8kbits/s   
frame=12524 fps=283 q=0.0 size=   95940kB time=626.20 bitrate=1255.1kbits/s   
frame=12679 fps=283 q=0.0 size=   96981kB time=633.92 bitrate=1253.3kbits/s   
frame=12800 fps=284 q=0.0 Lsize=   97861kB time=640.00 bitrate=1252.6kbits/s   
video:97660kB audio:0kB global headers:0kB muxing overhead 0.204978%
FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
Input #0, avi, from '/home/callum/public_html/callum/flash/modules/video/files/33':
  Metadata:
    ISFT            : MEncoder Sherpya-MinGW-20060312-4.1.0
  Duration: 00:10:40.00, start: 0.000000, bitrate: 603 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 20 tbr, 20 tbn, 20 tbc
Output #0, mp4, to '/home/callum/public_html/callum/flash/modules/video/files/33.mp4':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: mpeg4, yuv420p, 176x144 [PAR 12:11 DAR 4:3], q=2-31, 512 kb/s, 25 tbn, 25 tbc
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
frame=  578 fps=  0 q=0.0 size=     806kB time=28.88 bitrate= 228.7kbits/s   
frame= 1129 fps=1126 q=0.0 size=    1565kB time=56.44 bitrate= 227.2kbits/s   
frame= 1697 fps=1129 q=0.0 size=    2312kB time=84.84 bitrate= 223.3kbits/s   
frame= 2242 fps=1119 q=0.0 size=    3256kB time=112.08 bitrate= 238.0kbits/s   
frame= 2770 fps=1106 q=0.0 size=    4353kB time=138.48 bitrate= 257.5kbits/s   
frame= 3318 fps=1105 q=0.0 size=    5244kB time=165.88 bitrate= 259.0kbits/s   
frame= 3822 fps=1091 q=0.0 size=    6065kB time=191.08 bitrate= 260.0kbits/s   
frame= 4329 fps=1081 q=0.0 size=    7011kB time=216.44 bitrate= 265.4kbits/s   
frame= 4854 fps=1078 q=0.0 size=    7889kB time=242.68 bitrate= 266.3kbits/s   
frame= 5328 fps=1064 q=0.0 size=    8716kB time=266.40 bitrate= 268.0kbits/s   
frame= 5796 fps=1053 q=0.0 size=    9534kB time=289.80 bitrate= 269.5kbits/s   
frame= 6256 fps=1041 q=0.0 size=   10423kB time=312.80 bitrate= 273.0kbits/s   
frame= 6749 fps=1037 q=0.0 size=   11389kB time=337.44 bitrate= 276.5kbits/s   
frame= 7257 fps=1036 q=0.0 size=   12618kB time=362.84 bitrate= 284.9kbits/s   
frame= 7795 fps=1038 q=0.0 size=   13518kB time=389.72 bitrate= 284.2kbits/s   
frame= 8324 fps=1039 q=0.0 size=   14443kB time=416.20 bitrate= 284.3kbits/s   
frame= 8863 fps=1042 q=0.0 size=   15341kB time=443.12 bitrate= 283.6kbits/s   
frame= 9401 fps=1044 q=0.0 size=   16231kB time=470.04 bitrate= 282.9kbits/s   
frame= 9946 fps=1046 q=0.0 size=   17262kB time=497.28 bitrate= 284.4kbits/s   
frame=10469 fps=1046 q=0.0 size=   18333kB time=523.44 bitrate= 286.9kbits/s   
frame=10997 fps=1046 q=0.0 size=   19296kB time=549.84 bitrate= 287.5kbits/s   
frame=11539 fps=1048 q=0.0 size=   20242kB time=576.92 bitrate= 287.4kbits/s   
frame=12075 fps=1049 q=0.0 size=   21190kB time=603.72 bitrate= 287.5kbits/s   
frame=12621 fps=1051 q=0.0 size=   22140kB time=631.04 bitrate= 287.4kbits/s   
frame=12800 fps=1051 q=0.0 Lsize=   22583kB time=640.00 bitrate= 289.1kbits/s   
video:22428kB audio:0kB global headers:0kB muxing overhead 0.690678%
Database access error. Description: MySQL server has gone awayDatabase access error. Description: MySQL server has gone away

 

 

MESSAGE 2

***************************************************************************

FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0

Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 58.58 (703/12)
Input #0, asf, from '/home/callum/public_html/callum/flash/modules/video/files/34':
  Metadata:
    WMFSDKVersion   : 10.00.00.4078
    WMFSDKNeeded    : 0.0.0.0000
    IsVBR           : 0
  Duration: 00:05:00.44, start: 5.000000, bitrate: 214 kb/s
    Stream #0.0: Audio: wmav2, 32000 Hz, 2 channels, s16, 48 kb/s
    Stream #0.1: Video: wmv2, yuv420p, 640x480, 58.58 tbr, 1k tbn, 1k tbc
Output #0, image2, to '/home/callum/public_html/callum/flash/modules/video/files/1345002002.jpg':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: mjpeg, yuvj420p, 640x480, q=2-31, 200 kb/s, 90k tbn, 58.58 tbc
Stream mapping:
  Stream #0.1 -> #0.0
Press [q] to stop encoding
frame=    1 fps=  0 q=0.0 Lsize=      -0kB time=0.02 bitrate= -10.3kbits/s dup=13 drop=0   
video:6kB audio:0kB global headers:0kB muxing overhead -100.372818%
FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0

Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 58.58 (703/12)
Input #0, asf, from '/home/callum/public_html/callum/flash/modules/video/files/34':
  Metadata:
    WMFSDKVersion   : 10.00.00.4078
    WMFSDKNeeded    : 0.0.0.0000
    IsVBR           : 0
  Duration: 00:05:00.44, start: 5.000000, bitrate: 214 kb/s
    Stream #0.0: Audio: wmav2, 32000 Hz, 2 channels, s16, 48 kb/s
    Stream #0.1: Video: wmv2, yuv420p, 640x480, 58.58 tbr, 1k tbn, 1k tbc
Output #0, flv, to '/home/callum/public_html/callum/flash/modules/video/files/34.flv':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: flv, yuv420p, 480x360, q=2-31, 512 kb/s, 1k tbn, 25 tbc
    Stream #0.1: Audio: libmp3lame, 44100 Hz, 2 channels, s16, 64 kb/s
Stream mapping:
  Stream #0.1 -> #0.0
  Stream #0.0 -> #0.1
Press [q] to stop encoding
frame=   61 fps=  0 q=0.0 size=     429kB time=3.66 bitrate= 961.0kbits/s dup=0 drop=1   
frame=  106 fps=105 q=0.0 size=     922kB time=9.61 bitrate= 786.0kbits/s dup=0 drop=1   
frame=  154 fps=101 q=0.0 size=    1523kB time=16.33 bitrate= 764.3kbits/s dup=0 drop=1   
frame=  199 fps= 99 q=0.0 size=    1993kB time=22.02 bitrate= 741.4kbits/s dup=0 drop=1   
frame=  245 fps= 97 q=0.0 size=    2667kB time=27.79 bitrate= 786.2kbits/s dup=0 drop=1   
frame=  290 fps= 96 q=0.0 size=    3189kB time=34.06 bitrate= 766.9kbits/s dup=0 drop=1   
frame=  334 fps= 95 q=0.0 size=    3761kB time=40.33 bitrate= 764.0kbits/s dup=0 drop=1   
frame=  377 fps= 94 q=0.0 size=    4288kB time=45.84 bitrate= 766.3kbits/s dup=0 drop=1   
frame=  419 fps= 93 q=0.0 size=    4932kB time=51.54 bitrate= 783.9kbits/s dup=0 drop=1   
frame=  461 fps= 92 q=0.0 size=    5620kB time=57.94 bitrate= 794.5kbits/s dup=0 drop=1   
frame=  511 fps= 92 q=0.0 size=    6233kB time=64.58 bitrate= 790.8kbits/s dup=0 drop=1   
frame=  568 fps= 94 q=0.0 size=    6915kB time=71.89 bitrate= 787.9kbits/s dup=0 drop=1   
frame=  618 fps= 95 q=0.0 size=    7715kB time=78.92 bitrate= 800.8kbits/s dup=0 drop=1   
frame=  670 fps= 95 q=0.0 size=    8475kB time=85.58 bitrate= 811.3kbits/s dup=0 drop=1   
frame=  723 fps= 96 q=0.0 size=    9238kB time=92.86 bitrate= 814.9kbits/s dup=0 drop=1   
frame=  776 fps= 96 q=0.0 size=    9988kB time=99.97 bitrate= 818.5kbits/s dup=0 drop=1   
frame=  830 fps= 97 q=0.0 size=   10547kB time=107.28 bitrate= 805.3kbits/s dup=0 drop=1   
frame=  889 fps= 98 q=0.0 size=   11307kB time=115.33 bitrate= 803.1kbits/s dup=0 drop=1   
frame=  943 fps= 99 q=0.0 size=   11951kB time=123.01 bitrate= 795.9kbits/s dup=0 drop=1   
frame=  995 fps= 99 q=0.0 size=   12706kB time=130.51 bitrate= 797.5kbits/s dup=0 drop=1   
frame= 1051 fps=100 q=0.0 size=   13417kB time=137.61 bitrate= 798.7kbits/s dup=0 drop=1   
frame= 1105 fps=100 q=0.0 size=   14185kB time=145.11 bitrate= 800.8kbits/s dup=0 drop=1   
frame= 1161 fps=100 q=0.0 size=   15068kB time=152.71 bitrate= 808.3kbits/s dup=0 drop=1   
frame= 1211 fps=100 q=0.0 size=   15795kB time=159.95 bitrate= 809.0kbits/s dup=0 drop=1   
frame= 1265 fps=101 q=0.0 size=   16625kB time=166.74 bitrate= 816.8kbits/s dup=0 drop=1   
frame= 1316 fps=101 q=0.0 size=   17444kB time=174.03 bitrate= 821.1kbits/s dup=0 drop=1   
frame= 1366 fps=101 q=0.0 size=   18187kB time=180.82 bitrate= 824.0kbits/s dup=0 drop=1   
frame= 1421 fps=101 q=0.0 size=   19006kB time=188.24 bitrate= 827.1kbits/s dup=0 drop=1   
frame= 1470 fps=101 q=0.0 size=   19817kB time=195.21 bitrate= 831.6kbits/s dup=0 drop=1   
frame= 1523 fps=101 q=0.0 size=   20513kB time=202.45 bitrate= 830.0kbits/s dup=0 drop=1   
frame= 1578 fps=101 q=0.0 size=   21364kB time=209.61 bitrate= 835.0kbits/s dup=0 drop=1   
frame= 1636 fps=102 q=0.0 size=   22292kB time=217.42 bitrate= 839.9kbits/s dup=0 drop=1   
frame= 1691 fps=102 q=0.0 size=   23050kB time=225.04 bitrate= 839.1kbits/s dup=0 drop=1   
frame= 1742 fps=102 q=0.0 size=   23730kB time=232.59 bitrate= 835.8kbits/s dup=0 drop=1   
frame= 1794 fps=102 q=0.0 size=   24450kB time=239.36 bitrate= 836.8kbits/s dup=0 drop=1   
frame= 1846 fps=102 q=0.0 size=   25309kB time=246.47 bitrate= 841.2kbits/s dup=0 drop=1   
frame= 1903 fps=102 q=0.0 size=   26035kB time=254.41 bitrate= 838.3kbits/s dup=0 drop=1   
frame= 1954 fps=102 q=0.0 size=   26723kB time=261.20 bitrate= 838.1kbits/s dup=0 drop=1   
frame= 2010 fps=103 q=0.0 size=   27527kB time=268.80 bitrate= 838.9kbits/s dup=0 drop=1   
frame= 2065 fps=103 q=0.0 size=   28445kB time=276.48 bitrate= 842.8kbits/s dup=0 drop=1   
frame= 2118 fps=103 q=0.0 size=   28973kB time=283.14 bitrate= 838.3kbits/s dup=0 drop=1   
frame= 2162 fps=102 q=0.0 size=   29472kB time=289.75 bitrate= 833.2kbits/s dup=0 drop=1   
frame= 2195 fps=102 q=0.0 size=   29898kB time=293.82 bitrate= 833.6kbits/s dup=0 drop=1   
frame= 2208 fps=101 q=0.0 Lsize=   30327kB time=299.80 bitrate= 828.7kbits/s dup=0 drop=4   
video:27765kB audio:2347kB global headers:0kB muxing overhead 0.712257%
FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0

Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 58.58 (703/12)
Input #0, asf, from '/home/callum/public_html/callum/flash/modules/video/files/34':
  Metadata:
    WMFSDKVersion   : 10.00.00.4078
    WMFSDKNeeded    : 0.0.0.0000
    IsVBR           : 0
  Duration: 00:05:00.44, start: 5.000000, bitrate: 214 kb/s
    Stream #0.0: Audio: wmav2, 32000 Hz, 2 channels, s16, 48 kb/s
    Stream #0.1: Video: wmv2, yuv420p, 640x480, 58.58 tbr, 1k tbn, 1k tbc
Output #0, mp4, to '/home/callum/public_html/callum/flash/modules/video/files/34.mp4':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: mpeg4, yuv420p, 176x144, q=2-31, 512 kb/s, 25 tbn, 25 tbc
    Stream #0.1: Audio: libfaac, 44100 Hz, 1 channels, s16, 128 kb/s
Stream mapping:
  Stream #0.1 -> #0.0
  Stream #0.0 -> #0.1
Press [q] to stop encoding
frame=  101 fps=  0 q=0.0 size=     261kB time=9.01 bitrate= 237.0kbits/s dup=0 drop=1   
frame=  189 fps=188 q=0.0 size=     594kB time=20.71 bitrate= 234.9kbits/s dup=0 drop=1   
frame=  290 fps=192 q=0.0 size=    1009kB time=34.30 bitrate= 240.9kbits/s dup=0 drop=1   
frame=  390 fps=193 q=0.0 size=    1439kB time=47.79 bitrate= 246.7kbits/s dup=0 drop=1   
frame=  492 fps=195 q=0.0 size=    1899kB time=62.07 bitrate= 250.6kbits/s dup=0 drop=1   
frame=  599 fps=198 q=0.0 size=    2348kB time=76.07 bitrate= 252.8kbits/s dup=0 drop=1   
frame=  701 fps=199 q=0.0 size=    2836kB time=90.09 bitrate= 257.8kbits/s dup=0 drop=1   
frame=  810 fps=201 q=0.0 size=    3274kB time=104.49 bitrate= 256.7kbits/s dup=0 drop=1   
frame=  917 fps=203 q=0.0 size=    3717kB time=119.21 bitrate= 255.4kbits/s dup=0 drop=1   
frame= 1024 fps=204 q=0.0 size=    4189kB time=134.19 bitrate= 255.7kbits/s dup=0 drop=1   
frame= 1127 fps=204 q=0.0 size=    4651kB time=148.40 bitrate= 256.8kbits/s dup=0 drop=1   
frame= 1231 fps=204 q=0.0 size=    5142kB time=162.61 bitrate= 259.1kbits/s dup=0 drop=1   
frame= 1336 fps=205 q=0.0 size=    5644kB time=176.49 bitrate= 262.0kbits/s dup=0 drop=1   
frame= 1442 fps=205 q=0.0 size=    6175kB time=191.22 bitrate= 264.5kbits/s dup=0 drop=1   
frame= 1547 fps=205 q=0.0 size=    6661kB time=205.68 bitrate= 265.3kbits/s dup=0 drop=1   
frame= 1652 fps=206 q=0.0 size=    7174kB time=219.82 bitrate= 267.3kbits/s dup=0 drop=1   
frame= 1755 fps=206 q=0.0 size=    7637kB time=234.61 bitrate= 266.7kbits/s dup=0 drop=1   
frame= 1862 fps=206 q=0.0 size=    8136kB time=248.83 bitrate= 267.8kbits/s dup=0 drop=1   
frame= 1964 fps=206 q=0.0 size=    8572kB time=262.71 bitrate= 267.3kbits/s dup=0 drop=1   
frame= 2071 fps=206 q=0.0 size=    9066kB time=276.97 bitrate= 268.2kbits/s dup=0 drop=1   
frame= 2176 fps=207 q=0.0 size=    9417kB time=291.32 bitrate= 264.8kbits/s dup=0 drop=1   
frame= 2208 fps=205 q=0.0 Lsize=    9779kB time=299.80 bitrate= 267.2kbits/s dup=0 drop=4   
video:6859kB audio:2785kB global headers:0kB muxing overhead 1.395641%
Database access error. Description: MySQL server has gone awayDatabase access error. Description: MySQL server has gone away

 

 

 

 

 

Appear like it might be.

A copy of one of the many emails you get sent from cron will tell us more.

 

Quote · 15 Aug 2012

Nothing we can do about that. Things seem to be functioning properly now as far as the cron running. It is also processing the videos. It just cannot finish the final process of recording the updates in the database due to this error at the end of the the emails you received.

Database access error. Description: MySQL server has gone awayDatabase access error. Description: MySQL server has gone away

More information on that error here. http://dev.mysql.com/doc/refman/5.0/en/gone-away.html

You will need to contact your host. This issue is on the hosting side and is most likely because the database wait_timeout setting is to low.

We have fixed all we can. The rest is up to the host.


https://www.deanbassett.com
Quote · 15 Aug 2012

 Thanks for your speedy response deano. I will contact my host and post an update here to let you all know how I get on. One question... I know you said to not focus on my php.ini file too much but can you confirm if my settings are optimized of if I need to change them... Here they are:

magic_quotes_gpc Off Off
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
mail.force_extra_parameters no value no value
max_execution_time 600 600
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 600 600
max_input_vars 1000 1000
memory_limit 1024M 1024M
open_basedir no value no value
output_buffering 4096 4096
output_handler no value no value
post_max_size 2000M 2000M
precision 12 12
realpath_cache_size 16K 16K
realpath_cache_ttl 120 120

 

 

Nothing we can do about that. Things seem to be functioning properly now as far as the cron running. It is also processing the videos. It just cannot finish the final process of recording the updates in the database due to this error at the end of the the emails you received.

Database access error. Description: MySQL server has gone awayDatabase access error. Description: MySQL server has gone away

More information on that error here. http://dev.mysql.com/doc/refman/5.0/en/gone-away.html

You will need to contact your host. This issue is on the hosting side and is most likely because the database wait_timeout setting is to low.

We have fixed all we can. The rest is up to the host.


 

Quote · 15 Aug 2012

They look fine.

But your php.ini settings have nothing to do with the current issue which is a database timeout.

https://www.deanbassett.com
Quote · 15 Aug 2012

 I contacted my host and they are looking at why the database is going away.

 

I'm also getting the following error messages... any idea what this is for:

 

**************************************************************

FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
Input #0, avi, from '/home/callum/public_html/callum/flash/modules/video/files/38':
  Metadata:
    ISFT            : MEncoder r33883
  Duration: 00:17:28.76, start: 0.000000, bitrate: 695 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
    Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 32 kb/s
Output #0, image2, to '/home/callum/public_html/callum/flash/modules/video/files/1345101603.jpg':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: mjpeg, yuvj420p, 320x240 [PAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 25 tbc
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
frame=    1 fps=  0 q=0.0 Lsize=      -0kB time=0.04 bitrate=  -4.4kbits/s   
video:7kB audio:0kB global headers:0kB muxing overhead -100.307951%
FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
Input #0, avi, from '/home/callum/public_html/callum/flash/modules/video/files/38':
  Metadata:
    ISFT            : MEncoder r33883
  Duration: 00:17:28.76, start: 0.000000, bitrate: 695 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
    Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 32 kb/s
Output #0, flv, to '/home/callum/public_html/callum/flash/modules/video/files/38.flv':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: flv, yuv420p, 480x360 [PAR 1:1 DAR 4:3], q=2-31, 512 kb/s, 1k tbn, 25 tbc
    Stream #0.1: Audio: libmp3lame, 44100 Hz, 2 channels, s16, 64 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
Press [q] to stop encoding
frame=   60 fps=  0 q=0.0 size=     357kB time=2.40 bitrate=1220.2kbits/s   
frame=  175 fps=170 q=0.0 size=     863kB time=7.00 bitrate=1010.2kbits/s   
frame=  261 fps=168 q=0.0 size=    1254kB time=10.44 bitrate= 984.4kbits/s   
frame=  363 fps=177 q=0.0 size=    1962kB time=14.52 bitrate=1107.2kbits/s   
frame=  375 fps= 86 q=0.0 size=    2048kB time=15.00 bitrate=1118.3kbits/s   
frame=  482 fps= 99 q=0.0 size=    2683kB time=19.28 bitrate=1140.1kbits/s   
frame=  582 fps=109 q=0.0 size=    3721kB time=23.28 bitrate=1309.4kbits/s   
frame=  687 fps=117 q=0.0 size=    4567kB time=27.48 bitrate=1361.6kbits/s   
frame=  798 fps=125 q=0.0 size=    5204kB time=31.92 bitrate=1335.5kbits/s   
frame=  907 fps=132 q=0.0 size=    5783kB time=36.28 bitrate=1305.7kbits/s   
frame= 1015 fps=135 q=0.0 size=    6452kB time=40.60 bitrate=1301.8kbits/s   
frame= 1123 fps=140 q=0.0 size=    7073kB time=44.92 bitrate=1289.9kbits/s   
frame= 1231 fps=144 q=0.0 size=    7729kB time=49.24 bitrate=1285.9kbits/s   
frame= 1332 fps=136 q=0.0 size=    8232kB time=53.28 bitrate=1265.7kbits/s   
frame= 1443 fps=140 q=0.0 size=    8763kB time=57.72 bitrate=1243.8kbits/s   
frame= 1547 fps=143 q=0.0 size=    9220kB time=61.88 bitrate=1220.6kbits/s   
frame= 1639 fps=141 q=0.0 size=    9585kB time=65.56 bitrate=1197.7kbits/s   
frame= 1758 fps=145 q=0.0 size=   10125kB time=70.32 bitrate=1179.5kbits/s   
frame= 1878 fps=149 q=0.0 size=   10629kB time=75.12 bitrate=1159.1kbits/s   
frame= 1986 fps=151 q=0.0 size=   11067kB time=79.44 bitrate=1141.3kbits/s   
frame= 2093 fps=154 q=0.0 size=   11496kB time=83.72 bitrate=1124.9kbits/s   
frame= 2199 fps=156 q=0.0 size=   11946kB time=87.96 bitrate=1112.6kbits/s   
frame= 2306 fps=158 q=0.0 size=   12410kB time=92.24 bitrate=1102.1kbits/s   
frame= 2402 fps=159 q=0.0 size=   12960kB time=96.08 bitrate=1105.0kbits/s   
frame= 2514 fps=161 q=0.0 size=   13621kB time=100.56 bitrate=1109.6kbits/s   
frame= 2634 fps=163 q=0.0 size=   14208kB time=105.36 bitrate=1104.7kbits/s   
frame= 2683 fps=161 q=0.0 size=   14446kB time=107.32 bitrate=1102.7kbits/s   
frame= 2803 fps=164 q=0.0 size=   14993kB time=112.12 bitrate=1095.5kbits/s   
frame= 2925 fps=166 q=0.0 size=   15533kB time=117.00 bitrate=1087.6kbits/s   
frame= 3044 fps=168 q=0.0 size=   16113kB time=121.76 bitrate=1084.1kbits/s   
frame= 3171 fps=170 q=0.0 size=   16596kB time=126.84 bitrate=1071.9kbits/s   
frame= 3296 fps=172 q=0.0 size=   17059kB time=131.84 bitrate=1060.0kbits/s   
frame= 3413 fps=174 q=0.0 size=   17637kB time=136.52 bitrate=1058.3kbits/s   
frame= 3533 fps=175 q=0.0 size=   18140kB time=141.32 bitrate=1051.6kbits/s   
frame= 3658 fps=177 q=0.0 size=   18655kB time=146.32 bitrate=1044.4kbits/s   
frame= 3783 fps=179 q=0.0 size=   19159kB time=151.32 bitrate=1037.2kbits/s   
frame= 3909 fps=181 q=0.0 size=   19674kB time=156.36 bitrate=1030.7kbits/s   
frame= 4023 fps=182 q=0.0 size=   20346kB time=160.92 bitrate=1035.8kbits/s   
frame= 4126 fps=182 q=0.0 size=   21123kB time=165.04 bitrate=1048.5kbits/s   
frame= 4222 fps=182 q=0.0 size=   22138kB time=168.88 bitrate=1073.9kbits/s   
frame= 4324 fps=183 q=0.0 size=   23018kB time=172.96 bitrate=1090.2kbits/s   
frame= 4420 fps=183 q=0.0 size=   23886kB time=176.80 bitrate=1106.7kbits/s   
frame= 4519 fps=183 q=0.0 size=   24788kB time=180.76 bitrate=1123.4kbits/s   
frame= 4621 fps=184 q=0.0 size=   25693kB time=184.84 bitrate=1138.7kbits/s   
frame= 4683 fps=182 q=0.0 size=   26237kB time=187.32 bitrate=1147.4kbits/s   
frame= 4780 fps=182 q=0.0 size=   27053kB time=191.20 bitrate=1159.1kbits/s   
frame= 4877 fps=183 q=0.0 size=   27883kB time=195.08 bitrate=1170.9kbits/s   
frame= 4983 fps=183 q=0.0 size=   28753kB time=199.32 bitrate=1181.8kbits/s   
frame= 5090 fps=184 q=0.0 size=   29566kB time=203.60 bitrate=1189.6kbits/s   
frame= 5195 fps=184 q=0.0 size=   30375kB time=207.80 bitrate=1197.4kbits/s   
frame= 5288 fps=184 q=0.0 size=   31049kB time=211.52 bitrate=1202.5kbits/s   
frame= 5394 fps=185 q=0.0 size=   31777kB time=215.76 bitrate=1206.5kbits/s   
frame= 5483 fps=184 q=0.0 size=   32470kB time=219.32 bitrate=1212.8kbits/s   
frame= 5568 fps=184 q=0.0 size=   33227kB time=222.72 bitrate=1222.1kbits/s   
frame= 5669 fps=185 q=0.0 size=   34131kB time=226.76 bitrate=1233.0kbits/s   
frame= 5772 fps=185 q=0.0 size=   35024kB time=230.88 bitrate=1242.7kbits/s   
frame= 5883 fps=185 q=0.0 size=   35801kB time=235.32 bitrate=1246.3kbits/s   
frame= 5998 fps=186 q=0.0 size=   36475kB time=239.92 bitrate=1245.4kbits/s   
frame= 6116 fps=187 q=0.0 size=   37091kB time=244.64 bitrate=1242.0kbits/s   
frame= 6228 fps=187 q=0.0 size=   37760kB time=249.12 bitrate=1241.7kbits/s   
frame= 6338 fps=188 q=0.0 size=   38493kB time=253.52 bitrate=1243.8kbits/s   
frame= 6444 fps=188 q=0.0 size=   39160kB time=257.76 bitrate=1244.6kbits/s   
frame= 6553 fps=189 q=0.0 size=   39831kB time=262.12 bitrate=1244.8kbits/s   
frame= 6647 fps=189 q=0.0 size=   40359kB time=265.88 bitrate=1243.5kbits/s   
frame= 6742 fps=189 q=0.0 size=   40882kB time=269.68 bitrate=1241.9kbits/s   
frame= 6843 fps=189 q=0.0 size=   41439kB time=273.72 bitrate=1240.2kbits/s   
frame= 6938 fps=189 q=0.0 size=   41858kB time=277.52 bitrate=1235.6kbits/s   
frame= 7054 fps=189 q=0.0 size=   42500kB time=282.16 bitrate=1233.9kbits/s   
frame= 7173 fps=190 q=0.0 size=   43119kB time=286.92 bitrate=1231.1kbits/s   
frame= 7290 fps=191 q=0.0 size=   43734kB time=291.60 bitrate=1228.6kbits/s   
frame= 7410 fps=191 q=0.0 size=   44320kB time=296.40 bitrate=1224.9kbits/s   
frame= 7533 fps=192 q=0.0 size=   44865kB time=301.32 bitrate=1219.7kbits/s   
frame= 7654 fps=193 q=0.0 size=   45467kB time=306.16 bitrate=1216.6kbits/s   
frame= 7770 fps=193 q=0.0 size=   46181kB time=310.80 bitrate=1217.2kbits/s   
frame= 7881 fps=193 q=0.0 size=   46802kB time=315.24 bitrate=1216.2kbits/s   
frame= 7999 fps=194 q=0.0 size=   47457kB time=319.96 bitrate=1215.1kbits/s   
frame= 8107 fps=194 q=0.0 size=   48237kB time=324.28 bitrate=1218.6kbits/s   
frame= 8219 fps=195 q=0.0 size=   48949kB time=328.76 bitrate=1219.7kbits/s   
frame= 8335 fps=195 q=0.0 size=   49603kB time=333.40 bitrate=1218.8kbits/s   
frame= 8447 fps=195 q=0.0 size=   50254kB time=337.88 bitrate=1218.4kbits/s   
frame= 8558 fps=196 q=0.0 size=   50949kB time=342.32 bitrate=1219.3kbits/s   
frame= 8670 fps=196 q=0.0 size=   51602kB time=346.80 bitrate=1218.9kbits/s   
frame= 8783 fps=196 q=0.0 size=   52257kB time=351.32 bitrate=1218.5kbits/s   
frame= 8878 fps=196 q=0.0 size=   52756kB time=355.12 bitrate=1217.0kbits/s   
frame= 8995 fps=197 q=0.0 size=   53471kB time=359.80 bitrate=1217.4kbits/s   
frame= 9113 fps=197 q=0.0 size=   54175kB time=364.52 bitrate=1217.5kbits/s   
frame= 9180 fps=196 q=0.0 size=   54591kB time=367.20 bitrate=1217.9kbits/s   
frame= 9291 fps=197 q=0.0 size=   55292kB time=371.64 bitrate=1218.8kbits/s   
frame= 9393 fps=197 q=0.0 size=   56036kB time=375.72 bitrate=1221.8kbits/s   
frame= 9474 fps=196 q=0.0 size=   56515kB time=378.96 bitrate=1221.7kbits/s   
frame= 9583 fps=197 q=0.0 size=   57198kB time=383.32 bitrate=1222.4kbits/s   
frame= 9700 fps=197 q=0.0 size=   57791kB time=388.00 bitrate=1220.2kbits/s   
frame= 9819 fps=197 q=0.0 size=   58276kB time=392.76 bitrate=1215.5kbits/s   
frame= 9937 fps=198 q=0.0 size=   58765kB time=397.48 bitrate=1211.1kbits/s   
frame=10046 fps=198 q=0.0 size=   59452kB time=401.84 bitrate=1212.0kbits/s   
frame=10155 fps=198 q=0.0 size=   60091kB time=406.20 bitrate=1211.9kbits/s   
frame=10266 fps=198 q=0.0 size=   60791kB time=410.64 bitrate=1212.7kbits/s   
frame=10371 fps=198 q=0.0 size=   61615kB time=414.84 bitrate=1216.7kbits/s   
frame=10477 fps=199 q=0.0 size=   62397kB time=419.08 bitrate=1219.7kbits/s   
frame=10594 fps=199 q=0.0 size=   62996kB time=423.76 bitrate=1217.8kbits/s   
frame=10707 fps=199 q=0.0 size=   63667kB time=428.28 bitrate=1217.8kbits/s   
frame=10812 fps=199 q=0.0 size=   64459kB time=432.48 bitrate=1221.0kbits/s   
frame=10914 fps=199 q=0.0 size=   65103kB time=436.56 bitrate=1221.7kbits/s   
frame=11032 fps=200 q=0.0 size=   65739kB time=441.28 bitrate=1220.4kbits/s   
frame=11148 fps=200 q=0.0 size=   66344kB time=445.92 bitrate=1218.8kbits/s   
frame=11273 fps=200 q=0.0 size=   66909kB time=450.92 bitrate=1215.6kbits/s   
frame=11382 fps=200 q=0.0 size=   67418kB time=455.28 bitrate=1213.1kbits/s   
frame=11504 fps=201 q=0.0 size=   68030kB time=460.16 bitrate=1211.1kbits/s   
frame=11623 fps=201 q=0.0 size=   68625kB time=464.92 bitrate=1209.2kbits/s   
frame=11739 fps=201 q=0.0 size=   69309kB time=469.56 bitrate=1209.2kbits/s   
frame=11859 fps=202 q=0.0 size=   69913kB time=474.36 bitrate=1207.4kbits/s   
frame=11982 fps=202 q=0.0 size=   70540kB time=479.28 bitrate=1205.7kbits/s   
frame=12108 fps=203 q=0.0 size=   71060kB time=484.32 bitrate=1201.9kbits/s   
frame=12235 fps=203 q=0.0 size=   71603kB time=489.40 bitrate=1198.6kbits/s   
frame=12352 fps=203 q=0.0 size=   72238kB time=494.08 bitrate=1197.7kbits/s   
frame=12467 fps=203 q=0.0 size=   72906kB time=498.68 bitrate=1197.6kbits/s   
frame=12583 fps=204 q=0.0 size=   73518kB time=503.32 bitrate=1196.6kbits/s   
frame=12701 fps=204 q=0.0 size=   74128kB time=508.04 bitrate=1195.3kbits/s   
frame=12821 fps=204 q=0.0 size=   74739kB time=512.84 bitrate=1193.9kbits/s   
frame=12945 fps=205 q=0.0 size=   75327kB time=517.80 bitrate=1191.7kbits/s   
frame=13063 fps=205 q=0.0 size=   75963kB time=522.52 bitrate=1190.9kbits/s   
frame=13182 fps=205 q=0.0 size=   76607kB time=527.28 bitrate=1190.2kbits/s   
frame=13280 fps=205 q=0.0 size=   77482kB time=531.20 bitrate=1194.9kbits/s   
frame=13361 fps=205 q=0.0 size=   78028kB time=534.44 bitrate=1196.0kbits/s   
frame=13460 fps=205 q=0.0 size=   78656kB time=538.40 bitrate=1196.8kbits/s   
frame=13570 fps=205 q=0.0 size=   79414kB time=542.80 bitrate=1198.5kbits/s   
frame=13677 fps=205 q=0.0 size=   80201kB time=547.08 bitrate=1200.9kbits/s   
frame=13785 fps=205 q=0.0 size=   81004kB time=551.40 bitrate=1203.5kbits/s   
frame=13903 fps=205 q=0.0 size=   81612kB time=556.12 bitrate=1202.2kbits/s   
frame=14007 fps=205 q=0.0 size=   82188kB time=560.28 bitrate=1201.7kbits/s   
frame=14131 fps=205 q=0.0 size=   82750kB time=565.24 bitrate=1199.3kbits/s   
frame=14253 fps=205 q=0.0 size=   83366kB time=570.12 bitrate=1197.9kbits/s   
frame=14360 fps=205 q=0.0 size=   84237kB time=574.40 bitrate=1201.4kbits/s   
frame=14471 fps=205 q=0.0 size=   84927kB time=578.84 bitrate=1201.9kbits/s   
frame=14580 fps=205 q=0.0 size=   85540kB time=583.20 bitrate=1201.6kbits/s   
frame=14694 fps=206 q=0.0 size=   86192kB time=587.76 bitrate=1201.3kbits/s   
frame=14797 fps=205 q=0.0 size=   86737kB time=591.88 bitrate=1200.5kbits/s   
frame=14915 fps=205 q=0.0 size=   87255kB time=596.60 bitrate=1198.1kbits/s   
frame=15025 fps=205 q=0.0 size=   87903kB time=601.00 bitrate=1198.2kbits/s   
frame=15140 fps=206 q=0.0 size=   88577kB time=605.60 bitrate=1198.2kbits/s   
frame=15251 fps=206 q=0.0 size=   89254kB time=610.04 bitrate=1198.6kbits/s   
frame=15363 fps=206 q=0.0 size=   89878kB time=614.52 bitrate=1198.1kbits/s   
frame=15481 fps=206 q=0.0 size=   90517kB time=619.24 bitrate=1197.5kbits/s   
frame=15593 fps=206 q=0.0 size=   91167kB time=623.72 bitrate=1197.4kbits/s   
frame=15713 fps=206 q=0.0 size=   91814kB time=628.52 bitrate=1196.7kbits/s   
frame=15835 fps=207 q=0.0 size=   92383kB time=633.40 bitrate=1194.8kbits/s   
frame=15870 fps=205 q=0.0 size=   92713kB time=634.80 bitrate=1196.5kbits/s   
frame=15971 fps=205 q=0.0 size=   93555kB time=638.84 bitrate=1199.7kbits/s   
frame=16089 fps=205 q=0.0 size=   94129kB time=643.56 bitrate=1198.2kbits/s   
frame=16208 fps=205 q=0.0 size=   94665kB time=648.32 bitrate=1196.2kbits/s   
frame=16324 fps=205 q=0.0 size=   95205kB time=652.96 bitrate=1194.4kbits/s   
frame=16437 fps=206 q=0.0 size=   95823kB time=657.48 bitrate=1193.9kbits/s   
frame=16549 fps=206 q=0.0 size=   96561kB time=661.96 bitrate=1195.0kbits/s   
frame=16656 fps=206 q=0.0 size=   97250kB time=666.24 bitrate=1195.8kbits/s   
frame=16771 fps=206 q=0.0 size=   97934kB time=670.84 bitrate=1195.9kbits/s   
frame=16888 fps=206 q=0.0 size=   98539kB time=675.52 bitrate=1195.0kbits/s   
frame=17000 fps=206 q=0.0 size=   99153kB time=680.00 bitrate=1194.5kbits/s   
frame=17117 fps=206 q=0.0 size=   99750kB time=684.68 bitrate=1193.5kbits/s   
frame=17230 fps=206 q=0.0 size=  100249kB time=689.20 bitrate=1191.6kbits/s   
frame=17352 fps=207 q=0.0 size=  100849kB time=694.08 bitrate=1190.3kbits/s   
frame=17455 fps=207 q=0.0 size=  101745kB time=698.20 bitrate=1193.8kbits/s   
frame=17545 fps=206 q=0.0 size=  102592kB time=701.80 bitrate=1197.5kbits/s   
frame=17652 fps=207 q=0.0 size=  103487kB time=706.08 bitrate=1200.7kbits/s   
frame=17768 fps=207 q=0.0 size=  104197kB time=710.72 bitrate=1201.0kbits/s   
frame=17885 fps=207 q=0.0 size=  104830kB time=715.40 bitrate=1200.4kbits/s   
frame=18003 fps=207 q=0.0 size=  105506kB time=720.12 bitrate=1200.2kbits/s   
frame=18119 fps=207 q=0.0 size=  106152kB time=724.76 bitrate=1199.8kbits/s   
frame=18235 fps=207 q=0.0 size=  106840kB time=729.40 bitrate=1199.9kbits/s   
frame=18356 fps=207 q=0.0 size=  107460kB time=734.24 bitrate=1198.9kbits/s   
frame=18481 fps=208 q=0.0 size=  108009kB time=739.24 bitrate=1196.9kbits/s   
frame=18598 fps=208 q=0.0 size=  108573kB time=743.92 bitrate=1195.6kbits/s   
frame=18711 fps=208 q=0.0 size=  109187kB time=748.44 bitrate=1195.1kbits/s   
frame=18829 fps=208 q=0.0 size=  109773kB time=753.16 bitrate=1194.0kbits/s   
frame=18905 fps=208 q=0.0 size=  110173kB time=756.20 bitrate=1193.5kbits/s   
frame=19029 fps=208 q=0.0 size=  110736kB time=761.16 bitrate=1191.8kbits/s   
frame=19113 fps=208 q=0.0 size=  111232kB time=764.52 bitrate=1191.9kbits/s   
frame=19216 fps=208 q=0.0 size=  111899kB time=768.64 bitrate=1192.6kbits/s   
frame=19328 fps=208 q=0.0 size=  112598kB time=773.12 bitrate=1193.1kbits/s   
frame=19447 fps=208 q=0.0 size=  113268kB time=777.88 bitrate=1192.8kbits/s   
frame=19552 fps=208 q=0.0 size=  114043kB time=782.08 bitrate=1194.6kbits/s   
frame=19652 fps=208 q=0.0 size=  114863kB time=786.08 bitrate=1197.0kbits/s   
frame=19754 fps=208 q=0.0 size=  115725kB time=790.16 bitrate=1199.8kbits/s   
frame=19839 fps=208 q=0.0 size=  116228kB time=793.56 bitrate=1199.8kbits/s   
frame=19924 fps=207 q=0.0 size=  116705kB time=796.96 bitrate=1199.6kbits/s   
frame=20005 fps=207 q=0.0 size=  117159kB time=800.20 bitrate=1199.4kbits/s   
frame=20113 fps=207 q=0.0 size=  117919kB time=804.52 bitrate=1200.7kbits/s   
frame=20159 fps=207 q=0.0 size=  118254kB time=806.36 bitrate=1201.4kbits/s   
frame=20266 fps=207 q=0.0 size=  118972kB time=810.64 bitrate=1202.3kbits/s   
frame=20379 fps=207 q=0.0 size=  119700kB time=815.16 bitrate=1202.9kbits/s   
frame=20486 fps=207 q=0.0 size=  120431kB time=819.44 bitrate=1204.0kbits/s   
frame=20594 fps=207 q=0.0 size=  121088kB time=823.76 bitrate=1204.2kbits/s   
frame=20703 fps=207 q=0.0 size=  121761kB time=828.12 bitrate=1204.5kbits/s   
frame=20809 fps=207 q=0.0 size=  122472kB time=832.36 bitrate=1205.4kbits/s   
frame=20913 fps=207 q=0.0 size=  123192kB time=836.52 bitrate=1206.4kbits/s   
frame=21016 fps=207 q=0.0 size=  124007kB time=840.64 bitrate=1208.4kbits/s   
frame=21111 fps=207 q=0.0 size=  124680kB time=844.44 bitrate=1209.5kbits/s   
frame=21220 fps=207 q=0.0 size=  125400kB time=848.80 bitrate=1210.3kbits/s   
frame=21328 fps=207 q=0.0 size=  126143kB time=853.12 bitrate=1211.3kbits/s   
frame=21440 fps=207 q=0.0 size=  126866kB time=857.60 bitrate=1211.9kbits/s   
frame=21543 fps=207 q=0.0 size=  127656kB time=861.72 bitrate=1213.6kbits/s   
frame=21654 fps=207 q=0.0 size=  128457kB time=866.16 bitrate=1214.9kbits/s   
frame=21762 fps=207 q=0.0 size=  129338kB time=870.48 bitrate=1217.2kbits/s   
frame=21853 fps=207 q=0.0 size=  130046kB time=874.12 bitrate=1218.8kbits/s   
frame=21967 fps=207 q=0.0 size=  130780kB time=878.68 bitrate=1219.3kbits/s   
frame=22075 fps=207 q=0.0 size=  131515kB time=883.00 bitrate=1220.1kbits/s   
frame=22184 fps=207 q=0.0 size=  132358kB time=887.36 bitrate=1221.9kbits/s   
frame=22291 fps=207 q=0.0 size=  133158kB time=891.64 bitrate=1223.4kbits/s   
frame=22390 fps=207 q=0.0 size=  133865kB time=895.60 bitrate=1224.5kbits/s   
frame=22496 fps=207 q=0.0 size=  134623kB time=899.84 bitrate=1225.6kbits/s   
frame=22594 fps=207 q=0.0 size=  135484kB time=903.76 bitrate=1228.1kbits/s   
frame=22690 fps=207 q=0.0 size=  136329kB time=907.60 bitrate=1230.5kbits/s   
frame=22798 fps=207 q=0.0 size=  137237kB time=911.92 bitrate=1232.8kbits/s   
frame=22873 fps=207 q=0.0 size=  137858kB time=914.92 bitrate=1234.4kbits/s   
frame=22980 fps=207 q=0.0 size=  138741kB time=919.20 bitrate=1236.5kbits/s   
frame=23086 fps=207 q=0.0 size=  139636kB time=923.44 bitrate=1238.7kbits/s   
frame=23193 fps=207 q=0.0 size=  140506kB time=927.72 bitrate=1240.7kbits/s   
frame=23308 fps=207 q=0.0 size=  141284kB time=932.32 bitrate=1241.4kbits/s   
frame=23421 fps=207 q=0.0 size=  141983kB time=936.84 bitrate=1241.5kbits/s   
frame=23522 fps=207 q=0.0 size=  142934kB time=940.88 bitrate=1244.5kbits/s   
frame=23624 fps=207 q=0.0 size=  143984kB time=944.96 bitrate=1248.2kbits/s   
frame=23729 fps=207 q=0.0 size=  144867kB time=949.16 bitrate=1250.3kbits/s   
frame=23831 fps=207 q=0.0 size=  145748kB time=953.24 bitrate=1252.5kbits/s   
frame=23932 fps=207 q=0.0 size=  146582kB time=957.28 bitrate=1254.4kbits/s   
frame=24033 fps=207 q=0.0 size=  147423kB time=961.32 bitrate=1256.3kbits/s   
frame=24136 fps=207 q=0.0 size=  148270kB time=965.44 bitrate=1258.1kbits/s   
frame=24241 fps=207 q=0.0 size=  149140kB time=969.64 bitrate=1260.0kbits/s   
frame=24339 fps=207 q=0.0 size=  149935kB time=973.56 bitrate=1261.6kbits/s   
frame=24435 fps=207 q=0.0 size=  150734kB time=977.40 bitrate=1263.4kbits/s   
frame=24460 fps=206 q=0.0 size=  150935kB time=978.40 bitrate=1263.8kbits/s   
frame=24556 fps=206 q=0.0 size=  151726kB time=982.24 bitrate=1265.4kbits/s   
frame=24657 fps=206 q=0.0 size=  152555kB time=986.28 bitrate=1267.1kbits/s   
frame=24755 fps=206 q=0.0 size=  153393kB time=990.20 bitrate=1269.0kbits/s   
frame=24849 fps=206 q=0.0 size=  154112kB time=993.96 bitrate=1270.2kbits/s   
frame=24930 fps=206 q=0.0 size=  154781kB time=997.20 bitrate=1271.5kbits/s   
frame=25021 fps=206 q=0.0 size=  155568kB time=1000.84 bitrate=1273.3kbits/s   
frame=25115 fps=206 q=0.0 size=  156375kB time=1004.60 bitrate=1275.2kbits/s   
frame=25212 fps=205 q=0.0 size=  157287kB time=1008.48 bitrate=1277.7kbits/s   
frame=25311 fps=205 q=0.0 size=  158193kB time=1012.44 bitrate=1280.0kbits/s   
frame=25421 fps=206 q=0.0 size=  158991kB time=1016.84 bitrate=1280.9kbits/s   
frame=25532 fps=206 q=0.0 size=  159705kB time=1021.28 bitrate=1281.0kbits/s   
frame=25632 fps=206 q=0.0 size=  160287kB time=1025.28 bitrate=1280.7kbits/s   
frame=25741 fps=206 q=0.0 size=  161069kB time=1029.64 bitrate=1281.5kbits/s   
frame=25848 fps=206 q=0.0 size=  161872kB time=1033.92 bitrate=1282.6kbits/s   
frame=25947 fps=206 q=0.0 size=  162890kB time=1037.88 bitrate=1285.7kbits/s   
frame=26050 fps=206 q=0.0 size=  163850kB time=1042.00 bitrate=1288.2kbits/s   
frame=26142 fps=205 q=0.0 size=  164597kB time=1045.68 bitrate=1289.5kbits/s   
frame=26219 fps=205 q=0.0 Lsize=  165118kB time=1048.45 bitrate=1290.1kbits/s   
video:155890kB audio:8191kB global headers:0kB muxing overhead 0.632058%
FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
Input #0, avi, from '/home/callum/public_html/callum/flash/modules/video/files/38':
  Metadata:
    ISFT            : MEncoder r33883
  Duration: 00:17:28.76, start: 0.000000, bitrate: 695 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
    Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 32 kb/s
Output #0, mp4, to '/home/callum/public_html/callum/flash/modules/video/files/38.mp4':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: mpeg4, yuv420p, 176x144 [PAR 12:11 DAR 4:3], q=2-31, 512 kb/s, 25 tbn, 25 tbc
    Stream #0.1: Audio: libfaac, 44100 Hz, 1 channels, s16, 128 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
Press [q] to stop encoding
frame=  265 fps=  0 q=0.0 size=     312kB time=10.60 bitrate= 241.2kbits/s   
frame=  541 fps=517 q=0.0 size=     907kB time=21.64 bitrate= 343.2kbits/s   
frame=  819 fps=529 q=0.0 size=    1512kB time=32.76 bitrate= 378.0kbits/s   
frame= 1105 fps=540 q=0.0 size=    1962kB time=44.20 bitrate= 363.6kbits/s   
frame= 1387 fps=544 q=0.0 size=    2393kB time=55.48 bitrate= 353.3kbits/s   
frame= 1645 fps=540 q=0.0 size=    2684kB time=65.80 bitrate= 334.2kbits/s   
frame= 1849 fps=521 q=0.0 size=    2928kB time=73.96 bitrate= 324.3kbits/s   
frame= 2161 fps=534 q=0.0 size=    3243kB time=86.44 bitrate= 307.4kbits/s   
frame= 2465 fps=542 q=0.0 size=    3654kB time=98.60 bitrate= 303.6kbits/s   
frame= 2765 fps=548 q=0.0 size=    4067kB time=110.60 bitrate= 301.3kbits/s   
frame= 3074 fps=554 q=0.0 size=    4438kB time=122.96 bitrate= 295.6kbits/s   
frame= 3390 fps=560 q=0.0 size=    4760kB time=135.60 bitrate= 287.6kbits/s   
frame= 3703 fps=565 q=0.0 size=    5086kB time=148.12 bitrate= 281.3kbits/s   
frame= 4011 fps=569 q=0.0 size=    5464kB time=160.44 bitrate= 279.0kbits/s   
frame= 4286 fps=568 q=0.0 size=    6196kB time=171.44 bitrate= 296.0kbits/s   
frame= 4564 fps=567 q=0.0 size=    6889kB time=182.56 bitrate= 309.1kbits/s   
frame= 4728 fps=553 q=0.0 size=    7301kB time=189.12 bitrate= 316.3kbits/s   
frame= 5009 fps=553 q=0.0 size=    7929kB time=200.36 bitrate= 324.2kbits/s   
frame= 5297 fps=555 q=0.0 size=    8507kB time=211.88 bitrate= 328.9kbits/s   
frame= 5581 fps=555 q=0.0 size=    9080kB time=223.24 bitrate= 333.2kbits/s   
frame= 5842 fps=553 q=0.0 size=    9629kB time=233.68 bitrate= 337.6kbits/s   
frame= 6144 fps=555 q=0.0 size=   10127kB time=245.76 bitrate= 337.6kbits/s   
frame= 6439 fps=557 q=0.0 size=   10658kB time=257.56 bitrate= 339.0kbits/s   
frame= 6737 fps=558 q=0.0 size=   11126kB time=269.48 bitrate= 338.2kbits/s   
frame= 7038 fps=560 q=0.0 size=   11541kB time=281.52 bitrate= 335.8kbits/s   
frame= 7340 fps=562 q=0.0 size=   11996kB time=293.60 bitrate= 334.7kbits/s   
frame= 7652 fps=564 q=0.0 size=   12379kB time=306.08 bitrate= 331.3kbits/s   
frame= 7884 fps=560 q=0.0 size=   12738kB time=315.36 bitrate= 330.9kbits/s   
frame= 8176 fps=561 q=0.0 size=   13296kB time=327.04 bitrate= 333.0kbits/s   
frame= 8327 fps=552 q=0.0 size=   13519kB time=333.08 bitrate= 332.5kbits/s   
frame= 8626 fps=553 q=0.0 size=   14017kB time=345.04 bitrate= 332.8kbits/s   
frame= 8928 fps=555 q=0.0 size=   14469kB time=357.12 bitrate= 331.9kbits/s   
frame= 9228 fps=556 q=0.0 size=   14985kB time=369.12 bitrate= 332.6kbits/s   
frame= 9517 fps=557 q=0.0 size=   15602kB time=380.68 bitrate= 335.7kbits/s   
frame= 9820 fps=558 q=0.0 size=   16004kB time=392.80 bitrate= 333.8kbits/s   
frame=10108 fps=558 q=0.0 size=   16418kB time=404.32 bitrate= 332.6kbits/s   
frame=10390 fps=559 q=0.0 size=   17042kB time=415.60 bitrate= 335.9kbits/s   
frame=10691 fps=560 q=0.0 size=   17556kB time=427.64 bitrate= 336.3kbits/s   
frame=10982 fps=560 q=0.0 size=   18095kB time=439.28 bitrate= 337.4kbits/s   
frame=11174 fps=556 q=0.0 size=   18362kB time=446.96 bitrate= 336.5kbits/s   
frame=11391 fps=553 q=0.0 size=   18607kB time=455.64 bitrate= 334.5kbits/s   
frame=11654 fps=552 q=0.0 size=   18964kB time=466.16 bitrate= 333.3kbits/s   
frame=11953 fps=553 q=0.0 size=   19409kB time=478.12 bitrate= 332.5kbits/s   
frame=12269 fps=555 q=0.0 size=   19724kB time=490.76 bitrate= 329.2kbits/s   
frame=12559 fps=556 q=0.0 size=   20196kB time=502.36 bitrate= 329.3kbits/s   
frame=12857 fps=556 q=0.0 size=   20580kB time=514.28 bitrate= 327.8kbits/s   
frame=13156 fps=557 q=0.0 size=   20956kB time=526.24 bitrate= 326.2kbits/s   
frame=13430 fps=557 q=0.0 size=   21523kB time=537.20 bitrate= 328.2kbits/s   
frame=13706 fps=557 q=0.0 size=   22068kB time=548.24 bitrate= 329.7kbits/s   
frame=13991 fps=557 q=0.0 size=   22503kB time=559.64 bitrate= 329.4kbits/s   
frame=14279 fps=558 q=0.0 size=   22872kB time=571.16 bitrate= 328.1kbits/s   
frame=14554 fps=557 q=0.0 size=   23415kB time=582.16 bitrate= 329.5kbits/s   
frame=14841 fps=558 q=0.0 size=   23804kB time=593.64 bitrate= 328.5kbits/s   
frame=15123 fps=558 q=0.0 size=   24219kB time=604.92 bitrate= 328.0kbits/s   
frame=15337 fps=556 q=0.0 size=   24566kB time=613.48 bitrate= 328.0kbits/s   
frame=15611 fps=555 q=0.0 size=   24994kB time=624.44 bitrate= 327.9kbits/s   
frame=15876 fps=555 q=0.0 size=   25398kB time=635.04 bitrate= 327.6kbits/s   
frame=16171 fps=556 q=0.0 size=   25856kB time=646.84 bitrate= 327.5kbits/s   
frame=16458 fps=556 q=0.0 size=   26229kB time=658.32 bitrate= 326.4kbits/s   
frame=16723 fps=555 q=0.0 size=   26721kB time=668.92 bitrate= 327.2kbits/s   
frame=16840 fps=550 q=0.0 size=   26902kB time=673.60 bitrate= 327.2kbits/s   
frame=17122 fps=550 q=0.0 size=   27284kB time=684.88 bitrate= 326.4kbits/s   
frame=17382 fps=550 q=0.0 size=   27611kB time=695.28 bitrate= 325.3kbits/s   
frame=17633 fps=549 q=0.0 size=   28294kB time=705.32 bitrate= 328.6kbits/s   
frame=17867 fps=548 q=0.0 size=   28679kB time=714.68 bitrate= 328.7kbits/s   
frame=18154 fps=548 q=0.0 size=   29164kB time=726.16 bitrate= 329.0kbits/s   
frame=18446 fps=549 q=0.0 size=   29559kB time=737.84 bitrate= 328.2kbits/s   
frame=18751 fps=550 q=0.0 size=   29952kB time=750.04 bitrate= 327.1kbits/s   
frame=18976 fps=548 q=0.0 size=   30248kB time=759.04 bitrate= 326.4kbits/s   
frame=19277 fps=549 q=0.0 size=   30775kB time=771.08 bitrate= 327.0kbits/s   
frame=19550 fps=547 q=0.0 size=   31313kB time=782.00 bitrate= 328.0kbits/s   
frame=19812 fps=547 q=0.0 size=   31945kB time=792.48 bitrate= 330.2kbits/s   
frame=20105 fps=547 q=0.0 size=   32448kB time=804.20 bitrate= 330.5kbits/s   
frame=20397 fps=547 q=0.0 size=   33002kB time=815.88 bitrate= 331.4kbits/s   
frame=20693 fps=548 q=0.0 size=   33520kB time=827.72 bitrate= 331.7kbits/s   
frame=20942 fps=547 q=0.0 size=   34013kB time=837.68 bitrate= 332.6kbits/s   
frame=21231 fps=548 q=0.0 size=   34588kB time=849.24 bitrate= 333.6kbits/s   
frame=21516 fps=548 q=0.0 size=   35150kB time=860.64 bitrate= 334.6kbits/s   
frame=21713 fps=546 q=0.0 size=   35565kB time=868.52 bitrate= 335.5kbits/s   
frame=21997 fps=546 q=0.0 size=   36167kB time=879.88 bitrate= 336.7kbits/s   
frame=22281 fps=547 q=0.0 size=   36754kB time=891.24 bitrate= 337.8kbits/s   
frame=22553 fps=546 q=0.0 size=   37328kB time=902.12 bitrate= 339.0kbits/s   
frame=22829 fps=547 q=0.0 size=   38036kB time=913.16 bitrate= 341.2kbits/s   
frame=23108 fps=547 q=0.0 size=   38720kB time=924.32 bitrate= 343.2kbits/s   
frame=23402 fps=547 q=0.0 size=   39300kB time=936.08 bitrate= 343.9kbits/s   
frame=23681 fps=547 q=0.0 size=   40042kB time=947.24 bitrate= 346.3kbits/s   
frame=23967 fps=548 q=0.0 size=   40757kB time=958.68 bitrate= 348.3kbits/s   
frame=24237 fps=547 q=0.0 size=   41398kB time=969.48 bitrate= 349.8kbits/s   
frame=24527 fps=548 q=0.0 size=   42095kB time=981.08 bitrate= 351.5kbits/s   
frame=24809 fps=548 q=0.0 size=   42779kB time=992.36 bitrate= 353.1kbits/s   
frame=25060 fps=547 q=0.0 size=   43390kB time=1002.40 bitrate= 354.6kbits/s   
frame=25340 fps=548 q=0.0 size=   44115kB time=1013.60 bitrate= 356.5kbits/s   
frame=25636 fps=548 q=0.0 size=   44629kB time=1025.44 bitrate= 356.5kbits/s   
frame=25920 fps=548 q=0.0 size=   45275kB time=1036.80 bitrate= 357.7kbits/s   
frame=26184 fps=548 q=0.0 size=   45963kB time=1047.36 bitrate= 359.5kbits/s   
frame=26219 fps=548 q=0.0 Lsize=   46574kB time=1048.33 bitrate= 363.9kbits/s   
video:36285kB audio:9722kB global headers:0kB muxing overhead 1.232963%

 

**********************************************************************

 

 FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
Input #0, avi, from '/home/callum/public_html/callum/flash/modules/video/files/35':
  Metadata:
    ISFT            : MEncoder r33883
  Duration: 00:00:31.04, start: 0.000000, bitrate: 815 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
    Stream #0.1: Audio: mp3, 44100 Hz, 1 channels, s16, 80 kb/s
Output #0, image2, to '/home/callum/public_html/callum/flash/modules/video/files/1345096502.jpg':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: mjpeg, yuvj420p, 320x240 [PAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 25 tbc
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
frame=    1 fps=  0 q=0.0 Lsize=      -0kB time=0.04 bitrate=  -4.4kbits/s    
video:9kB audio:0kB global headers:0kB muxing overhead -100.247971%
FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
Input #0, avi, from '/home/callum/public_html/callum/flash/modules/video/files/35':
  Metadata:
    ISFT            : MEncoder r33883
  Duration: 00:00:31.04, start: 0.000000, bitrate: 815 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
    Stream #0.1: Audio: mp3, 44100 Hz, 1 channels, s16, 80 kb/s
Output #0, flv, to '/home/callum/public_html/callum/flash/modules/video/files/35.flv':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: flv, yuv420p, 480x360 [PAR 1:1 DAR 4:3], q=2-31, 512 kb/s, 1k tbn, 25 tbc
    Stream #0.1: Audio: libmp3lame, 44100 Hz, 1 channels, s16, 64 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
Press [q] to stop encoding
frame=   74 fps=  0 q=0.0 size=     570kB time=2.96 bitrate=1577.5kbits/s    
frame=  206 fps=204 q=0.0 size=    1525kB time=8.24 bitrate=1516.0kbits/s    
frame=  340 fps=225 q=0.0 size=    2441kB time=13.60 bitrate=1470.3kbits/s    
frame=  472 fps=234 q=0.0 size=    3314kB time=18.88 bitrate=1438.0kbits/s    
frame=  593 fps=236 q=0.0 size=    4278kB time=23.72 bitrate=1477.5kbits/s    
frame=  721 fps=239 q=0.0 size=    5329kB time=28.84 bitrate=1513.8kbits/s    
frame=  776 fps=240 q=0.0 Lsize=    5852kB time=31.04 bitrate=1544.3kbits/s    
video:5578kB audio:243kB global headers:0kB muxing overhead 0.532456%
FFmpeg version 0.6, Copyright (c) 2000-2010 the FFmpeg developers
  built on Aug 31 2010 07:42:03 with gcc 4.4.1
  configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --enable-swscale --disable-ffplay --disable-ffserver --extra-libs='-static -L/usr/lib -L/home/rayz/ffmpeg_opt -L/home/rayz/ffmpeg_opt/lib' --extra-cflags='-static -I/home/rayz/ffmpeg_opt/include'
  libavutil     50.15. 1 / 50.15. 1
  libavcodec    52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.19. 0 /  1.19. 0
  libswscale     0.11. 0 /  0.11. 0
Input #0, avi, from '/home/callum/public_html/callum/flash/modules/video/files/35':
  Metadata:
    ISFT            : MEncoder r33883
  Duration: 00:00:31.04, start: 0.000000, bitrate: 815 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
    Stream #0.1: Audio: mp3, 44100 Hz, 1 channels, s16, 80 kb/s
Output #0, mp4, to '/home/callum/public_html/callum/flash/modules/video/files/35.mp4':
  Metadata:
    encoder         : Lavf52.64.2
    Stream #0.0: Video: mpeg4, yuv420p, 176x144 [PAR 12:11 DAR 4:3], q=2-31, 512 kb/s, 25 tbn, 25 tbc
    Stream #0.1: Audio: libfaac, 44100 Hz, 1 channels, s16, 128 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
Press [q] to stop encoding
frame=  297 fps=  0 q=0.0 size=     603kB time=11.88 bitrate= 416.0kbits/s    
frame=  596 fps=596 q=0.0 size=    1193kB time=23.84 bitrate= 409.8kbits/s    
frame=  776 fps=594 q=0.0 Lsize=    1652kB time=30.95 bitrate= 437.3kbits/s    
video:1347kB audio:288kB global headers:0kB muxing overhead 1.094573%

 

 

 

They look fine.

But your php.ini settings have nothing to do with the current issue which is a database timeout.

 

 

Quote · 16 Aug 2012

Those do not appear to be errors. It looks like a standard report from the ffmpeg encoder. You should not be getting those reports. I have to see if i can figure out why.

https://www.deanbassett.com
Quote · 16 Aug 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.