Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 9th June 2009, 15:27   #4301  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by Kurtnoise View Post
you see...I was right.

Furthermore, your video bitrate is quite huge...
So what determines when the video gets adjusted?
rack04 is offline   Reply With Quote
Old 9th June 2009, 16:37   #4302  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,816
Probably this table http://en.wikipedia.org/wiki/H.264#Levels
Atak_Snajpera is offline   Reply With Quote
Old 12th June 2009, 20:41   #4303  |  Link
beto
Temet Nosce
 
beto's Avatar
 
Join Date: May 2005
Location: São Paulo
Posts: 44
Hi all, I have an issue with a movie and I hope someone can help me out. Please bear with me. Although I am not a video encoding noob I am not an expert either.

I have this DVD movie that I want to play in my portable device. Tech specs here. It is a 4:3 30fps movie.

I loaded it into meGUI and converted it to XviD using the following options:

profile: Unrestricted 2-pass Balanced
size: 640x480 resize to mod 16 autocrop
AVIsynth: minimal noise and spline36 filters

It encodes ok but when I try to play it in the portable player it stutters all the time. I don't have this problem with other movies I encoded with meGUI. I noticed that after encoding I get a 23.970fps video framerate instead of the original 30fps. Could that be the cause? If so how do I solve this problem?

Don't worry about audio or subtitles because I have these under control. My problem is the video stuttering.

Thanks in advance for the help.
__________________
http://volutabro.blogspot.com
beto is offline   Reply With Quote
Old 13th June 2009, 12:17   #4304  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
that's why you chosen the wrong preset. if you look more carefully you will find there is a "2-pass Balanced (HomeTheatre)" preset. Use that instead.
Sharktooth is offline   Reply With Quote
Old 13th June 2009, 23:13   #4305  |  Link
MidKnight_1
Registered User
 
Join Date: May 2009
Posts: 5
Hello,

I'm trying to encode an AVI but strange things seem to be happening when I am in AVIsynth script creator. From within AVIsynth script creator I select the source file and the video preview window opens up - this looks fine. The number of frames for the AVI looks about what I would expect at 60 000 area. After I save the AVIsynth script, the video preview window refreshes but now the number of frames is significantly less, only showing about 2 000 frames. This isn't just an issue with the video preview window because when I run the queued jobs, it really is only doing the 2 000 frames.

I've never experienced this problem before. Somehow the majority of the frames are dropping off. Any assistance would be greatly appreciated.

My thanks,
MK
MidKnight_1 is offline   Reply With Quote
Old 14th June 2009, 02:48   #4306  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
Sharktooth is offline   Reply With Quote
Old 14th June 2009, 03:26   #4307  |  Link
MidKnight_1
Registered User
 
Join Date: May 2009
Posts: 5
Hi sharktooth,

I don't know what to say here. It's plain jane. The only option I checked was 'clever anamorphic' and then save! After saving, the video preview window shows the reduced number of frames. It's actually no different than anything I have done for over a hundred re-encodes so no idea whats up here....
MidKnight_1 is offline   Reply With Quote
Old 14th June 2009, 03:39   #4308  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
save the .avs and play it back on a directshow media player.
if it's still shorter than the source, then there is some problems in either the source or the decoder used by avisynth.
in both cases, not posting your .avs script, will not help to identify the problem.
Sharktooth is offline   Reply With Quote
Old 14th June 2009, 06:19   #4309  |  Link
MidKnight_1
Registered User
 
Join Date: May 2009
Posts: 5
I didn't know you could play avs files in the media player - I learn something new!

Yes, it is still shorter. It only appears to show the first 1 minute and 40 seconds. What I don't understand is that the source plays just fine, it's just this odd behaviour.

Here is the avs script....nothing special at all.
Code:
# Set DAR in encoder to 16 : 9. The following line is for automatic signalling
global MeGUI_darx = 16
global MeGUI_dary = 9
AVISource("C:\My Documents\Trading\DAX\DAX_20090415.avi", audio=false)
#deinterlace
#crop
#resize
#denoise
I'm not sure how to proceed here. Maybe I should just not do this one and keep it as the original AVI. All these logs are taking a lot of space though so would like to shrink them down with MKVs.

Last edited by MidKnight_1; 14th June 2009 at 07:03.
MidKnight_1 is offline   Reply With Quote
Old 14th June 2009, 14:11   #4310  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
ok, it could be the decoder. AVISource uses VFW decoder instead of DirectShow. That means there could be differencies between the playback of the avi file in your player and the playback of the avisynth script.
you can try with DirectShowSource(".......") in place of AVISource and see if it fixes the problem.
Sharktooth is offline   Reply With Quote
Old 14th June 2009, 16:09   #4311  |  Link
Inspector.Gadget
Registered User
 
