So the file gets uploaded to the server with no problem. I see the cron do it's job and it creates the 3 files in the /flash/modules/video/files folder.
I see it creates a .flv file, .mp4 file and .mpg file.
I go to my /admin panel to approve the video and still shows me the time is 00:00. I click the video to view it, it looks like its about to start but nothing happens. Is this a permission issue somewhere?
Only Cron I am running is:
* |
* |
* |
* |
* |
/usr/local/bin/php -q /home/***/public_html/periodic/cron.php |
|
check if your web hosting php.ini upload_max_filesize is more than the size your uploading. I suggest try this in your .htaccess
http://<yoursite.com>/administration/host_tools.php
php_value upload_max_filesize 80M php_value post_max_size 80M php_value max_input_time 36000 php_value max_execution_time 36000 php_value memory_limit 128M
|
check if your web hosting php.ini upload_max_filesize is more than the size your uploading. I suggest try this in your .htaccess
http://<yoursite.com>/administration/host_tools.php
php_value upload_max_filesize 80M php_value post_max_size 80M php_value max_input_time 36000 php_value max_execution_time 36000 php_value memory_limit 128M
The video is only 5mb. I have my set to 150mb for upload max size.
My execution time is set to: 300
It's weird man...the thumbnail gets created, the video file is on the server all the files get created. But in admin approval section shows me 00:00, try to play video, nada :(
Em I suppose to be running another cron besides: /usr/local/bin/php -q /home/kartingc/public_html/periodic/cron.php
|
check if your web hosting php.ini upload_max_filesize is more than the size your uploading. I suggest try this in your .htaccess
http://<yoursite.com>/administration/host_tools.php
php_value upload_max_filesize 80M php_value post_max_size 80M php_value max_input_time 36000 php_value max_execution_time 36000 php_value memory_limit 128M
The video is only 5mb. I have my set to 150mb for upload max size.
My execution time is set to: 300
It's weird man...the thumbnail gets created, the video file is on the server all the files get created. But in admin approval section shows me 00:00, try to play video, nada :(
Em I suppose to be running another cron besides: /usr/local/bin/php -q /home/kartingc/public_html/periodic/cron.php
Can you guarantee that the file is actually being converted? Please post any output email from your cron daemon that you should have received.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
check if your web hosting php.ini upload_max_filesize is more than the size your uploading. I suggest try this in your .htaccess
http://<yoursite.com>/administration/host_tools.php
php_value upload_max_filesize 80M php_value post_max_size 80M php_value max_input_time 36000 php_value max_execution_time 36000 php_value memory_limit 128M
The video is only 5mb. I have my set to 150mb for upload max size.
My execution time is set to: 300
It's weird man...the thumbnail gets created, the video file is on the server all the files get created. But in admin approval section shows me 00:00, try to play video, nada :(
Em I suppose to be running another cron besides: /usr/local/bin/php -q /home/kartingc/public_html/periodic/cron.php
Can you guarantee that the file is actually being converted? Please post any output email from your cron daemon that you should have received.
The file is definetly being converted. I can ftp in, download the converted file and play it on my local machine. Here's my cron output.
FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver --extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2) [wmv3 @ 0x9a68c90]Extra data: 8 bits left, value: 0
Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/99': Duration: 00:02:35.84, start: 5.000000, bitrate: 154 kb/s Stream #0.0: Audio: wmav2, 16000 Hz, mono, s16, 16 kb/s Stream #0.1: Video: wmv3, yuv420p, 320x240, 134 kb/s, 15 tbr, 1k tbn, 1k tbc [ffmpeg_output @ 0x9aa6770]auto-inserting filter 'scale' [wmv3 @ 0x9a68c90]Extra data: 8 bits left, value: 0 Output #0, image2, to '/home/kartingc/public_html/flash/modules/video/files/1264453802.jpg': Stream #0.0: Video: mjpeg, yuvj420p, 320x240, q=2-31, 200 kb/s, 90k tbn, 15 tbc Stream mapping: Stream #0.1 -> #0.0 Press [q] to stop encoding frame= 1 fps= 0 q=0.0 Lsize= -0kB time=0.07 bitrate= -2.6kbits/s video:2kB audio:0kB global headers:0kB muxing overhead -101.261468% FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver --extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2) [wmv3 @ 0x97ddc90]Extra data: 8 bits left, value: 0
Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/99': Duration: 00:02:35.84, start: 5.000000, bitrate: 154 kb/s Stream #0.0: Audio: wmav2, 16000 Hz, mono, s16, 16 kb/s Stream #0.1: Video: wmv3, yuv420p, 320x240, 134 kb/s, 15 tbr, 1k tbn, 1k tbc [wmv3 @ 0x97ddc90]Extra data: 8 bits left, value: 0 Output #0, flv, to '/home/kartingc/public_html/flash/modules/video/files/99.flv': Stream #0.0: Video: flv, yuv420p, 480x360, q=2-31, 200 kb/s, 1k tbn, 25 tbc Stream #0.1: Audio: libmp3lame, 44100 Hz, mono, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 Press [q] to stop encoding frame= 177 fps= 0 q=16.7 size= 283kB time=4.36 bitrate= 531.0kbits/s frame= 358 fps=354 q=5.3 size= 537kB time=10.76 bitrate= 409.1kbits/s frame= 510 fps=337 q=9.7 size= 727kB time=15.99 bitrate= 372.4kbits/s frame= 650 fps=322 q=13.9 size= 943kB time=21.55 bitrate= 358.3kbits/s frame= 793 fps=315 q=11.1 size= 1160kB time=27.17 bitrate= 349.7kbits/s frame= 937 fps=310 q=11.0 size= 1404kB time=33.10 bitrate= 347.6kbits/s frame= 1083 fps=308 q=13.5 size= 1630kB time=39.08 bitrate= 341.6kbits/s frame= 1225 fps=304 q=14.2 size= 1832kB time=44.72 bitrate= 335.6kbits/s frame= 1365 fps=302 q=12.0 size= 2000kB time=50.26 bitrate= 326.0kbits/s frame= 1503 fps=299 q=18.5 size= 2179kB time=55.88 bitrate= 319.5kbits/s frame= 1648 fps=298 q=15.7 size= 2365kB time=61.36 bitrate= 315.7kbits/s frame= 1787 fps=296 q=9.9 size= 2567kB time=67.08 bitrate= 313.5kbits/s frame= 1927 fps=295 q=13.9 size= 2749kB time=72.72 bitrate= 309.7kbits/s frame= 2070 fps=294 q=19.6 size= 2932kB time=78.63 bitrate= 305.5kbits/s frame= 2210 fps=293 q=17.3 size= 3120kB time=84.17 bitrate= 303.7kbits/s frame= 2355 fps=293 q=14.4 size= 3307kB time=89.73 bitrate= 301.9kbits/s frame= 2498 fps=292 q=16.8 size= 3506kB time=95.79 bitrate= 299.8kbits/s frame= 2650 fps=293 q=14.3 size= 3699kB time=101.64 bitrate= 298.1kbits/s frame= 2793 fps=292 q=10.8 size= 3900kB time=107.52 bitrate= 297.2kbits/s frame= 2933 fps=292 q=24.0 size= 4078kB time=112.90 bitrate= 295.9kbits/s frame= 3065 fps=290 q=18.6 size= 4259kB time=118.26 bitrate= 295.0kbits/s frame= 3200 fps=289 q=12.9 size= 4437kB time=123.85 bitrate= 293.5kbits/s frame= 3337 fps=288 q=17.8 size= 4613kB time=129.28 bitrate= 292.3kbits/s frame= 3473 fps=288 q=21.1 size= 4792kB time=134.74 bitrate= 291.3kbits/s frame= 3610 fps=287 q=17.9 size= 4963kB time=139.94 bitrate= 290.6kbits/s frame= 3752 fps=287 q=18.4 size= 5157kB time=145.87 bitrate= 289.6kbits/s frame= 3898 fps=287 q=12.6 size= 5340kB time=151.51 bitrate= 288.7kbits/s frame= 3920 fps=284 q=31.0 Lsize= 5525kB time=156.80 bitrate= 288.6kbits/s video:4143kB audio:1227kB global headers:0kB muxing overhead 2.895196% FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver --extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2) [wmv3 @ 0x952bc90]Extra data: 8 bits left, value: 0
Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/99': Duration: 00:02:35.84, start: 5.000000, bitrate: 154 kb/s Stream #0.0: Audio: wmav2, 16000 Hz, mono, s16, 16 kb/s Stream #0.1: Video: wmv3, yuv420p, 320x240, 134 kb/s, 15 tbr, 1k tbn, 1k tbc [wmv3 @ 0x952bc90]Extra data: 8 bits left, value: 0 Output #0, mpeg, to '/home/kartingc/public_html/flash/modules/video/files/99.mpg': Stream #0.0: Video: mpeg1video, yuv420p, 480x360, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream #0.1: Audio: libmp3lame, 44100 Hz, mono, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 Press [q] to stop encoding [mpeg1video @ 0x9576130]warning, clipping 1 dct coefficients to -255..255 frame= 182 fps= 0 q=17.9 size= 270kB time=4.36 bitrate= 507.0kbits/s frame= 375 fps=370 q=6.7 size= 516kB time=11.08 bitrate= 381.6kbits/s frame= 527 fps=348 q=6.7 size= 712kB time=16.74 bitrate= 348.3kbits/s frame= 673 fps=334 q=10.2 size= 938kB time=22.73 bitrate= 338.1kbits/s frame= 820 fps=326 q=10.5 size= 1176kB time=28.84 bitrate= 334.1kbits/s frame= 973 fps=321 q=7.5 size= 1406kB time=34.90 bitrate= 330.0kbits/s frame= 1125 fps=318 q=18.1 size= 1626kB time=40.88 bitrate= 325.8kbits/s frame= 1275 fps=316 q=12.2 size= 1828kB time=46.71 bitrate= 320.6kbits/s frame= 1432 fps=315 q=13.5 size= 2012kB time=52.74 bitrate= 312.5kbits/s frame= 1577 fps=313 q=13.1 size= 2212kB time=58.88 bitrate= 307.8kbits/s frame= 1732 fps=312 q=10.9 size= 2436kB time=65.15 bitrate= 306.3kbits/s frame= 1888 fps=312 q=9.4 size= 2630kB time=71.31 bitrate= 302.1kbits/s frame= 2037 fps=311 q=14.6 size= 2820kB time=77.45 bitrate= 298.3kbits/s frame= 2185 fps=310 q=11.8 size= 3006kB time=83.25 bitrate= 295.8kbits/s frame= 2332 fps=309 q=13.7 size= 3196kB time=88.97 bitrate= 294.3kbits/s frame= 2480 fps=308 q=11.8 size= 3384kB time=94.85 bitrate= 292.3kbits/s frame= 2630 fps=307 q=16.0 size= 3582kB time=100.75 bitrate= 291.2kbits/s frame= 2778 fps=307 q=10.4 size= 3782kB time=106.95 bitrate= 289.7kbits/s frame= 2930 fps=306 q=19.7 size= 3976kB time=112.90 bitrate= 288.5kbits/s frame= 3072 fps=305 q=14.7 size= 4160kB time=118.54 bitrate= 287.5kbits/s frame= 3215 fps=304 q=12.4 size= 4342kB time=124.50 bitrate= 285.7kbits/s frame= 3362 fps=304 q=11.6 size= 4532kB time=130.25 bitrate= 285.0kbits/s frame= 3510 fps=303 q=17.0 size= 4722kB time=136.10 bitrate= 284.2kbits/s frame= 3653 fps=303 q=11.8 size= 4908kB time=141.77 bitrate= 283.6kbits/s frame= 3798 fps=302 q=12.6 size= 5096kB time=147.96 bitrate= 282.2kbits/s frame= 3920 fps=300 q=27.8 size= 5350kB time=155.74 bitrate= 281.4kbits/s frame= 3920 fps=299 q=27.8 Lsize= 5396kB time=156.76 bitrate= 282.0kbits/s video:4118kB audio:1227kB global headers:0kB muxing overhead 0.956376% FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver --extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2) [wmv3 @ 0xa381c90]Extra data: 8 bits left, value: 0
Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/99': Duration: 00:02:35.84, start: 5.000000, bitrate: 154 kb/s Stream #0.0: Audio: wmav2, 16000 Hz, mono, s16, 16 kb/s Stream #0.1: Video: wmv3, yuv420p, 320x240, 134 kb/s, 15 tbr, 1k tbn, 1k tbc WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s [wmv3 @ 0xa381c90]Extra data: 8 bits left, value: 0 Output #0, mp4, to '/home/kartingc/public_html/flash/modules/video/files/99.mp4': Stream #0.0: Video: mpeg4, yuv420p, 176x144, q=2-31, 0 kb/s, 25 tbn, 25 tbc Stream #0.1: Audio: libmp3lame, 44100 Hz, mono, s16, 0 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 Press [q] to stop encoding frame= 229 fps= 0 q=0.0 size= 625kB time=11.73 bitrate= 436.3kbits/s frame= 398 fps=396 q=0.0 size= 861kB time=22.05 bitrate= 319.9kbits/s frame= 564 fps=374 q=0.0 size= 1184kB time=33.41 bitrate= 290.2kbits/s frame= 723 fps=359 q=0.0 size= 1433kB time=43.78 bitrate= 268.1kbits/s frame= 876 fps=348 q=0.0 size= 1705kB time=54.00 bitrate= 258.7kbits/s frame= 1046 fps=347 q=0.0 size= 2005kB time=65.15 bitrate= 252.1kbits/s frame= 1215 fps=345 q=0.0 size= 2279kB time=76.75 bitrate= 243.2kbits/s frame= 1369 fps=341 q=0.0 size= 2539kB time=86.67 bitrate= 240.0kbits/s frame= 1520 fps=336 q=0.0 size= 2826kB time=96.99 bitrate= 238.7kbits/s frame= 1672 fps=333 q=0.0 size= 3094kB time=107.23 bitrate= 236.4kbits/s frame= 1825 fps=330 q=0.0 size= 3322kB time=116.98 bitrate= 232.6kbits/s frame= 1980 fps=329 q=0.0 size= 3634kB time=128.00 bitrate= 232.6kbits/s frame= 2142 fps=328 q=0.0 size= 3953kB time=138.53 bitrate= 233.8kbits/s frame= 2290 fps=326 q=0.0 size= 4246kB time=148.56 bitrate= 234.1kbits/s frame= 2353 fps=320 q=0.0 Lsize= 4559kB time=156.84 bitrate= 238.1kbits/s video:3253kB audio:1227kB global headers:0kB muxing overhead 1.775252%
|
Hold on, did you mention that it would appear to play, but then doesn't? Can you tell me your folder and file permissions? BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Hold on, did you mention that it would appear to play, but then doesn't? Can you tell me your folder and file permissions?
755 -flash/modules/video
775 -flash/modules/video/files. I even tried setting flash/modules/video/files to 777 same crap
Do all files in flash/modules/video/files suppose to be set to 644 by default? thats what the script is setting them to by default.
So now I run the video again. and I get this Cron Output.
FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264
--enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora
--enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad
--enable-libfaac --enable-pthreads --disable-shared --enable-static
--enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver
--extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2)
Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 14.99 (15000/1001) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/102': Duration: 00:03:57.24, start: 3.000000, bitrate: 220 kb/s Stream #0.0: Video: wmv3, yuv420p, 240x180, 173 kb/s, 14.99 tbr, 1k tbn, 1k tbc Stream #0.1: Audio: 0x0162, 32000 Hz, mono, s16, 32 kb/s [ffmpeg_output @ 0x9d70130]auto-inserting filter 'scale' Output #0, image2, to '/home/kartingc/public_html/flash/modules/video/files/1264456501.jpg': Stream #0.0: Video: mjpeg, yuvj420p, 240x180, q=2-31, 200 kb/s, 90k tbn, 14.99 tbc Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop encoding frame= 1 fps= 0 q=0.0 Lsize= -0kB time=0.07 bitrate= -2.6kbits/s video:1kB audio:0kB global headers:0kB muxing overhead -101.740506% FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264
--enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora
--enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad
--enable-libfaac --enable-pthreads --disable-shared --enable-static
--enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver
--extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2)
Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 14.99 (15000/1001) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/102': Duration: 00:03:57.24, start: 3.000000, bitrate: 220 kb/s Stream #0.0: Video: wmv3, yuv420p, 240x180, 173 kb/s, 14.99 tbr, 1k tbn, 1k tbc Stream #0.1: Audio: 0x0162, 32000 Hz, mono, s16, 32 kb/s Output #0, flv, to '/home/kartingc/public_html/flash/modules/video/files/102.flv': Stream #0.0: Video: flv, yuv420p, 480x360, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream #0.1: Audio: libmp3lame, 44100 Hz, mono, s16, 64 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Unsupported codec (id=86056) for input stream #0.1 FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264
--enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora
--enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad
--enable-libfaac --enable-pthreads --disable-shared --enable-static
--enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver
--extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2)
Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 14.99 (15000/1001) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/102': Duration: 00:03:57.24, start: 3.000000, bitrate: 220 kb/s Stream #0.0: Video: wmv3, yuv420p, 240x180, 173 kb/s, 14.99 tbr, 1k tbn, 1k tbc Stream #0.1: Audio: 0x0162, 32000 Hz, mono, s16, 32 kb/s [ffmpeg_output @ 0x97a8130]auto-inserting filter 'scale' Output #0, image2, to '/home/kartingc/public_html/flash/modules/video/files/1264456501.jpg': Stream #0.0: Video: mjpeg, yuvj420p, 240x180, q=2-31, 200 kb/s, 90k tbn, 14.99 tbc Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop encoding frame= 1 fps= 0 q=0.0 Lsize= -0kB time=0.07 bitrate= -2.6kbits/s video:1kB audio:0kB global headers:0kB muxing overhead -101.740506% FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264
--enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora
--enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad
--enable-libfaac --enable-pthreads --disable-shared --enable-static
--enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver
--extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2)
Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 14.99 (15000/1001) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/102': Duration: 00:03:57.24, start: 3.000000, bitrate: 220 kb/s Stream #0.0: Video: wmv3, yuv420p, 240x180, 173 kb/s, 14.99 tbr, 1k tbn, 1k tbc Stream #0.1: Audio: 0x0162, 32000 Hz, mono, s16, 32 kb/s Output #0, flv, to '/home/kartingc/public_html/flash/modules/video/files/102.flv': Stream #0.0: Video: flv, yuv420p, 480x360, q=2-31, 200 kb/s, 1k tbn, 25 tbc Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop encoding frame= 167 fps= 0 q=31.0 size= 353kB time=6.68 bitrate= 433.2kbits/s frame= 349 fps=343 q=31.0 size= 644kB time=13.96 bitrate= 377.6kbits/s Error while decoding stream #0.0 frame= 526 fps=346 q=31.0 size= 957kB time=21.04 bitrate= 372.7kbits/s Error while decoding stream #0.0 frame= 712 fps=352 q=31.0 size= 1230kB time=28.48 bitrate= 353.7kbits/s frame= 889 fps=352 q=31.0 size= 1522kB time=35.56 bitrate= 350.7kbits/s Error while decoding stream #0.0 frame= 1061 fps=351 q=31.0 size= 1868kB time=42.44 bitrate= 360.6kbits/s frame= 1235 fps=350 q=31.0 size= 2154kB time=49.40 bitrate= 357.3kbits/s frame= 1400 fps=347 q=31.0 size= 2429kB time=56.00 bitrate= 355.4kbits/s Error while decoding stream #0.0 frame= 1578 fps=348 q=31.0 size= 2759kB time=63.12 bitrate= 358.0kbits/s frame= 1768 fps=351 q=31.0 size= 3020kB time=70.72 bitrate= 349.9kbits/s frame= 1949 fps=352 q=31.0 size= 3319kB time=77.96 bitrate= 348.8kbits/s frame= 2132 fps=353 q=31.0 size= 3604kB time=85.28 bitrate= 346.2kbits/s frame= 2311 fps=353 q=31.0 size= 3886kB time=92.44 bitrate= 344.4kbits/s frame= 2499 fps=354 q=24.8 size= 4144kB time=99.96 bitrate= 339.6kbits/s frame= 2671 fps=353 q=31.0 size= 4455kB time=106.84 bitrate= 341.6kbits/s frame= 2848 fps=353 q=31.0 size= 4769kB time=113.92 bitrate= 342.9kbits/s frame= 3031 fps=354 q=31.0 size= 5052kB time=121.24 bitrate= 341.3kbits/s frame= 3212 fps=354 q=31.0 size= 5343kB time=128.48 bitrate= 340.7kbits/s frame= 3400 fps=355 q=31.0 size= 5609kB time=136.00 bitrate= 337.8kbits/s frame= 3579 fps=355 q=24.8 size= 5916kB time=143.16 bitrate= 338.5kbits/s frame= 3762 fps=356 q=31.0 size= 6187kB time=150.48 bitrate= 336.8kbits/s frame= 3947 fps=356 q=31.0 size= 6445kB time=157.88 bitrate= 334.4kbits/s frame= 4121 fps=356 q=31.0 size= 6768kB time=164.84 bitrate= 336.4kbits/s frame= 4301 fps=356 q=31.0 size= 7062kB time=172.04 bitrate= 336.3kbits/s frame= 4476 fps=356 q=31.0 size= 7345kB time=179.04 bitrate= 336.1kbits/s frame= 4660 fps=356 q=31.0 size= 7615kB time=186.40 bitrate= 334.7kbits/s frame= 4835 fps=356 q=31.0 size= 7936kB time=193.40 bitrate= 336.2kbits/s frame= 5025 fps=356 q=31.0 size= 8195kB time=201.00 bitrate= 334.0kbits/s frame= 5199 fps=356 q=24.8 size= 8521kB time=207.96 bitrate= 335.7kbits/s Error while decoding stream #0.0 Error while decoding stream #0.0 frame= 5375 fps=356 q=31.0 size= 8834kB time=215.00 bitrate= 336.6kbits/s frame= 5559 fps=356 q=24.8 size= 9128kB time=222.36 bitrate= 336.3kbits/s frame= 5739 fps=356 q=24.8 size= 9421kB time=229.56 bitrate= 336.2kbits/s frame= 5923 fps=357 q=31.0 size= 9705kB time=236.92 bitrate= 335.6kbits/s Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 Error while decoding stream #0.0 frame= 6006 fps=359 q=31.0 Lsize= 9788kB time=240.24 bitrate= 333.8kbits/s video:9694kB audio:0kB global headers:0kB muxing overhead 0.969901% FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264
--enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora
--enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad
--enable-libfaac --enable-pthreads --disable-shared --enable-static
--enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver
--extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2)
Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 14.99 (15000/1001) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/102': Duration: 00:03:57.24, start: 3.000000, bitrate: 220 kb/s Stream #0.0: Video: wmv3, yuv420p, 240x180, 173 kb/s, 14.99 tbr, 1k tbn, 1k tbc Stream #0.1: Audio: 0x0162, 32000 Hz, mono, s16, 32 kb/s Output #0, mpeg, to '/home/kartingc/public_html/flash/modules/video/files/102.mpg': Stream #0.0: Video: mpeg1video, yuv420p, 480x360, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream #0.1: Audio: libmp3lame, 44100 Hz, mono, s16, 64 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Unsupported codec (id=86056) for input stream #0.1
|
Now I TRIED again and get this cron output, why is it not consistent???
Here's a screen capture of the files it creates when the video gets uploaded in flash/modules/video/file

