24.04.2018, 04:36
What happens if you call:
in a command line?
Does:
work?
Code:
/usr/bin/wine "/root/.wine/drive_c/windows/syswow64/avs2yuv.exe" "\tmp\convert\ntsc-vob-test-1a.avs" -csp I420 -o - | "/usr/bin/x264" --preset superfast --crf 18.00 --profile high --level 4.1 --ref 3 --direct auto --qcomp 0.5 --rc-lookahead 40 --partitions i4x4,p8x8,b8x8 --no-fast-pskip --me hex --subme 5 --aq-mode 0 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --non-deterministic --range tv --colormatrix bt470bg --demuxer y4m --fps 30000/1001 --output "/tmp/14_22_11_8310_01.264" -
Does:
Code:
/usr/bin/wine "/root/.wine/drive_c/windows/syswow64/avs2yuv.exe" "/tmp/convert/ntsc-vob-test-1a.avs" -csp I420 -o - | "/usr/bin/x264" --preset superfast --crf 18.00 -profile high --level 4.1 --ref 3 --direct auto --qcomp 0.5 --rc-lookahead 40 --partitions i4x4,p8x8,b8x8 --no-fast-pskip --me hex --subme 5 --aq-mode 0 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --non-deterministic --range tv --colormatrix bt470bg --demuxer y4m --fps 30000/1001 --output "/tmp/14_22_11_8310_01.264" -