Join Date: May 2008
Posts: 1,618
I've had a problem lately with neverending encodes when using a DGM file created by DGMPGDecNV and otherwise treated as usual with the AVS Script Creator and other MeGUI tools. This has occurred whether using XviD or x264, and what happens is an encode will hit 99%+ completion and then run indefinitely at some encoding rate while the file never gets bigger and the time remaining never decreases. Please find below links to everything relevant:

DGM File: http://pastebin.ca/1460029
AVS Script: http://pastebin.ca/1460031
MeGUI log: http://pastebin.ca/1460033
Inspector.Gadget is offline   Reply With Quote
Old 14th June 2009, 21:11   #4312  |  Link
MidKnight_1
Registered User
 
Join Date: May 2009
Posts: 5
Quote:
Originally Posted by Sharktooth View Post
ok, it could be the decoder. AVISource uses VFW decoder instead of DirectShow. That means there could be differencies between the playback of the avi file in your player and the playback of the avisynth script.
you can try with DirectShowSource(".......") in place of AVISource and see if it fixes the problem.
That was the problem! Thank you!!!
MidKnight_1 is offline   Reply With Quote
Old 15th June 2009, 01:26   #4313  |  Link
MidKnight_1
Registered User
 
Join Date: May 2009
Posts: 5
Uggg...this is the re-encode from hell.

Using the directshowsource() worked great for the video but then the audio was still stopping just after the first 2000 odd frames. I extracted the stream from within VDub mod, pulled it into meGUI as the audio source and re-muxed. Almost there now....The one catch now is that the audio gets progressively out of sync. I have read through the search function of the forum that this is from an incorrect framerate used but I don't understand how to set this right. Is this in the muxing area? Or is this within the avisynth script?

My sincere thanks in advance,
MK
MidKnight_1 is offline   Reply With Quote
Old 15th June 2009, 23:13   #4314  |  Link
alexcel
Registered User
 
Join Date: Jul 2008
Posts: 56
one click encoder crashes on 0.3.1.1043

It gives a .NET Framework error

Error registering DragDrop just after d2v creator pass

Here is the log for the error