This is a screen capture of admin/modules/Video...waiting to be approved

FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver --extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2) [wmv3 @ 0xa29ec90]Extra data: 8 bits left, value: 0
Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/103': Duration: 00:02:35.84, start: 5.000000, bitrate: 154 kb/s Stream #0.0: Audio: wmav2, 16000 Hz, mono, s16, 16 kb/s Stream #0.1: Video: wmv3, yuv420p, 320x240, 134 kb/s, 15 tbr, 1k tbn, 1k tbc [ffmpeg_output @ 0xa2dc770]auto-inserting filter 'scale' [wmv3 @ 0xa29ec90]Extra data: 8 bits left, value: 0 Output #0, image2, to '/home/kartingc/public_html/flash/modules/video/files/1264457402.jpg': Stream #0.0: Video: mjpeg, yuvj420p, 320x240, q=2-31, 200 kb/s, 90k tbn, 15 tbc Stream mapping: Stream #0.1 -> #0.0 Press [q] to stop encoding frame= 1 fps= 0 q=0.0 Lsize= -0kB time=0.07 bitrate= -2.6kbits/s video:2kB audio:0kB global headers:0kB muxing overhead -101.261468% FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver --extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2) [wmv3 @ 0x99a7c90]Extra data: 8 bits left, value: 0
Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/103': Duration: 00:02:35.84, start: 5.000000, bitrate: 154 kb/s Stream #0.0: Audio: wmav2, 16000 Hz, mono, s16, 16 kb/s Stream #0.1: Video: wmv3, yuv420p, 320x240, 134 kb/s, 15 tbr, 1k tbn, 1k tbc [wmv3 @ 0x99a7c90]Extra data: 8 bits left, value: 0 Output #0, flv, to '/home/kartingc/public_html/flash/modules/video/files/103.flv': Stream #0.0: Video: flv, yuv420p, 480x360, q=2-31, 200 kb/s, 1k tbn, 25 tbc Stream #0.1: Audio: libmp3lame, 44100 Hz, mono, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 Press [q] to stop encoding frame= 167 fps= 0 q=18.9 size= 227kB time=3.40 bitrate= 547.2kbits/s frame= 355 fps=351 q=6.5 size= 528kB time=10.45 bitrate= 414.1kbits/s frame= 507 fps=335 q=9.1 size= 727kB time=15.99 bitrate= 372.4kbits/s frame= 642 fps=318 q=14.3 size= 943kB time=21.55 bitrate= 358.3kbits/s frame= 785 fps=311 q=10.8 size= 1160kB time=27.17 bitrate= 349.7kbits/s frame= 930 fps=307 q=11.6 size= 1386kB time=32.76 bitrate= 346.5kbits/s frame= 1073 fps=304 q=11.9 size= 1613kB time=38.82 bitrate= 340.4kbits/s frame= 1220 fps=303 q=16.3 size= 1820kB time=44.38 bitrate= 335.9kbits/s frame= 1362 fps=300 q=11.9 size= 2000kB time=50.26 bitrate= 326.0kbits/s frame= 1503 fps=298 q=18.5 size= 2168kB time=55.56 bitrate= 319.6kbits/s frame= 1635 fps=295 q=19.1 size= 2358kB time=61.00 bitrate= 316.7kbits/s frame= 1778 fps=294 q=13.5 size= 2563kB time=66.82 bitrate= 314.3kbits/s frame= 1913 fps=292 q=17.2 size= 2749kB time=72.72 bitrate= 309.7kbits/s frame= 2057 fps=292 q=16.3 size= 2928kB time=78.37 bitrate= 306.1kbits/s frame= 2095 fps=277 q=19.8 size= 2975kB time=79.70 bitrate= 305.8kbits/s frame= 2103 fps=244 q=14.8 size= 2975kB time=79.70 bitrate= 305.8kbits/s frame= 2245 fps=247 q=16.5 size= 3156kB time=85.34 bitrate= 302.9kbits/s frame= 2383 fps=248 q=20.3 size= 3341kB time=90.80 bitrate= 301.4kbits/s frame= 2477 fps=241 q=16.2 size= 3471kB time=94.85 bitrate= 299.8kbits/s frame= 2480 fps=229 q=14.7 size= 3471kB time=94.85 bitrate= 299.8kbits/s frame= 2563 fps=227 q=16.8 size= 3597kB time=98.56 bitrate= 299.0kbits/s frame= 2697 fps=228 q=9.9 size= 3765kB time=103.55 bitrate= 297.9kbits/s frame= 2835 fps=230 q=11.4 size= 3961kB time=109.43 bitrate= 296.5kbits/s frame= 2983 fps=233 q=22.5 size= 4149kB time=114.73 bitrate= 296.2kbits/s frame= 3115 fps=234 q=19.0 size= 4319kB time=120.24 bitrate= 294.3kbits/s frame= 3250 fps=235 q=17.8 size= 4490kB time=125.67 bitrate= 292.6kbits/s frame= 3387 fps=236 q=13.5 size= 4680kB time=131.21 bitrate= 292.2kbits/s frame= 3522 fps=237 q=25.6 size= 4858kB time=136.67 bitrate= 291.2kbits/s frame= 3657 fps=238 q=18.6 size= 5041kB time=142.16 bitrate= 290.5kbits/s frame= 3795 fps=240 q=16.8 size= 5208kB time=147.70 bitrate= 288.9kbits/s frame= 3920 fps=240 q=31.0 size= 5418kB time=153.73 bitrate= 288.7kbits/s frame= 3920 fps=239 q=31.0 Lsize= 5525kB time=156.80 bitrate= 288.6kbits/s video:4143kB audio:1227kB global headers:0kB muxing overhead 2.895196% FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver --extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2) [wmv3 @ 0x912bc90]Extra data: 8 bits left, value: 0
Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/103': Duration: 00:02:35.84, start: 5.000000, bitrate: 154 kb/s Stream #0.0: Audio: wmav2, 16000 Hz, mono, s16, 16 kb/s Stream #0.1: Video: wmv3, yuv420p, 320x240, 134 kb/s, 15 tbr, 1k tbn, 1k tbc [wmv3 @ 0x912bc90]Extra data: 8 bits left, value: 0 Output #0, mpeg, to '/home/kartingc/public_html/flash/modules/video/files/103.mpg': Stream #0.0: Video: mpeg1video, yuv420p, 480x360, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream #0.1: Audio: libmp3lame, 44100 Hz, mono, s16, 64 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 Press [q] to stop encoding [mpeg1video @ 0x9176130]warning, clipping 1 dct coefficients to -255..255 frame= 177 fps= 0 q=18.4 size= 248kB time=4.05 bitrate= 501.8kbits/s frame= 300 fps=244 q=2.0 size= 450kB time=8.52 bitrate= 432.9kbits/s frame= 467 fps=270 q=6.3 size= 628kB time=14.58 bitrate= 352.9kbits/s frame= 612 fps=274 q=9.9 size= 842kB time=20.32 bitrate= 339.4kbits/s frame= 757 fps=277 q=9.9 size= 1062kB time=25.94 bitrate= 335.4kbits/s frame= 907 fps=280 q=11.9 size= 1292kB time=31.87 bitrate= 332.1kbits/s frame= 1052 fps=282 q=14.6 size= 1526kB time=38.22 bitrate= 327.1kbits/s frame= 1205 fps=284 q=14.3 size= 1738kB time=43.78 bitrate= 325.2kbits/s frame= 1353 fps=285 q=12.1 size= 1928kB time=49.87 bitrate= 316.7kbits/s frame= 1503 fps=287 q=15.1 size= 2112kB time=55.88 bitrate= 309.6kbits/s frame= 1657 fps=288 q=19.6 size= 2326kB time=62.01 bitrate= 307.3kbits/s frame= 1810 fps=290 q=16.4 size= 2540kB time=68.47 bitrate= 303.9kbits/s frame= 1968 fps=291 q=13.9 size= 2726kB time=74.50 bitrate= 299.7kbits/s frame= 2122 fps=293 q=12.5 size= 2932kB time=80.72 bitrate= 297.6kbits/s frame= 2273 fps=293 q=13.0 size= 3120kB time=86.67 bitrate= 294.9kbits/s frame= 2425 fps=294 q=11.6 size= 3304kB time=92.53 bitrate= 292.5kbits/s frame= 2575 fps=294 q=14.5 size= 3520kB time=98.98 bitrate= 291.3kbits/s frame= 2727 fps=294 q=14.9 size= 3730kB time=105.09 bitrate= 290.8kbits/s frame= 2877 fps=294 q=13.2 size= 3894kB time=110.73 bitrate= 288.1kbits/s frame= 3025 fps=294 q=17.3 size= 4108kB time=116.66 bitrate= 288.5kbits/s frame= 3173 fps=294 q=10.5 size= 4286kB time=122.54 bitrate= 286.5kbits/s frame= 3322 fps=295 q=14.3 size= 4480kB time=128.63 bitrate= 285.3kbits/s frame= 3470 fps=295 q=19.8 size= 4674kB time=134.35 bitrate= 285.0kbits/s frame= 3615 fps=294 q=14.0 size= 4858kB time=140.23 bitrate= 283.8kbits/s frame= 3767 fps=295 q=11.1 size= 5040kB time=146.21 bitrate= 282.4kbits/s frame= 3912 fps=294 q=12.4 size= 5244kB time=152.40 bitrate= 281.9kbits/s frame= 3920 fps=292 q=27.8 Lsize= 5396kB time=156.76 bitrate= 282.0kbits/s video:4118kB audio:1227kB global headers:0kB muxing overhead 0.956376% FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver --extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2) [wmv3 @ 0x914bc90]Extra data: 8 bits left, value: 0
Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 15.00 (15/1) Input #0, asf, from '/home/kartingc/public_html/flash/modules/video/files/103': Duration: 00:02:35.84, start: 5.000000, bitrate: 154 kb/s Stream #0.0: Audio: wmav2, 16000 Hz, mono, s16, 16 kb/s Stream #0.1: Video: wmv3, yuv420p, 320x240, 134 kb/s, 15 tbr, 1k tbn, 1k tbc WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s [wmv3 @ 0x914bc90]Extra data: 8 bits left, value: 0 Output #0, mp4, to '/home/kartingc/public_html/flash/modules/video/files/103.mp4': Stream #0.0: Video: mpeg4, yuv420p, 176x144, q=2-31, 0 kb/s, 25 tbn, 25 tbc Stream #0.1: Audio: libmp3lame, 44100 Hz, mono, s16, 0 kb/s Stream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1 Press [q] to stop encoding frame= 234 fps= 0 q=0.0 size= 625kB time=11.73 bitrate= 436.3kbits/s frame= 391 fps=388 q=0.0 size= 853kB time=21.84 bitrate= 320.1kbits/s frame= 554 fps=366 q=0.0 size= 1161kB time=32.47 bitrate= 292.9kbits/s frame= 722 fps=359 q=0.0 size= 1428kB time=43.47 bitrate= 269.1kbits/s frame= 887 fps=353 q=0.0 size= 1721kB time=54.62 bitrate= 258.0kbits/s frame= 1051 fps=349 q=0.0 size= 2012kB time=65.49 bitrate= 251.6kbits/s frame= 1203 fps=342 q=0.0 size= 2267kB time=76.28 bitrate= 243.4kbits/s frame= 1365 fps=340 q=0.0 size= 2539kB time=86.67 bitrate= 240.0kbits/s frame= 1519 fps=336 q=0.0 size= 2826kB time=96.99 bitrate= 238.7kbits/s frame= 1680 fps=334 q=0.0 size= 3110kB time=108.15 bitrate= 235.6kbits/s frame= 1848 fps=334 q=0.0 size= 3372kB time=118.88 bitrate= 232.3kbits/s frame= 1999 fps=331 q=0.0 size= 3673kB time=128.99 bitrate= 233.3kbits/s frame= 2153 fps=329 q=0.0 size= 3971kB time=139.21 bitrate= 233.7kbits/s frame= 2317 fps=329 q=0.0 size= 4284kB time=150.05 bitrate= 233.9kbits/s frame= 2353 fps=323 q=0.0 Lsize= 4559kB time=156.84 bitrate= 238.1kbits/s video:3253kB audio:1227kB global headers:0kB muxing overhead 1.775252%
|
|
I'm going to guess here but I bet your memory setting for the server itself is set too low... You are running out of memory before the conversion is complete. http://towtalk.net ... Hosted by Zarconia.net! |
I'm going to guess here but I bet your memory setting for the server itself is set too low... You are running out of memory before the conversion is complete.
Is there a place where I can adjust these settings?
|
I'm going to guess here but I bet your memory setting for the server itself is set too low... You are running out of memory before the conversion is complete.
Is there a place where I can adjust these settings?
Yes. Make sure your php.ini file includes the following settings:
register_globals=Off magic_quotes_gpc=On allow_url_fopen=On allow_url_include=Off upload_max_filesize=300M post_max_size=300M max_input_time=3000 max_execution_time=3000 memory_limit=128M short_open_tag=On
At least, I hope that's it. Unless SkyForum means the actual server itself, which would mean that it's out of your hands.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I'm going to guess here but I bet your memory setting for the server itself is set too low... You are running out of memory before the conversion is complete.
Is there a place where I can adjust these settings?
Yes. Make sure your php.ini file includes the following settings:
register_globals=Off magic_quotes_gpc=On allow_url_fopen=On allow_url_include=Off upload_max_filesize=300M post_max_size=300M max_input_time=3000 max_execution_time=3000 memory_limit=128M short_open_tag=On
At least, I hope that's it. Unless SkyForum means the actual server itself, which would mean that it's out of your hands.
I will update my php.ini to reflect settings above. Also the dedicated server has 2gb of physical memory.
|
I'm going to guess here but I bet your memory setting for the server itself is set too low... You are running out of memory before the conversion is complete.
Is there a place where I can adjust these settings?
Yes. Make sure your php.ini file includes the following settings:
register_globals=Off magic_quotes_gpc=On allow_url_fopen=On allow_url_include=Off upload_max_filesize=300M post_max_size=300M max_input_time=3000 max_execution_time=3000 memory_limit=128M short_open_tag=On
At least, I hope that's it. Unless SkyForum means the actual server itself, which would mean that it's out of your hands.
NO Luck :(
|
Ok, this is how I solved it. I was trying to do larger files and I was overrunning the memory I had set for the application. You need to increase your memory_limit adjustment. I think it defaults to 128M which I don't think is enough to complete the task of the average conversion and it fails. I set mine to unlimited by changing the value to -1. You can set yours higher if you want to maintain a limit. I'm the only one using my server so the security risk is minimal. I personally think you should set this value to 4 times whatever your largest uploads will be but I'm an idiot and you should check with someone more in the know than I am.
A few pics.... Here's my php config screen:

and here's my host tools screen

Good luck ...
http://towtalk.net ... Hosted by Zarconia.net! |
Ok, this is how I solved it. I was trying to do larger files and I was overrunning the memory I had set for the application. You need to increase your memory_limit adjustment. I think it defaults to 128M which I don't think is enough to complete the task of the average conversion and it fails. I set mine to unlimited by changing the value to -1. You can set yours higher if you want to maintain a limit. I'm the only one using my server so the security risk is minimal. I personally think you should set this value to 4 times whatever your largest uploads will be but I'm an idiot and you should check with someone more in the know than I am.
A few pics.... Here's my php config screen:
and here's my host tools screen
Good luck ...
I changed the memory to -1, same thing :(
All files get created in /files directory but still the video is at 00:00 :(
You think my CRON Job is not correct?
The ONLY CRON job I run is: * * * * */usr/local/bin/php -q /home/kartingc/public_html/periodic/cron.php
|

Can't evaluate installed modules message that I circled, is that normal? Also FFmpeg output, is it correct?
|
Mine shows dozens of different installed modules. I am not sure how to set that up but it does look like an issue
LOL! I'd get you a cap of it but I can't get into my server for some reason right now. Appears to be a DNS issue. HostForWeb is working on it....
http://towtalk.net ... Hosted by Zarconia.net! |
Mine shows dozens of different installed modules. I am not sure how to set that up but it does look like an issue
LOL! I'd get you a cap of it but I can't get into my server for some reason right now. Appears to be a DNS issue. HostForWeb is working on it....
Ok thanks...This is very frasturating!
|
Anyone else have any other ideas? Cause I am all of them :( |
Hello,
I am also facing same problem now! Everything was working fine until yesterday and now I get 00:00 in admin panel when I uploaded a 4.5M WMV file. But embed option is working fine and still I can add videos from youtube without any issues.
When I go to admn panel > videos and give a search for "pending" videos, I can see EMPTY message even if there are videos waiting for approval.
These 2 problems started to happen simultaneously. If everything was working fine and then suddenly why this happens? That means D7 is not stable? Please help to resolve it. Thanks.
|
Hello,
I am also facing same problem now! Everything was working fine until yesterday and now I get 00:00 in admin panel when I uploaded a 4.5M WMV file. But embed option is working fine and still I can add videos from youtube without any issues.
When I go to admn panel > videos and give a search for "pending" videos, I can see EMPTY message even if there are videos waiting for approval.
These 2 problems started to happen simultaneously. If everything was working fine and then suddenly why this happens? That means D7 is not stable? Please help to resolve it. Thanks.
Aneesh,
It looks like D7 might be unstable. I am having the EXACT issue. Another bug I see, I have my options set not to auto approve the video, and once the video gets processed the video still gets displayed on the site. I have tried EVERYTHING, all different type of permissions. I spoke to my host, they said something within the D7 script. Funny part, it was working from the beginning. Only difference I can see, my host installed Java for me and I installed RMS. I tried contacting boonex agents, one agent couldn't even get to the site, I guess he was having DNS issues, other's no reply. I don't know what to do anymore.
|
Hi,
Now I uloaded a video. In the admin panel I see that as 00:00 with an exact thumbnail. But I approved the video. Then I clicked the video and played fine without any issues. After the play I returned to admin panel and I could see the 0:00 changed to the actual time. But within no time I received an email from the server. I paste the email below. Some experts can understand if there is anything wrong with the crone.
==========================================================
FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver --extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2) Input #0, mpeg, from '/home/wmalluju/public_html/flash/modules/video/files/50': Duration: 00:00:15.38, start: 0.143500, bitrate: 1367 kb/s Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 352x288 [PAR 178:163 DAR 1958:1467], 1150 kb/s, 25 tbr, 90k tbn, 25 tbc Stream #0.1[0x1c0]: Audio: mp2, 44100 Hz, stereo, s16, 224 kb/s [ffmpeg_output @ 0x964ac30]auto-inserting filter 'scale' Output #0, image2, to '/home/wmalluju/public_html/flash/modules/video/files/1264957802.jpg': Stream #0.0: Video: mjpeg, yuvj420p, 352x288 [PAR 178:163 DAR 1958:1467], 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:12kB audio:0kB global headers:0kB muxing overhead -100.176466% FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver --extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2) Input #0, mpeg, from '/home/wmalluju/public_html/flash/modules/video/files/50': Duration: 00:00:15.38, start: 0.143500, bitrate: 1367 kb/s Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 352x288 [PAR 178:163 DAR 1958:1467], 1150 kb/s, 25 tbr, 90k tbn, 25 tbc Stream #0.1[0x1c0]: Audio: mp2, 44100 Hz, stereo, s16, 224 kb/s Output #0, flv, to '/home/wmalluju/public_html/flash/modules/video/files/50.flv': Stream #0.0: Video: flv, yuv420p, 480x360 [PAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 1k tbn, 25 tbc Stream #0.1: Audio: libmp3lame, 44100 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Press [q] to stop encoding frame= 75 fps= 0 q=19.7 size= 180kB time=2.77 bitrate= 533.6kbits/s frame= 147 fps=147 q=31.0 size= 332kB time=5.56 bitrate= 488.8kbits/s frame= 226 fps=150 q=31.0 size= 488kB time=8.78 bitrate= 455.1kbits/s frame= 302 fps=151 q=31.0 size= 665kB time=11.83 bitrate= 460.7kbits/s frame= 355 fps=141 q=31.0 size= 797kB time=14.03 bitrate= 465.7kbits/s frame= 382 fps=138 q=31.0 Lsize= 851kB time=15.02 bitrate= 464.0kbits/s video:718kB audio:117kB global headers:0kB muxing overhead 1.824349% FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver --extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2) Input #0, mpeg, from '/home/wmalluju/public_html/flash/modules/video/files/50': Duration: 00:00:15.38, start: 0.143500, bitrate: 1367 kb/s Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 352x288 [PAR 178:163 DAR 1958:1467], 1150 kb/s, 25 tbr, 90k tbn, 25 tbc Stream #0.1[0x1c0]: Audio: mp2, 44100 Hz, stereo, s16, 224 kb/s Output #0, mpeg, to '/home/wmalluju/public_html/flash/modules/video/files/50.mpg': Stream #0.0: Video: mpeg1video, yuv420p, 480x360 [PAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream #0.1: Audio: libmp3lame, 44100 Hz, stereo, s16, 64 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Press [q] to stop encoding frame= 80 fps= 0 q=18.2 size= 194kB time=2.98 bitrate= 533.7kbits/s frame= 160 fps=160 q=22.9 size= 326kB time=6.09 bitrate= 438.8kbits/s frame= 243 fps=162 q=21.7 size= 452kB time=9.48 bitrate= 390.5kbits/s frame= 324 fps=162 q=31.0 size= 586kB time=12.77 bitrate= 375.8kbits/s frame= 382 fps=163 q=31.0 Lsize= 694kB time=15.02 bitrate= 378.5kbits/s video:568kB audio:117kB global headers:0kB muxing overhead 1.281958% FFmpeg version SVN-r19066, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libmp3lame --enable-libxvid --enable-libx264 --enable-gpl --enable-libvorbis --enable-libogg --enable-libtheora --enable-liba52 --enable-libamr-nb --enable-libamr-wb --enable-libfaad --enable-libfaac --enable-pthreads --disable-shared --enable-static --enable-avfilter --enable-nonfree --disable-ffplay --disable-ffserver --extra-ldflags='-L/usr/lib -static' libavutil 50. 3. 0 / 50. 3. 0 libavcodec 52.30. 1 / 52.30. 1 libavformat 52.34. 0 / 52.34. 0 libavdevice 52. 2. 0 / 52. 2. 0 libavfilter 0. 5. 0 / 0. 5. 0 libswscale 0. 7. 1 / 0. 7. 1 built on Jul 1 2009 10:40:54, gcc: 4.1.2 (Gentoo 4.1.2 p1.0.2) Input #0, mpeg, from '/home/wmalluju/public_html/flash/modules/video/files/50': Duration: 00:00:15.38, start: 0.143500, bitrate: 1367 kb/s Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 352x288 [PAR 178:163 DAR 1958:1467], 1150 kb/s, 25 tbr, 90k tbn, 25 tbc Stream #0.1[0x1c0]: Audio: mp2, 44100 Hz, stereo, s16, 224 kb/s WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s Output #0, mp4, to '/home/wmalluju/public_html/flash/modules/video/files/50.mp4': Stream #0.0: Video: mpeg4, yuv420p, 176x144 [PAR 178:163 DAR 1958:1467], q=2-31, 0 kb/s, 25 tbn, 25 tbc Stream #0.1: Audio: libmp3lame, 44100 Hz, mono, s16, 0 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Press [q] to stop encoding frame= 190 fps= 0 q=0.0 size= 463kB time=7.52 bitrate= 503.7kbits/s frame= 376 fps=369 q=0.0 Lsize= 964kB time=15.02 bitrate= 525.6kbits/s video:838kB audio:117kB global headers:0kB muxing overhead 0.912193%
|
there's nothing wrong with it
it just shows you that the video was successfully converted you'll get an email like that every time you upload a video
|
Hi,
Now I uloaded a video. In the admin panel I see that as 00:00 with an exact thumbnail. But I approved the video. Then I clicked the video and played fine without any issues. After the play I returned to admin panel and I could see the 0:00 changed to the actual time. But within no time I received an email from the server. I paste the email below. Some experts can understand if there is anything wrong with the crone.
Aneesh,
What did you do different this time? Originaly your videos were not able to play, not they can play even tho they display 00:00 what changes have you made? My videos still don't play and still 00:00
|
D7 does have it's share of problems. But I do not think it is unstable. Although since it's release a whole of issues have been seen to be completely fixed.
For videos to work properly, just make sure that :
1. flash/modules/global/apps/ffmpeg.exe is of the following permission.
755 - The webserver running as CGI(suphp/suexec)
777 - The webserver running as DSO
2. Make sure that all folders under flash are of 755, especially the "files" folder. This is where the uploaded videos reside.
flash/modules/video/files/
Try this command to get do this : cd flash ; find . -type d | xargs chmod 755 ;
3. The cronjob is what makes everything possible. It initiates the video conversion. So once you've uploaded a video, it waits till the cron runs agian and only then gets converted. Once done, it will automatically show up under Videos. So possibly set this to run every minute.
* * * * * /usr/local/bin/php -q /absolute_path_to_dolphin/periodic/cron.php
This works all the time.
|
D7 does have it's share of problems. But I do not think it is unstable. Although since it's release a whole of issues have been seen to be completely fixed.
For videos to work properly, just make sure that :
1. flash/modules/global/apps/ffmpeg.exe is of the following permission.
755 - The webserver running as CGI(suphp/suexec)
777 - The webserver running as DSO
2. Make sure that all folders under flash are of 755, especially the "files" folder. This is where the uploaded videos reside.
flash/modules/video/files/
Try this command to get do this : cd flash ; find . -type d | xargs chmod 755 ;
3. The cronjob is what makes everything possible. It initiates the video conversion. So once you've uploaded a video, it waits till the cron runs agian and only then gets converted. Once done, it will automatically show up under Videos. So possibly set this to run every minute.
* * * * * /usr/local/bin/php -q /absolute_path_to_dolphin/periodic/cron.php
This works all the time.
Appreciate your feedback.
1. ffmpeg tried both 755/777
2. Just double checked now all folders within /flash are set to 755. All my files are set to 644, is this ok?
3. My cron job is: /usr/local/bin/php -q /home/*****/public_html/periodic/cron.php
video uploads no problem, .jpg, .flv, .mp4, .mpg all get created, I can even play the .mpg file offline if I manually down load it. When I upload the video I go to /admin/modules/video and see 00:00 for video time, after 3-4 minutes of processing the video gets reset back to 1 minute and still shows 00:00.
|
If your hosting with cirtex, you have to use their ffmpeg AND NOT the one dolphin uploads. Delete the ffmpeg that comes with dolphin and create a symbolic link from usually /usr/bin/ffmpeg to the location dolphin used. That fixed all my problems. |
If your hosting with cirtex, you have to use their ffmpeg AND NOT the one dolphin uploads. Delete the ffmpeg that comes with dolphin and create a symbolic link from usually /usr/bin/ffmpeg to the location dolphin used. That fixed all my problems.
I am not hosting with Cirtex.
|
If your hosting with cirtex, you have to use their ffmpeg AND NOT the one dolphin uploads. Delete the ffmpeg that comes with dolphin and create a symbolic link from usually /usr/bin/ffmpeg to the location dolphin used. That fixed all my problems.
I am not hosting with Cirtex.
Still might be worth looking in to. I doubt many hosts let users execute ANY files out of the designated /usr/bin
Just trying to help good luck to you.
|
If your hosting with cirtex, you have to use their ffmpeg AND NOT the one dolphin uploads. Delete the ffmpeg that comes with dolphin and create a symbolic link from usually /usr/bin/ffmpeg to the location dolphin used. That fixed all my problems.
I am not hosting with Cirtex.
Still might be worth looking in to. I doubt many hosts let users execute ANY files out of the designated /usr/bin
Just trying to help good luck to you.
I appreciate your input bud, but I am on a dedicated server, no restrictions, and I verified with my host if they are restricting anything on their dedicated managed servers and they said no.
|
Here some tests that you can do. First off, stop trying to "force view" the video from the admin panel. If the conversion process done by the Cron Job has not been completed, you will get errors.
If you can, delete all the videos that you have tried to upload that has failed. You can do this from the admin panel>modules>videos. You may also want to clear out the /flash/modules/video/files except for the needed php files. This way you can start fresh. Clear your /cache (except for .htaccess) and /cache_public directories.
Upload a video, fill in the info it needs (title, description, etc.) and click submit. From this point you should be able to click the "Not processed" tab and see this video you just uploaded. For a 5 meg file, I would consider waiting about 5-8 minutes. If you have not changed anything, the video should auto approve and display on the homepage under Public Videos once it has completed. DO NOT try to force it in the admin panel.
If the video NEVER processes and displays on the homepage, you can try this:
Via FTP, navigate to your /periodic folder and rename the .htaccess file to something like .htaccess.old. Then go directly to your cron.php via your internet browser (ex. www.mysite/periodic/cron.php). This WILL be a blank page and should take a few seconds to load. You may need to clear your cache and reload the page again. This will force the cron to work. See if the video is available for viewing now.
If that worked, it possible you have your cron job command misconfigured.
-Possibly need to remove the "local" out of /usr/local/bin/php
-You may need to include the path to your php.ini file in your cron command
Make sure you have POPEN and Shell_Exec enabled in our PHP Configuration.
You can view more ideas here:
http://www.boonex.com/unity/forums/#topic/Troubleshooting-Crons-Videos-Migrations-RMS.htm
Chris
Nothing to see here |
Here some tests that you can do. First off, stop trying to "force view" the video from the admin panel. If the conversion process done by the Cron Job has not been completed, you will get errors.
If you can, delete all the videos that you have tried to upload that has failed. You can do this from the admin panel>modules>videos. You may also want to clear out the /flash/modules/video/files except for the needed php files. This way you can start fresh. Clear your /cache (except for .htaccess) and /cache_public directories.
Upload a video, fill in the info it needs (title, description, etc.) and click submit. From this point you should be able to click the "Not processed" tab and see this video you just uploaded. For a 5 meg file, I would consider waiting about 5-8 minutes. If you have not changed anything, the video should auto approve and display on the homepage under Public Videos once it has completed. DO NOT try to force it in the admin panel.
If the video NEVER processes and displays on the homepage, you can try this:
Via FTP, navigate to your /periodic folder and rename the .htaccess file to something like .htaccess.old. Then go directly to your cron.php via your internet browser (ex. www.mysite/periodic/cron.php). This WILL be a blank page and should take a few seconds to load. You may need to clear your cache and reload the page again. This will force the cron to work. See if the video is available for viewing now.
If that worked, it possible you have your cron job command misconfigured.
-Possibly need to remove the "local" out of /usr/local/bin/php
-You may need to include the path to your php.ini file in your cron command
Make sure you have POPEN and Shell_Exec enabled in our PHP Configuration.
You can view more ideas here:
http://www.boonex.com/unity/forums/#topic/Troubleshooting-Crons-Videos-Migrations-RMS.htm
Chris
Chris,
I waited out for 10 minutes for the video to be processed. Still shows 00:00. I did not click on it. I checked the main site and the video did not show up, that's due to the fact that I have "Enable auto-activation for files" checked off.
From the main site I went to my videos and clicked on My Album, clicked the video folder, clicked "not processed" and "failed" and video shows up there with 00:00. Still did not click the video to play it.
I ran www.XXXX.com/periodic/cron.php manually, I see blank white screen. checked video again, same thing.
|
I waited out for 10 minutes for the video to be processed. Still shows 00:00. I did not click on it. I checked the main site and the video did not show up, that's due to the fact that I have "Enable auto-activation for files" checked off.
From the main site I went to my videos and clicked on My Album, clicked the video folder, clicked "not processed" and "failed" and video shows up there with 00:00. Still did not click the video to play it.
I ran www.XXXX.com/periodic/cron.php manually, instead of blank screen displays my site. The file is set to 644 permissions. I did rename the .htaccess file to .htaccess.old. Is it suppose to be set to 755 or 644 is fine?
If you ran cron.php manually and it displayed your site then something is wrong. Double check your .htaccess file and upload a new one taken from trac, upload a new cron.php and then try uploading and manually running the cron. Keep the .htaccess to its default permission.
|
I waited out for 10 minutes for the video to be processed. Still shows 00:00. I did not click on it. I checked the main site and the video did not show up, that's due to the fact that I have "Enable auto-activation for files" checked off.
From the main site I went to my videos and clicked on My Album, clicked the video folder, clicked "not processed" and "failed" and video shows up there with 00:00. Still did not click the video to play it.
I ran www.XXXX.com/periodic/cron.php manually, instead of blank screen displays my site. The file is set to 644 permissions. I did rename the .htaccess file to .htaccess.old. Is it suppose to be set to 755 or 644 is fine?
If you ran cron.php manually and it displayed your site then something is wrong. Double check your .htaccess file and upload a new one taken from trac, upload a new cron.php and then try uploading and manually running the cron. Keep the .htaccess to its default permission.
Correction: for some reason the first time i renamed the .htaccess it did not take, now i renamed it again, displays white screen. I get no emails of cron processing, just take 2 seconds to process manual cron and white screen
|
ISSUE RESOLVED:
* * * * * /usr/bin/php -c /home/sitedir/public_html/php.ini -q /home/sitedir/public_html/periodic/cron.php
|
Hi,
Now I uloaded a video. In the admin panel I see that as 00:00 with an exact thumbnail. But I approved the video. Then I clicked the video and played fine without any issues. After the play I returned to admin panel and I could see the 0:00 changed to the actual time. But within no time I received an email from the server. I paste the email below. Some experts can understand if there is anything wrong with the crone.
Aneesh,
What did you do different this time? Originaly your videos were not able to play, not they can play even tho they display 00:00 what changes have you made? My videos still don't play and still 00:00
I did not do anything! Now it seems ok. I dont know how. Nice to hear that your problem was solved.
|
The thing that got mine working was I had my /flash/modules/video/files directory set to 777 instead of 755. Dolphin knew the file was there and could even generate a thumbnail, but the reason it showed 00:00 is because it could not extract the data correctly. That is still weird to me. I thought 777 allowed everything...instead, restricting it with 755 makes the videos play. :-) |