Skip to content

Nuudelisoppa

  • Archives
  • DVD Jon Fairplays Apple

    DVD Jon has […] reverse-engineered Apple’s Fairplay and is starting to license it to companies who want their media to play on Apple’s devices.

    GigaOM via BlogsNow

    2006/10/03
  • Songbird 0.2 Screencast

    I’ve mentioned Songbird before. They’ve recently released a public test version (Test Flight, as they call it) of an upcoming version 0.2 and I think it looks pretty cool in the accompanying demo screencast.

    2006/10/01
  • All you need is ubuntu

    BBC via BlogsNow

    2006/09/29
  • Real-time HTML editor

    Type HTML in the textarea above, and it will magically appear in the frame below.

    J. Ruderman via BlogsNow

    2006/09/26
  • Widon't Plugin

    Shaun Inman is sharing a WordPress plugin for solving the widow problem. A widow is a single word on a line by itself at the end of a paragraph and is considered bad style. (Via del.icio.us/skrubu/.)

    2006/09/26
  • DVDStyler: assertion "useimg" failed: file "subgen-image.c", line 726

    spumux capabilities/limitations says the error message in the title is usually due to using too many colors. For me it was caused by the use of a background color for a button font in DVDStyler. Once I removed the background color and erased the temp directory, the menu generating went smoothly. In order to make the font stand out from its background, I darkened the background image from underneath it.

    Addition: For a text button with lots of words, this error seems to pop up even though the color limitation mentioned above is met. I followed an advice given on DVDStyler forums and manually enlarged the width and height of a problematic button and that seems to have worked. What an annoying glitch…

    2006/09/25
  • Deinterlace and IVTC with AviSynth, TDeint and EED2

    How to IVTC:

    For TFF clips:
    AssumeTFF()
    Interp = SeparateFields().SelectEven().EEDI2(field=1)
    Deinted=TDeint(order=1,field=1,edeint=Interp)
    TFM(mode=6,order=1,PP=7,slow=2,mChroma=true,Clip2=Deinted)
    TDecimate(mode=1)

    For BFF clips:
    Interp = SeparateFields().SelectEven().EEDI2(field=0)
    Deinted = TDeint(order=0,field=0,edeint=Interp)
    TFM(mode=6,order=0,PP=7,slow=2,mChroma=true,Clip2=Deinted)
    TDecimate(mode=1)

    How to Deinterlace:

    For TFF clips:
    AssumeTFF()
    Interp = SeparateFields().SelectEven().EEDI2(field=1)
    TDeint(order=1,field=1,edeint=Interp)

    For BFF clips:
    Interp = SeparateFields().SelectEven().EEDI2(field=0)
    TDeint(order=0,field=0,edeint=Interp)

    How to Bob:

    For TFF Clips:
    Interp = SeparateFields().EEDI2(field=3)
    TDeint(mode=1,order=1,edeint=Interp)

    For BFF Clips:
    Interp = SeparateFields().EEDI2(field=2)
    TDeint(mode=1,order=0,edeint=Interp)

    Chainmax @ doom9
    acronym titles added

    2006/09/23
  • Oikeuskansleri: Tietosuojalain valmistelussa puutteita

    Oikeuskansleri Paavo Nikula on tänään antanut lausuntonsa liikenne- ja viestintäministeriölle sen valmistelemasta luonnoksesta sähköisen viestinnän tietosuojalain muuttamiseksi. Oikeuskanslerin mukaan lainsäädäntöuudistuksen valmistelussa on havaittavissa puutteita, joiden arviointiin on syytä kiinnittää huomiota.

    Oikeuskansleri via Tietokone

    2006/09/21
  • USB Rechargeable Battery

    USBcell.com via Knuttz’s

    2006/09/21
  • Crime Scene: Installation for 2 computers

    M. Jacobsen via Linkdump

    2006/09/20
←Previous Page
1 … 134 135 136 137 138 … 214
Next Page→

Nuudelisoppa

Good Noodles.

Twenty Twenty-Five

Designed with WordPress