Direkt zum Hauptbereich

Posts

Es werden Posts vom 2009 angezeigt.

ffmpeg wrapper for .net and java

Ok. I built a custom ffmpeg wrapper but it was just a dirty hack. it was not encapsulated clean.... it worked but it was just tooo ugly to develop some extension... wrapping looked something like this: THIS DOES NOT WORK it is refactored to death:    class MencoderSharp     {         public static bool mencoder(System.Uri infovdrpath, string ratio, System.Uri destinationpath, BackgroundWorker worker, bool deleteConverted,string audioparameter, string videoparamter, bool testRun, DoWorkEventArgs e)         {             int returncode = 0;             foreach (string sourcepath in Directory.GetFiles(infovdrpath.ToString().Substring(0, infovdrpath.ToString().Length - 9), "0*.vdr"))             {                 Process p = new Process();                 //p.StartInfo.WorkingDirectory = @"C:\whatever";                 p.StartInfo.FileName = @"mencoder.exe";                 // http://msdn.microsoft.com/de-de/library/system.diagnostics.processstar

Hardware Benchmarks

i already posted a link to futuremark, whom got a large number of graphiccards tested for performance, by the way i dont care for, but only five cpus. Tomshardware.com got under http://www.tomshardware.com/de/charts/prozessoren,6.html many cpus tested, whith great representative tests, like an xvidconbersation.

podcast and opml

hi, ok... keep is short: juice 2.2 is buggy. every opml export ends with an empty file. beyondpod is a great windowsmobilecatcher This http://reader.feedshow.com/goodies/opml/OPMLBuilder-create-opml-from-rss-list.php is an webapp to genereat realy fast an opml out of any webpages with a list of podcasts on it. Fm4 Podcasts: http://fm4v2.orf.at/station/212477/main Ö1 Podcasts: More Podcasts: http://www.podnova.com Videopodcasts: http://podcast.de/ Result with this opmtool: http://static.orf.at/fm4/podcast/fm4_comedy.xml http://static.orf.at/podcast/fm4/FM4_Im_Sumpf.xml http://static.orf.at/podcast/fm4/fm4_musikerziehung.xml http://static.orf.at/podcast/fm4/fm4_science_busters.xml http://static.orf.at/podcast/fm4/fm4_interview_podcast.xml http://static.orf.at/podcast/fm4/fm4_chez_hermes_extrawurscht.xml http://static.orf.at/podcast/fm4/fm4_projekt_x.xml http://static.orf.at/podcast/fm4/fm4_reality_check_podcast.xml http://static.orf.at/podcast/fm4/fm4_ombudsmann

crunchbang is even toller

Default Audiodevice: list: asoundconf list choose default device: asoundconf set-default-card http://www.cahilig.org/select-default-audio-device-ubuntu-804 Mount FTP of m7x0.org to stream and browse the recorded films for the commanline: curlftpfs -o allow_other ftp://root:l1nux@192.168.0.4/../media/disk-volume-0/video/ tv for fstab: curlftpfs# root:l1nux@192.168.0.4/../media/disk-volume-0/video/ /media/video fuse allow_other,uid=1000,rw,user 0 0 http://blog.mypapit.net/2007/05/how-to-use-ftp-filesystem-on-ubuntu-using-curlftpfs.html http://ubuntuforums.org/archive/index.php/t-441126.html

Mixed Settings, in combination of Skype for windows and Skype for windowsmobile

Buggy skype ----- Ursprüngliche Nachricht ----- Von: Skype English Support < en_support@skype.net > Gesendet: Montag, 17. August 2009 09:41 An: < honeypot@gmx.at > Betreff: Re: Mixed Settings, in combination of Skype for windows and Skype for windows mobile Hello, Thank you for contacting Skype Support. We are truly sorry to hear that you are having problems with the Skype on your device. This error is known by our development team and will be resolved in a future release of Skype. Stay tuned on http://www.skype.com/intl/en/download/skype/windowsmobile/ for updates and to get the latest Skype version. We apologize for the inconvenience. Best regards, Kaarel Skype Customer Support Visit www.skype.com for latest news, updates and tips. Original Message Follows: ------------------------ Name: Skype Name: E-mail: dumbyou@apple.com Subtopic: Mobile devices (Pocket PCs, Skype phones, etc.) Subject: Mixed Settings, in combination of Skype for windows and Skype for

scientology@adsense

ok. my adsense account is deleted.

encode2wmv

what is the only format which is from this century and can be shown by every windows out of box? jep. wmv. how can we create wmv? ffmpeg can create it, but only wmv2. VC-1 which is some kind of alternative to h.264 can not be encoded by ffmpeg. media encoder 9 could encode VC-1 but I don't like it. so: "C:\Programme\WinFF\ffmpeg.exe" -i "%1" -vcodec wmv2 -acodec wmav2 -b 1000kb -ab 160kb "%1.wmv" does the job.

skype is evil

remotedesktop, logmein.com , vnc are obsolate. at least you have to accept to use the evil skype. Why Skype is evil: http://ultraparanoid.wordpress.com/2007/06/19/why-skype-is-evil/ http://dandreadis.blogspot.com/2007/08/evil-skype.html

Anything2OggTheaora

So.... theora gets native support by ff3.5 . Great! At last a browser that is supported by all current OSs supports some kind of video native. buuuut .... how to get a wmvavisomekindofotherstuff into the right format? ffmpeg2theora example.avi http://v2v.cc/~j/ffmpeg2theora/examples.html u need to grab this (ready to run binaries): http://v2v.cc/~j/ffmpeg2theora/download.html howto get it convenient? I like to invoke the conversation through the explorer. you have to make a link between the extension and ffmpeg2theora. dont forget to put %1 between two quotes! works.

Chroot login debian

Use this script to get fast a chrooted login: http://www.fuschlberger.net/programs/ssh-scp-sftp-chroot-jail/ Direct link: http://www.fuschlberger.net/programs/ssh-scp-sftp-chroot-jail/make_chroot_jail.sh More documantation: http://www.fuschlberger.net/programs/ssh-scp-sftp-chroot-jail/make_chroot_jail.sh make_chroot_jail.sh: #!/bin/sh # # (c) Copyright by Wolfgang Fuschlberger # #    This program is free software; you can redistribute it and/or modify #    it under the terms of the GNU General Public License as published by #    the Free Software Foundation; either version 2 of the License, or #    (at your option) any later version. # #    This program is distributed in the hope that it will be useful, #    but WITHOUT ANY WARRANTY; without even the implied warranty of #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the #    GNU General Public License for more details. #    ( http://www.fsf.org/licenses/gpl.txt ) #################################

visual studio 2010 beta is here

Setup Wizard M740 Wizard

i was intrested in building some installer without visualstudio. inno setup ist does the job for free. I tested it by creating a setup for the m740 wizard . the result: copy everything under the directory "Files" in the directory of the iss-file and get the setup.exe out of "My Files\Inno Setup Examples Output". You need the setup? go here . comfortable ; -- M740Wizard.iss --; Installs M740Wizard [Setup]AppName=M740 WizardAppVerName=M740 Wizard version 0.7DefaultDirName={pf}\M740 WizardDefaultGroupName=M740 WizardUninstallDisplayIcon={app}\M740 Wizard.exeCompression=lzmaSolidCompression=yesOutputDir=userdocs:Inno Setup Examples Output [Files]Source: "Files\*"; DestDir: "{app}"; Flags: recursesubdirs [Icons]Name: "{group}\M740 Wizard"; Filename: "{app}\M740 Wizard.exe"

cat

thanks michael for the link

xmpp@j2me

Bombus http://bombus-im.org/wiki/bombus/help_english known to work     English Translation BombusMod   Translation Talkonaut http://www.talkonaut.com/    claims to support some kind of voip Lampiro   http://lampiro.bluendo.com/features Jabber Mix Client   http://jabbermixclient.sourceforge.net/ Jabber Mix Location   http://jabbermixclient.sourceforge.net/location.html implements locationpublishing

moldy inkcartiges

what to do, if your printer thinks that your cartige too old? 1. power your printer off 2. unplug the powerstrip 3. change the date of the connected pc to something past... i used straight 2 years in the past 4. plug power 5. turn printer on 6. be happy and print :-) http://forum.chip.de/drucker-scanner-multi-geraete/hp-2000c-ablaufdatum-patronen-resetten-651359.html#post4054643

asus wl500g premium

i have some discharged wl500g here with i want to play. Firmwareditris which supports asus wl-500g Premium [wikipedia, http://en.wikipedia.org/wiki/Asus_routers ] http://oleg.wl500g.info/ http://en.wikipedia.org/wiki/DD-WRT http://en.wikipedia.org/wiki/OpenWRT , known for supporting wlan in kamikaze [ http://www.mail-archive.com/debian-mips@lists.debian.org/msg06492.html ] http://en.wikipedia.org/wiki/FreeWRT http://en.wikipedia.org/wiki/Tomato_Firmware knocked out because tomata has no usb support on the wl500g http://en.wikipedia.org/wiki/Sveasoft but of course it have to be debian: http://wiki.wl500g.info/index.php/Debian%20Distribution http://wpkg.org/Running_Debian_on_ASUS_WL-500G_deluxe hm... what is the right for me... too much trees in this forest. bhä! seems to be some "no this is not supported" game.

negativ emotion statistic

what does google think sucks most? :-D i searched for some product and vendornames in combination with the word "sucks"... funny... google thinks, that apple sucks 31,83 times more than linux ... great. well i personly think that this is no relevant information! of course! ;-) for all who want to check this... i used google.de for research Keyword Hits 28.03.09 Vendor or Productname, Hitcount, Factor to the least "sucking" entity Apple, 10600000, 31,83 Google, 5570000, 16,73 Internetexplorer, 2770000, 8,32 Firefox, 2520000, 7,57 Yahoo, 1180000, 3,54 MacOS, 1100000, 3,3 Google, Chrome, 929000 2,79 Windows, 866000, 2,6 Microsoft, 448000, 1,35 Linux, 333000, 1

interfax fax.tc

intefax is a provider to send fax per mail. the trick is to remember how to format the emailadress. the adress has to look like this sample: + 497114909015@fax.tc yes fax is bad and stinky but some officials from the local administration still stick to it

what does google think about eclipse?

comic

h ttp://xkcd.com

Create a Setupprogramm

Howto create a setup without vs:                 csharp developer                      wix from sourceforge                 inno http://www.jrsoftware.org/isinfo.php http://www.microsoft.com/Downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef&displaylang=en

Green Toshiba

Like you can read here .... toshiba is the greenest pcmanufacture of the time. ... By the way... why does nintendo get the last place? the got the least powerconsumtion . i didn't read the summary from greenpeace.

vdr2xvid

Howto convert dvb-t2xvid? mencoder works great 4:3 Streams: Copy Audiostream mencoder 001.vdr -oac copy -aid 128 -ovc xvid -xvidencopts bitrate=800:threads=2:aspect=4/3 -vf scale -xy 720 -o <destinationpath> Reencode Audiostream (1st?) with Lame mencoder 001.vdr -oac mp3lame -ovc xvid -xvidencopts bitrate=800:threads=2:aspect=4/3 -vf scale -xy 720 -o <destinationpath> 16:9 Streams: mencoder 001.vdr -oac copy -aid 128 -ovc xvid -xvidencopts bitrate=800:threads=2:aspect=16/9 -vf scale -zoom -xy 720 -o <destinationpath> Testingparameter -endpos 6 Enhancemants: Xvid with quantizier instead of cbr vbr instead of cbr for lame

Building GCC requires GMP 4.1+ and MPFR 2.3.0+

Solution: sudo apt-get install libmpfr-dev By the way... .my .config: # CONFIG_PREFIX is not set CONFIG_BOOTLOADER = y CONFIG_GENERATE_ROOTFS_DIR = y # CONFIG_ROOTFS_DIR is not set # CONFIG_GENERATE_EXT2_ROOTFS_IMAGE is no set # CONFIG_EXT2_ROOTFS_SIZE is not set # CONFIG_EXT2_ROOTFS_IMG is not set # CONFIG_GENERATE_CRAM_ROOTFS_IMAGE = y CONFIG_CRAMFS_NEEDS_SWAP = y # CONFIG_CRAM_ROOTFS_IMG is not set CONFIG_GENERATE_SQUASH_ROOTFS_IMAGE = y # CONFIG_SQUASH_ROOTFS_IMG is not set # type is m740 or m750s CONFIG_M7X0_TYPE = m740 CONFIG_BUSYBOX = y # CONFIG_GDB is not set CONFIG_ZLIB = y # CONFIG_ZLIB_STATIC is not set # CONFIG_READLINE is not set # CONFIG_NCURSES is not set # CONFIG_BASH is not set CONFIG_DOSFSTOOLS = y CONFIG_E2FSPROGS = y CONFIG_LIRC = y CONFIG_PURE-FTPD = y # CONFIG_MINI-SENDMAIL is not set CONFIG_SSMTP = y CONFIG_EGCS = y CONFIG_VDR = y CONFIG_VDR_TREE = andreas-unstable # CONFIG_VDR_LOCAL_PATH is not set CONFIG_VDR-PLUGINS = unstable/epgsearch unstable/filebrowser uns

Kill UAC

Perosonally I think, that UAC is something good for the "normal" User. But... its anoying if you are an developer. Try to put this in somthing like killuac.vb: '// 1337H4x Written by _____________ '//                    (12 year old) Set WshShell = WScript.CreateObject("WScript.Shell") '// Toggle Start menu WshShell.SendKeys("^{ESC}") WScript.Sleep(500) '// Search for UAC applet WshShell.SendKeys("change uac") WScript.Sleep(2000) '// Open the applet (assuming second result) WshShell.SendKeys("{DOWN}") WshShell.SendKeys("{DOWN}") WshShell.SendKeys("{ENTER}") WScript.Sleep(2000) '// Set UAC level to lowest (assuming out-of-box Default setting) WshShell.SendKeys("{TAB}") WshShell.SendKeys("{DOWN}") WshShell.SendKeys("{DOWN}") WshShell.SendKeys("{DOWN}") '// Save our changes WshShell.SendKeys("{TAB}") WshShell.SendK

Howto show the index of an directory with apache2

Not tested, but should work afaik the man Works great: File: /path/to/vhosts/domain.com/conf/vhost.conf <Directory "/var/www/vhosts/domain/httpdocs/"> Options +Indexes </Directory> "/var/www/vhosts/domain/httpdocs/" can be any subdirectory Edit: Seems like i forgot something http://forum.parallels.com/showthread.php?t=79272

exhilarant musicvideos

Bobby Conn - Without You http://www.youtube.com/watch?v=9CF0DiPTNbo Electric Six - * http://www.youtube.com/watch?v=HTN6Du3 ..... Yello - Oh Yeah (1985) http://www.youtube.com/watch?v=gqU_0xpILIU Liam Lynch: United States of Whatever http://www.youtube.com/watch?v=Xz7_3n7xyDg By the way... if you want to take something from youtube offline you could try http://keepvid.com/

Windows Search and OpenOffice 3.0

Hi, I got this working a few months ago. I want to index Documents from Openoffice. Google Desktop Search is evil. Copernic Desktop Search became Adwaresupported. I don't remember why but yahoo or whatever was not acceptable by some reason too. Is there any other Desktopsearchengine with Openofficesupport? What you need: Windows Desktop Search StarOffice/OpenOffice IFilter (1.4 works with oo3.0) (free for noncommercial use) You need to modify your registry (you could paste this into an install.reg file or download it from here ): Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\IFilterShop\SOFilter] "Install_Dir"="C:\\Programme\\IFilterShop\\SOFilter" "TempPath"="C:\\WINDOWS\\temp" Of course you have to alter the pathes to be valid. By the way: This is also documented in the readme that shows up after installing the IFilter... but its not realy enduserfriendly written. After that i think (i already said, that it some months