PowerShell mit Pipe?

  • Wie kann ich denn:

    Code
    "i:\Hybrid\64bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "F:\TestClips&Co\files\test.avi" -map 0:0 -an -sn  -pix_fmt yuv420p -vsync 0  -f rawvideo - | "i:\Hybrid\64bit\x264.exe" --preset ultrafast --crf 18.00 --profile high --level 4.1 --scenecut 0 --sync-lookahead 8 --qpmax 51 --vbv-maxrate 62500 --vbv-bufsize 78125 --pic-struct --sar 1:1 --non-deterministic --range tv --colormatrix bt470bg --demuxer raw --input-res 640x352 --input-csp i420 --input-range tv --input-depth 8 --fps 25/1 --output-depth 8 --output "E:\Temp\2021-01-21@17_40_16_5710_02.264" -

    in der Windows Power Shell aufrufen?

    bei nem einzelnen Aufruf kann man ja ein '&' an den Anfang der Zeile packen, aber was bei einer oder mehreren Aufrufe deren Output ineinander gepiped werden?


    Cu Selur

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!