Beiträge von netgrabber

    Ich hatte einige Videos auf meiner Platte die ich nicht mit vdr (mplayer-plugin) abspielen konnte.
    Es handelte sich dabei um Videos mit einer auflösung von 320*240
    Das mplayer.sh script (0.8.6) wollte das Bild immer mit scale=352:384 scalieren. Damit kommt mplayer offensichtlich nicht klar. Daher hab ich nen kleinen Hack gemacht.


    Das ist wohl keine saubere Lösung für mich aber sauber genug :)



    Einfach in Zeile 542 folgendes reinschreiben.

    Code
    if test $NEW_Y -eq "384" -a $NEW_X -eq "352"; then NEW_Y="288"; fi

    Es liegt offensichtlich an der auflösung. wenn ich das selbe video auf 640*480 hochskaliere kann ich es abspielen. Wenn ich mplayer manuell starte geht es auch.


    Da ist wohl irgendwo ein bug im mplayer.sh script.

    During the night of 22nd to 23rd December 2005, while everybody is preparing for Christmas, the French Parliament will rule about the "DADVSI" law. This vote will be made with minimal discussion, as an "emergency" has been declared on this law.


    This law is the French transcription of the european EUCD (European Union Copyright Directive) text, which itself comes from the american DMCA (Digital Millenium Copyright Act).
    The main goal of this law is to restrict the rights of digital content purchasers. It most notably forbids them from working around technical content protection measures.
    Doing so, writing or publishing software allowing to do so, or even merely talking about ways to do so becomes an offence that can be punished with three years in jail.


    VideoLAN is directly impacted, most notably for its DVD reading capability (all Linux DVD reading software has the same problem). Should this law be passed, this would seriously hinder VLC's development.


    The french website eucd.info collects a large number of related articles and documentation, and has a dedicated english-speaking section.

    Ich möchte gerne wissen wie das Lied anzeigen kann welches ich momentan mit meiner VDR Station abspiele (mp3 plugin) und zwar ohne den Fernseher einschalten zu müßen.
    Mit dem Control Plugin sehe ich zwar das OSD aber nicht die Ausgabe vom mp3 plugin. Jemand eine Idee?

    Hallo ich verwende die aktuelle VDR Version von gentoo vdr-1.3.34-r2


    Im Menüpunkt 1 sehe ich immer nur die aktuell laufende Sendung wenn ich den sender wechsle sehe ich zusätzlich noch das darauf folgende Programm. Früher hatte ich dor eine übersicht der nächsten 2-5 Tage. Der Fehler tritt bei jedem Sender auf.


    Ich habe folgende Karte:
    techotrend 1.6 premium (dvb-s)
    technisat airstar 2 (dvb-t)


    folgende patches sind installiert
    vdr-1.3.34-shutdown-retry.diff
    vdr-1.3.32-daemon.patch
    bigpatch-current.diff
    vdr-1.3.30-s*.diff


    DVB Treiber sind die aktuellen CVS (26.10.2005)
    Firmware: dvb-ttpci-01.fw-261f


    Ich habe folgende Plugins installiert:
    sc
    mplayer
    mp3
    femon
    taste
    timeline
    control


    vdradmind habe ich auch installiert (0.96-r2)