Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2012-08-17 15:40:07

hodmedia
Member
Registered: 2011-10-15
Posts: 159
Website

Mobile Not Working(Solved)

my videos convert fine and everything but when i tick convert to mobile they dont show up under mobile i looked in the mobile error log and saw this error  PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/ffmpeg.so' - libavcodec.so.51: cannot open shared object file: No such file or directory in Unknown on line 0 that error means it cant find that modual but i have that module installed in that directory so i dont understand why its not working

Last edited by hodmedia (2012-08-17 17:08:48)

Offline

#2 2012-08-17 16:04:28

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Mobile Not Working(Solved)

You do not need ffmpeg-php. Please check /wehre/aspro/is/installed/tmp/logs/video_id.log and you will see the error.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2012-08-17 16:15:20

hodmedia
Member
Registered: 2011-10-15
Posts: 159
Website

Re: Mobile Not Working(Solved)

so i should uninstall ffmpeg-php? here an log info of a video that didnt show up on mobile

Preparing video for mobile conversion!
/usr/local/bin/ffmpeg -i '/home//public_html/media/videos/mp4/2694.mp4' -y -vcodec libx264 -threads 0 -aspect 4:3 -s 640x480 -b:v 1800k -f ipod -acodec libfaac -ac 2 -ab 128k -ar 44100 -vprofile baseline -level 1.3 -preset slow '/home/hoezonde/public_html/media/videos/mobile/2694.nomov.mp4'
ffmpeg version N-43525-gffda8f0 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 13 2012 22:21:50 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-version3
  libavutil      51. 69.100 / 51. 69.100
  libavcodec     54. 52.100 / 54. 52.100
  libavformat    54. 23.100 / 54. 23.100
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  9.100 /  3.  9.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home//public_html/media/videos/mp4/2694.mp4':
  Metadata:
    metadatacreator : Yet Another Metadata Injector for FLV - Version 1.8
    hasKeyframes    : true
    hasVideo        : true
    hasAudio        : true
    hasMetadata     : true
    canSeekToEnd    : true
    datasize        : 25260573
    videosize       : 22531648
    audiosize       : 2673437
    lasttimestamp   : 266
    lastkeyframetimestamp: 266
    lastkeyframelocation: 25262138
  Duration: 00:04:26.07, start: 0.000000, bitrate: 759 kb/s
    Stream #0:0: Video: h264 (Main), yuv420p, 640x480 [SAR 39:40 DAR 13:10], 676 kb/s, 9.17 tbr, 1k tbn, 18.33 tbc
    Stream #0:1: Audio: aac, 44100 Hz, mono, s16, 76 kb/s
Unknown encoder 'libfaac'

can you please tell me how to fix this error i might have to enable libfaac for ffmpeg let me give that atry

Last edited by hodmedia (2012-08-17 17:09:13)

Offline

#4 2012-08-17 16:17:50

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Mobile Not Working(Solved)

You need to re-compile ffmpeg and add support for libfaac.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#5 2012-08-17 16:54:33

hodmedia
Member
Registered: 2011-10-15
Posts: 159
Website

Re: Mobile Not Working(Solved)

thanks adrian i recompiled ffmpeg with  --libfaac enabled and it worked smile

Offline

#6 2012-08-18 05:15:15

hodmedia
Member
Registered: 2011-10-15
Posts: 159
Website

Re: Mobile Not Working(Solved)

i have a new error here the log

FLV: convert=0, meta=1
FLV: no conversion...copying original file to /home/hoezonde/public_html/media/videos/flv/2762.nometa.flv
FLV: processed!
FLV: update meta!
/usr/bin/yamdi -i /home/hoezonde/public_html/media/videos/flv/2762.nometa.flv -o /home/hoezonde/public_html/media/videos/flv/2762.flv -c Adult Script Pro-1.0