Code:
************** Texto de la excepción **************
System.InvalidOperationException: Error al registrar DragDrop. ---> System.Threading.ThreadStateException: El subproceso actual debe establecerse en el modo de subprocesamiento controlado simple (Single Thread Apartment, STA) para poder realizar llamadas OLE. Asegúrese de que la función Main tiene marcado STAThreadAttribute.
   en System.Windows.Forms.Control.SetAcceptDrops(Boolean accept)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en System.Windows.Forms.Control.SetAcceptDrops(Boolean accept)
   en System.Windows.Forms.Control.OnHandleCreated(EventArgs e)
   en System.Windows.Forms.TextBoxBase.OnHandleCreated(EventArgs e)
   en System.Windows.Forms.TextBox.OnHandleCreated(EventArgs e)
   en System.Windows.Forms.Control.WmCreate(Message& m)
   en System.Windows.Forms.Control.WndProc(Message& m)
   en System.Windows.Forms.TextBoxBase.WndProc(Message& m)
   en System.Windows.Forms.TextBox.WndProc(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Ensamblados cargados **************
mscorlib
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
MeGUI
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 0.3.1.1043
    Código base: file:///C:/Program%20Files%20(x86)/megui/MeGUI.exe
----------------------------------------
System.Windows.Forms
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.XML.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Xml.resources/2.0.0.0_es_b77a5c561934e089/System.Xml.resources.dll
----------------------------------------
jt-eyzdv
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
ymlzm_oi
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
nc5_0ave
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
p8ohpjmq
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
uwe3mlwh
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
utm2v0mi
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
xg9s-on1
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
b1bgkohm
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
yyv5yp9k
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
fcdg6db9
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
m18-mloz
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
dgjivl3d
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
co7oy3df
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
4e1ufiox
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
ejms5rop
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
yihbsef5
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Accessibility
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
umxtjntk
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
e6oz3hqz
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
System.Management
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
rltqbtou
    Versión del ensamblado: 0.3.1.1043
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
mscorlib.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.4016 (NetFxQFE.050727-4000)
    Código base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
MediaInfoWrapper
    Versión del ensamblado: 0.7.16.0
    Versión Win32: 0.7.16.0
    Código base: file:///C:/Program%20Files%20(x86)/megui/MediaInfoWrapper.DLL
----------------------------------------

************** Depuración JIT **************
Para habilitar la depuración Just In Time (JIT), el archivo de configuración de esta
aplicación o equipo (machine.config) debe tener el
valor jitDebugging establecido en la sección system.windows.forms.
La aplicación también se debe compilar con la depuración
habilitada

Por ejemplo:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Cuando esté habilitada la depuración JIT, cualquier excepción no controlada
se enviará al depurador JIT registrado en el equipo
en lugar de controlarlo mediante el cuadro de diálogo.
Megui logs show no errors, as I pressed continue at the .Net error window.

here are the megui logs

Code:
[Warning] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.1.1043
--[NoImage] OS : Windows Vista Business Edition x64 SP2 (6.0.131072.6002)
--[NoImage] Framework used : 2.0 SP1 (2.0.50727.4016)
-[Information] Hardware
--[NoImage] CPU : Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz
-[Information] Log for job1 (idx, VTS_02_1.VOB -> nims island.d2v)
--[Information] [15/06/2009 23:55:23] Started handling job
--[Information] [15/06/2009 23:55:23] Preprocessing
--[NoImage] Job commandline: "C:\Program Files (x86)\megui\tools\dgindex\dgindex.exe" -SD=< -AIF=<E:\Ultimas\NIMS_ISLAND\VIDEO_TS\VTS_02_1.VOB< -OF=<E:\Ultimas\NIMS_ISLAND\VIDEO_TS\nims island< -exit -hide -OM=1 -TN=82,80
--[Information] [15/06/2009 23:55:23] Indexing started
--[NoImage] Standard output stream
--[NoImage] Standard error stream
--[Information] [15/06/2009 23:57:30] Running auto force film
---[NoImage] Film percentage: -1
--[Information] [15/06/2009 23:57:31] Postprocessing
---[Information] OneClick postprocessor
----[NoImage] Desired size: null
----[NoImage] Split size: null
----[NoImage] Auto-detect aspect ratio now: True
----[NoImage] Aspect ratio: 1,823361
----[NoImage] Output resolution: 720x432
----[NoImage] AVC level: Level 3.1
----[NoImage] Resolution adjusted for AVC Level: 720x432
----[NoImage] Automatic deinterlacing: True
----[NoImage] Deinterlacing used: #Not doing anything because the source is progressive
----[NoImage] Generated Avisynth script
-----[NoImage] global MeGUI_darx = 238
-----[NoImage] global MeGUI_dary = 97
-----[NoImage] DGDecode_mpeg2source("E:\Ultimas\NIMS_ISLAND\VIDEO_TS\nims island.d2v", info=3)
-----[NoImage] ColorMatrix(hints=true, threads=0)
-----[NoImage] #Not doing anything because the source is progressive
-----[NoImage] Undot() # Minimal Noise
----[Information] Eliminating duplicate filenames
-----[NoImage] Video output file: E:\Ultimas\NIMS_ISLAND\VIDEO_TS\nims island_Video.mkv
-----[NoImage] Muxed output file: E:\Ultimas\NIMS_ISLAND\VIDEO_TS\nims island.mkv
---[Information] Deleting intermediate files
--[Information] [16/06/2009 0:06:20] Job completed
Thanks for the help!!!
alexcel is offline   Reply With Quote
Old 15th June 2009, 23:27   #4315  |  Link
Arshad07
Jeremy Duncan Fan
 
Arshad07's Avatar
 
Join Date: Aug 2008
Location: London, UK
Posts: 238
Cant enqueue audio in the latest version of megui....the 0.3.1.1043 one
Arshad07 is offline   Reply With Quote
Old 16th June 2009, 02:59   #4316  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
Arshad07: very usefull info without a log...
Sharktooth is offline   Reply With Quote
Old 16th June 2009, 05:19   #4317  |  Link
Arshad07
Jeremy Duncan Fan
 
Arshad07's Avatar
 
Join Date: Aug 2008
Location: London, UK
Posts: 238
^ There's no log. When i press Enqueue, nothing happens. Thats it.

Last edited by Arshad07; 16th June 2009 at 07:14.
Arshad07 is offline   Reply With Quote
Old 16th June 2009, 07:43   #4318  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
and why do you think it's megui's fault ?
Kurtnoise is offline   Reply With Quote
Old 16th June 2009, 08:59   #4319  |  Link
Arshad07
Jeremy Duncan Fan
 
Arshad07's Avatar
 
Join Date: Aug 2008
Location: London, UK
Posts: 238
Quote:
Originally Posted by Kurtnoise View Post
and why do you think it's megui's fault ?
and why not?
Arshad07 is offline   Reply With Quote
Old 16th June 2009, 09:08   #4320  |  Link
Arshad07
Jeremy Duncan Fan
 
Arshad07's Avatar
 
Join Date: Aug 2008
Location: London, UK
Posts: 238
Here's a flash to show that even though i enqueue, its not being queued

http://www.sendspace.com/file/b86276

Open in IE or FF.....
Arshad07 is offline   Reply With Quote
Reply

Tags
megui


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:11.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.