Wednesday, 19 January 2011

Eye Candy on Windows 7

This is a screenshot from my Windows 7 a litle app called HTC Home, a eye candy for my desktop.
links:
http://htchome.codeplex.com/
http://www.htchome.org/en/
Download:
http://www.mirrorcreator.com/files/UYNHT8PX/HTC_Home_2.zip_links

Saturday, 1 January 2011

WINE: Remove menu Programs list.

WINE, Wine is a compatibility layer for Linux that let you run Windows programs.
Some programs are easy to install other not but in the end if you look over the net you will find a solution for how to install your program. Them you maybe have to look again over the net to find how to uninstall some software for them end up with Wine menu entries that point to the software that no longer is install on the system,


this is the Wine menu entries that no longer exist, how to remove them?
Very easy open your Home folder by click on Places/Home Folder/home/youname/.local/share/applications/wine and delete the software folders that you uninstall,

maybe first you have to change folder preferences by Folder/Edit/Preferences/Views and enable "show hidden and backup files".
Them your wine menu will be clean only with the software that you have installed,
so maybe this help you same way.

Friday, 10 December 2010

Encode 3 D to 2 D in Avidemux "update"

3 D top/bottom to 2 D in Avidemux




The video explain the "how to" but I will upload some screenshots to help.
Tools
OS Ubuntu
Avidemux
TO ENCODE 2 D TO 3 D
go to this web page http://3dvision-blog.com/converting-2d-videos-to-3d-using-virtualdub-and-the-avisynth-script/

Why 3 D to 2 D?
well this has made because I have too encode one movie sterioscopic "3 D" to 2 D my system is not good (I don't have all hardware). So I add to found a solution for encode 3 D to 2 D, I goggle it but only found how to encode (convert) to 2 D to 3 D. Them came to me the idea try this on MEgui, well the result has amazing, but this as made on Windows, and I want try to on Ubuntu in Avidemux, so I use the sample of 3dvision-blog.com to make this "how to".

"how to"
This is on Ubuntu 10.10 64bit this sample of the "how to" take 30min to encode on my laptop 2hz coredue 2GB memory, your miles may very.
Start, go to Applications, Sound & Video, Avidemux, (if you don't have this install it, using Software centre),
locate the file to encode (convert) by click on open,
the stereoscopic "3 D" look like this, we need change the video codec, audio & format, we want keep the quality so for video MPEG-4 AVC, audio AC-3, format MKV.
after you choose the video codec, you can use configure, for the encode,
encode by ["encode mode" (single or dual pass)], ["target size" (if is for a single dvd 4Gb], or ["quantizer" (big number to low, from 51 to 0, but 51 bad quality 0 best quality).
by default the max ref. frames are 3, but I use 4, don't go over 6, software like multiAVC will claim about it.
"filters" menu where we need change a few thing for the best end result,
on transform filter use resize, crop & resize but this is only necessary only like this case the sample is 3000x800 so resize first to 1280x720, them crop 640 & resize again to 1280x720,
                                           3000x800 to 1280x720

destination 16:9 and lanczos3, [on MEgui is lanczos4]
screenshot of correct sise 1280x720, now crop,
half of 1280 is 640 input that on with and click enter (return key),
choose from left or right to crop in to half,
them resize again to 1280x720, from the filters menu you have to use for this first resise MPayer,then crop and last resize with avisynth,

screenshot after all the settings apply,
save the file for Avidemux start the encode, my is avt.mkv, in Avidemux you have to add .mkv to the end of the file and after the encode  use the MKmerge to change the internal name of the file "tag" for the name that you want.
Mkmerge gui

in Mkmerge, file segment title, under global tab is "Avidemux", change for the name that you want or clear it, is up to you. MEgui you don't need do this, so that it I hope this will help someone.
The end result to compare here: http://dl.dropbox.com/u/16165934/avt.mkv

Friday, 3 December 2010

JDownloader your Manager

After doing the latest update to Ubuntu 1010, Jdownloader stopped working, so I had to install it again. I went to the web site and click on the download link to Linux and this time I used the script.

This is a bit confusing to understand because the instructions on the web site is vague , so the reason of this post. Click Download jd.sh. Then right click, "jd.sh" file
Properties, Permissions, click, "allow executing file as program". Opens the terminal,

and using the "cd" command to change directory to the location where the "jd.sh" file. Now you use this command "chmod + x jd.sh", this command causes the script executable I think, clouse terminal, click on "jd.sh" file and a window will appear,

click run in terminal now "jd" will be installed, when you finish the installation, click "jd.sh" file,

and again a window will appear, click Run. Now is the time to create the launcher of the program,

the top panel click "add to panel",

choose "custom applicatiom launcher"

icon can be found at "/.jd" folder,

name "!!", command, I change the "jd.sh" file to "/.jd" directory,

and this is the end of the installation of jdownloader, maybe it helps someone.