Dark-Cracker
23rd May 2006, 20:57
Hi,
long time no see :)
i have been keep busy with my work and my social life :) but i still work on some tools during my free time.
It's the first public release of this alpha version.
It's a software to made distributed encoding using realproducer.
it work on the Local Arena Network.
It's ENTIRELY based on the tool 9dublan developped by Akab0b i have however made a lot of changes for the encoder core.
But remember it's an ALPHA version so avoid to made real backup using this tool but you can always try it on some samples :)
RESTRICTION :
- This tool work on some win2k / winxp OS
- You need to install avisynth and a yv12 codec on each slave machine.
- You need to use an .avs for input file.
- You need to finish the first pass on each slave in order the process could start the second pass.
- You need to delete manually then tempory file one the encoding is finish.
HOW TO USE :
- uncompress the archive in a folder.
- launch the Landub client .exe and enter manualy the ip of each computer connected on your network.
- copy the Landub server folder on each slave machine, launch the .exe and select the producer path and select "Start" [server] in the application menu.
- in the client application, once you have finish to enter the ip list, click in the menu "connect all" and it will connect to each server started on the slave machine.
- Rip the dvd in a folder, create the .d2v file in the SAME folder of the .vob file, select the option real path in the dgindex tool. créate a .avs file with the crop, resize... (if you use external filter think to copy them in the SAME folder.
include the audio in the .avs file (using wavsource or nicaudio plugin) then SHARE THE FOLDER WITH READ AND WRITE ACCESS
Exemple of script :
# PLUGINS
LoadPlugin("DGDECODE.DLL")
LoadPlugin("COLORMATRIX.DLL")
LoadPlugin("TDEINT.DLL")
LoadPlugin("REMOVEGRAIN.DLL")
Loadplugin("NICAUDIO.dll")
#
# LIMIT MEMORY USE
SetMemoryMax(192)
#
# VIDEO SOURCE
Video=Mpeg2Source("returner.d2v")
audio = NicAC3Source("VTS_11_1 T01 2_0ch 192Kbps DELAY 0ms.ac3").delayaudio(0)
#
# DEINTERLACE Using TDEINT
Video=TDeint(Video,order=1,type=3,sharp=false)
#
# CROPPING
Video=Crop(Video,2,86, -2, -80, align=true)
#
# RESIZING
Video=BicubicResize(Video,712,384,0,0.5)
#
# REMOVEGRAIN FILTER
Video=RemoveGrain(Video, mode=2)
#
# KEEP MPEG2 Color Conversion
Video=ColorMatrix(Video)
#
# FINISH
Return(AudioDub(Video,audio))
- Check your avs file is correctly displayed in a video player when you open it using the UNC path (ex : "\\XXX.XXX.XXX.XXX\shared_folder\test.avs" where XXX.XXX.XXX.XXX is you IP address)
- once your folder is shared, return in the client and select "create project"; enter the UNC input path, a project name, the bitrate wanted and the audio codec + flavor. then press the create button. (it will create a new folder with the project name entered, and create N .avs file separated for each slave based on the CPU frequency of each slave).
- open the project, select thread reset in the menu and push the start encode button..... and cross your fingers.
- once all it's finish, select in the menu "Build Project" then you will have a .bat file generated, execute it and it will join all the part of the movie.
Any comment, suggestions are welcome, but plz keep in mind it's only an alpha version still bugged and still some rooms to improve it.
DOWNLOAD LINK (http://dark.pluridis.org/downloads/LanDub_alpha_v0.1.zip)
SCREENSHOT (http://dark.pluridis.org/pictures/images/Landub.jpg)
Enjoy.
Bye
long time no see :)
i have been keep busy with my work and my social life :) but i still work on some tools during my free time.
It's the first public release of this alpha version.
It's a software to made distributed encoding using realproducer.
it work on the Local Arena Network.
It's ENTIRELY based on the tool 9dublan developped by Akab0b i have however made a lot of changes for the encoder core.
But remember it's an ALPHA version so avoid to made real backup using this tool but you can always try it on some samples :)
RESTRICTION :
- This tool work on some win2k / winxp OS
- You need to install avisynth and a yv12 codec on each slave machine.
- You need to use an .avs for input file.
- You need to finish the first pass on each slave in order the process could start the second pass.
- You need to delete manually then tempory file one the encoding is finish.
HOW TO USE :
- uncompress the archive in a folder.
- launch the Landub client .exe and enter manualy the ip of each computer connected on your network.
- copy the Landub server folder on each slave machine, launch the .exe and select the producer path and select "Start" [server] in the application menu.
- in the client application, once you have finish to enter the ip list, click in the menu "connect all" and it will connect to each server started on the slave machine.
- Rip the dvd in a folder, create the .d2v file in the SAME folder of the .vob file, select the option real path in the dgindex tool. créate a .avs file with the crop, resize... (if you use external filter think to copy them in the SAME folder.
include the audio in the .avs file (using wavsource or nicaudio plugin) then SHARE THE FOLDER WITH READ AND WRITE ACCESS
Exemple of script :
# PLUGINS
LoadPlugin("DGDECODE.DLL")
LoadPlugin("COLORMATRIX.DLL")
LoadPlugin("TDEINT.DLL")
LoadPlugin("REMOVEGRAIN.DLL")
Loadplugin("NICAUDIO.dll")
#
# LIMIT MEMORY USE
SetMemoryMax(192)
#
# VIDEO SOURCE
Video=Mpeg2Source("returner.d2v")
audio = NicAC3Source("VTS_11_1 T01 2_0ch 192Kbps DELAY 0ms.ac3").delayaudio(0)
#
# DEINTERLACE Using TDEINT
Video=TDeint(Video,order=1,type=3,sharp=false)
#
# CROPPING
Video=Crop(Video,2,86, -2, -80, align=true)
#
# RESIZING
Video=BicubicResize(Video,712,384,0,0.5)
#
# REMOVEGRAIN FILTER
Video=RemoveGrain(Video, mode=2)
#
# KEEP MPEG2 Color Conversion
Video=ColorMatrix(Video)
#
# FINISH
Return(AudioDub(Video,audio))
- Check your avs file is correctly displayed in a video player when you open it using the UNC path (ex : "\\XXX.XXX.XXX.XXX\shared_folder\test.avs" where XXX.XXX.XXX.XXX is you IP address)
- once your folder is shared, return in the client and select "create project"; enter the UNC input path, a project name, the bitrate wanted and the audio codec + flavor. then press the create button. (it will create a new folder with the project name entered, and create N .avs file separated for each slave based on the CPU frequency of each slave).
- open the project, select thread reset in the menu and push the start encode button..... and cross your fingers.
- once all it's finish, select in the menu "Build Project" then you will have a .bat file generated, execute it and it will join all the part of the movie.
Any comment, suggestions are welcome, but plz keep in mind it's only an alpha version still bugged and still some rooms to improve it.
DOWNLOAD LINK (http://dark.pluridis.org/downloads/LanDub_alpha_v0.1.zip)
SCREENSHOT (http://dark.pluridis.org/pictures/images/Landub.jpg)
Enjoy.
Bye