avconv benchmark on different machines

I’m preforming some benchmark tests on avconv in two different machines..
One is a cloud hosting plan, with a SSD disk and 512Mb of RAM, running Ubuntu 13.

  • Cloud hosting
    • SSD disk
    • 512Mb RAM
  • PowerEdge 850
    • SATA2 RAID 0
    • 1Gb RAM

pjrfigueiredo@pornrack:~/playground$ avconv -i 038_CarRide_wmv1.wmv -vcodec libtheora -q:v 10 -codec:a libvorbis -q:a 5 -threads 0 video.ogv -benchmark
avconv version 0.8.6-4:0.8.6-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers
 built on Apr 2 2013 17:02:36 with gcc 4.6.3
[wmv3 @ 0x1e2ac00] Extra data: 8 bits left, value: 0
Input #0, asf, from '038_CarRide_wmv1.wmv':
 Metadata:
 WM/ToolName : Flip4Mac WMV Export Component for QuickTime (Mac)
 WM/ToolVersion : 2211
 Duration: 00:18:22.96, start: 0.000000, bitrate: 1722 kb/s
 Stream #0.0(eng): Audio: wmav2, 48000 Hz, 2 channels, s16, 64 kb/s
 Stream #0.1(eng): Video: wmv3 (Main), yuv420p, 640x480, 1651 kb/s, 29.97 tbr, 1k tbn, 1k tbc
[buffer @ 0x1e2c3a0] w:640 h:480 pixfmt:yuv420p
[wmv3 @ 0x1e2ac00] Extra data: 8 bits left, value: 0
Output #0, ogg, to 'video.ogv':
 Metadata:
 WM/ToolName : Flip4Mac WMV Export Component for QuickTime (Mac)
 WM/ToolVersion : 2211
 encoder : Lavf53.21.1
 Stream #0.0(eng): Video: libtheora, yuv420p, 640x480, q=2-31, 200 kb/s, 29.97 tbn, 29.97 tbc
 Stream #0.1(eng): Audio: libvorbis, 48000 Hz, 2 channels, s16
Stream mapping:
 Stream #0:1 -> #0:0 (wmv3 -> libtheora)
 Stream #0:0 -> #0:1 (wmav2 -> libvorbis)

 

 

frame=33057 fps= 38 q=0.0 Lsize= 460907kB time=1102.70 bitrate=3424.1kbits/s
video:447619kB audio:11251kB global headers:7kB muxing overhead 0.442450%
bench: utime=846.380s maxrss=20460kB

 

frame=33057 fps= 19 q=0.0 Lsize= 460907kB time=1102.70 bitrate=3424.1kbits/s
video:447619kB audio:11251kB global headers:7kB muxing overhead 0.442450%
bench: utime=1783.184s maxrss=19548kB

CPU information Cloud Hosting

processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 2
model name : QEMU Virtual CPU version 1.0
stepping : 3
microcode : 0x1
cpu MHz : 2299.998
cache size : 4096 KB
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl pni vmx cx16 popcnt hypervisor lahf_lm
bogomips : 4599.99
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:

 

CPU information PowerEdge 850

processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 2.80GHz
stepping : 1
microcode : 0x17
cpu MHz : 2799.984
cache size : 1024 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc pebs bts nopl pni dtes64 monitor ds_cpl cid cx16 xtpr
bogomips : 5599.96
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 2.80GHz
stepping : 1
microcode : 0x17
cpu MHz : 2799.984
cache size : 1024 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 0
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc pebs bts nopl pni dtes64 monitor ds_cpl cid cx16 xtpr
bogomips : 5599.96
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.