Beiträge von pille2011

    Das sieht dann so aus

    Code
    vdr-transcode {
        mp4 : x() { /bin/echo -odir /media/Media_Kiste/Filme/AAA mp4 > $1/vt.conf; }; x
        }

    Ist das richtig?


    Es wird keine *.mp4 gespeichert sondern die originale*.ts

    Im log steht folgendes


    Was mache ich falsch?


    Das ganze sieht jetzt so aus

    Code
    vdr-transcode {
        mp4 : x() { /bin/echo -o mp4 > $1/vt.conf; }; x
        Start : vt --as &
        inf : x() { /usr/local/bin/vt -i $1 --inf; }; x
        }

    Hoffe das ist so richtig


    Wenn ich dann auf Start drücke friert das OSD ein,Ist das normal?