Beiträge von Polytheus

    Vielen Dank!
    Dann werd ich wohl alles nochmal Capturen...

    EDIT: Irgendwie hab ich probleme mit dem mencoder unter Linux yuy2 zu capturen.
    Ich benutze folgenden Befehl:

    Code
    mencoder tv:// -tv driver=v4l2:input=1:width=704:height=576:amode=1:forcechan=2:outfmt=yuy2:alsa:device=/dev/video0:adevice=hw  -oac lavc -ovc lavc -lavcopts vcodec=huffyuv:format=yuy2:acodec=ac3:abitrate=192 -noaspect -noautoexpand -ofps 25 -vf crop=w=688:h=560,expand=w=-16:h=-16 -o out.avi

    Als Ergebnis erhalte ich sowohl mit huffyuv als auch mit ffv1 und ffvhuff:

    Code
    ...
    Opening video decoder: [raw] RAW Uncompressed Video
    VDec: vo config request - 704 x 576 (preferred colorspace: Packed YUY2)
    Could not find matching colorspace - retrying with -vf scale...
    Opening video filter: [scale]
    The selected video_out device is incompatible with this codec.
    Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.
    VDecoder init failed :(
    Cannot find codec matching selected -vo and video format 0x32595559.


    Wenn ich format oder outfmt weglasse, scheint er automatisch nach yv12 zu konvertieren.

    Bei meiner Google suche bin ich öfters über das format 422p gestolpert. Soweit ich erfahren habe, ist 4:2:2 das Sampling von yuy2, aber steht das p nicht für progressive?

    Ich hoffe, dass ihr mir hier wieder helfen könnt.

    Polytheus

    Hi!

    Ich habe folgendes Problem: Nach einem Capture von VHS per Composite Kabel in FFHuff in 704x576 tritt ein interessanter Effekt auf: Alle Frames haben abwechselnd einen Gelb- und einen Rotstich. Dieses Phänomen tratt bisher bei beiden Kassetten auf, die ich überspielt habe. Im Anhang habe ich mal zwei aufeinanderfolgende Frames mitgeschickt.

    Kann ich das mit nem Filter für VirtualDub, Avidemux oder Avisynth wieder ausbessern? Oder hab ich falsch gecaptured?
    Schonmal danke!

    Polytheus