HD: convert=0, moov=1
HD: no conversion ... copying original file to /home/hoezonde/public_html/media/videos/mp4/2762.nomov.mp4
HD: processed
HD: relocating moov atom
Relocation moov atom (using moovrelocator)..
/usr/local/bin/ffmpeg -ss 21 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/1.jpg!
/usr/local/bin/ffmpeg -ss 42 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/2.jpg!
/usr/local/bin/ffmpeg -ss 63 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/3.jpg!
/usr/local/bin/ffmpeg -ss 84 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/4.jpg!
/usr/local/bin/ffmpeg -ss 105 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/5.jpg!
/usr/local/bin/ffmpeg -ss 126 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/6.jpg!
/usr/local/bin/ffmpeg -ss 147 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/7.jpg!
/usr/local/bin/ffmpeg -ss 168 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/8.jpg!
/usr/local/bin/ffmpeg -ss 189 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=277
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/9.jpg!
/usr/local/bin/ffmpeg -ss 210 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=277
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=189
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/10.jpg!
/usr/local/bin/ffmpeg -ss 231 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=277
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=189
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=100
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/11.jpg!
/usr/local/bin/ffmpeg -ss 252 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=277
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=189
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=100
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=11
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/12.jpg!
/usr/local/bin/ffmpeg -ss 273 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=277
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=189
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=100
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=11
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=282
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/13.jpg!
/usr/local/bin/ffmpeg -ss 294 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=277
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=189
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=100
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=11
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=282
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=193
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/14.jpg!
/usr/local/bin/ffmpeg -ss 315 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=277
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=189
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=100
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=11
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=282
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=193
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=105
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/15.jpg!
/usr/local/bin/ffmpeg -ss 336 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=277
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=189
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=100
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=11
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=282
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=193
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=105
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=16
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/16.jpg!
/usr/local/bin/ffmpeg -ss 357 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=277
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=189
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=100
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=11
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=282
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=193
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=105
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=16
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=286
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/17.jpg!
/usr/local/bin/ffmpeg -ss 378 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=277
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=189
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=100
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=11
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=282
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=193
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=105
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=16
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=286
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=198
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/18.jpg!
/usr/local/bin/ffmpeg -ss 399 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=277
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=189
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=100
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=11
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=282
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=193
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=105
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=16
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=286
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=198
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=109
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/19.jpg!
/usr/local/bin/ffmpeg -ss 420 -i '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv' -f image2 -s 160x120 -an -vframes 2 -y /home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=268
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=180
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=91
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=2
video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=273
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=184
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=96
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=7
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=277
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=189
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=100
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=11
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=282
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=193
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=105
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=16
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=286
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=198
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=109
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
ffmpeg version N-43410-ga0d1502 Copyright (c) 2000-2012 the FFmpeg developers
  built on Aug 17 2012 18:46:55 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52)
  configuration: --enable-gpl --enable-postproc --enable-nonfree --enable-postproc --enable-avfilter --enable-pthreads --enable-libxvid --enable-libx264 --enable-libmp3lame --enable-libfaac --disable-ffserver --disable-ffplay
  libavutil      51. 67.100 / 51. 67.100
  libavcodec     54. 51.100 / 54. 51.100
  libavformat    54. 22.104 / 54. 22.104
  libavdevice    54.  2.100 / 54.  2.100
  libavfilter     3.  7.100 /  3.  7.100
  libswscale      2.  1.101 /  2.  1.101
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
Input #0, flv, from '/home/hoezonde/public_html/tmp/uploads/Rid3 baby Rid3.flv':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
  Duration: 00:07:11.25, start: 0.000000, bitrate: 1248 kb/s
    Stream #0:0: Video: vp6f, yuv420p, 320x240, 1175 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 64 kb/s
Output #0, image2, to '/home/hoezonde/public_html/tmp/thumbs/2762/%03d.jpg':
  Metadata:
    lasttimestamp   : 431
    datasize        : 66823968
    metadatacreator : FlixEngineLinux_8.0.17.2 (www.on2.com)
    canSeekToEnd    : true
    videosize       : 63373715
    audiosize       : 3450253
    encoder         : Lavf54.22.104
    Stream #0:0: Video: mjpeg, yuvj420p, 160x120, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (vp6f -> mjpeg)
Press [q] to stop, [?] for help
frame=    2 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.06 bitrate=   0.0kbits/s dup=0 drop=20
video:6kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000000%
Copying thumb /home/hoezonde/public_html/tmp/thumbs/2762/002.jpg -> /home/hoezonde/public_html/media/videos/tmb/000/002/762/20.jpg!

Offline

#7 2012-08-18 06:54:48

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Mobile Not Working(Solved)

The file was not converted to mobile. Also you dont seem to have qt-faststart. Please install qt-faststart.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#8 2012-08-18 12:06:59

hodmedia
Member
Registered: 2011-10-15
Posts: 159
Website

Re: Mobile Not Working(Solved)

i followed the steps to install QT FastStart but when i do which qt-faststar to find the path it returns nothing i dont know why its doing that

Offline

#9 2012-08-18 13:41:14

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Mobile Not Working(Solved)

When you upload a single video? Not from FTP, does it convert to mobile?


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#10 2012-08-18 13:42:52

hodmedia
Member
Registered: 2011-10-15
Posts: 159
Website

Re: Mobile Not Working(Solved)

i managed to fix qt-faststar which broke ffmpeg ffmpeg: error while loading shared libraries: libswresample.so.0: cannot open shared object file: No such file or directory
ran ldconfig
ldconfig: /usr/lib/libswresample.so.0 is not a symbolic link

Offline

#11 2012-08-18 14:24:31

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Mobile Not Working(Solved)

You need to uninstall ffmpeg, then re-install ffmpeg and when you compile ffmpeg, do a make tools/qt-faststart and then qt-faststart is build and then you copy it from tools/qt-faststart.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#12 2012-08-18 18:45:13

hodmedia
Member
Registered: 2011-10-15
Posts: 159
Website

Re: Mobile Not Working(Solved)

i fixed it all working now....im not messing with ffmpeg again lol thanks adrian

Offline

Board footer

Powered by FluxBB