luca2125
luca2125
ok, I ask another question: There are other games like xwing alliance, that work good with devorder. In my case (and I' don't think to be the only one) I...
yes, exactly. I have 3 devices: cloche (with force feedback), throttle and pedals, all merged in only one virtual device (vjoy). This work ok, but the system see vjoy as...
hi briankendall, thank you for your replay, I use vjoy from several years. vjoy support force feedback but it is a great downside, becouse vjoy don't pass the ffb packets...
hi briankendall, This is optimal solution, for my opinion. If you can add a section like for example: "Force Feedback hide support" for included devices (for example vjoy) this solve...
Yes: libsvt (-qp 19) `ffmpeg.exe -i "title_t00_ori_60_sec.mkv" -y -c:v libsvt_hevc -preset 5 -qp 19 -map 0:0 -map 0:s -disposition:a:2 -default-forced -c:s copy -metadata:s:v:0 Language="rom" -t 60 "title_t00_libsvrt_60_Sec_no_audio_no_10_bit_19_gp.mkv"` libsvt `ffmpeg.exe -i...
Hi @tianjunwork, Thank you for your reponse. I have upload all these files on google drive to show you what happen: >Even though you set both encoders with same preset...
>I guess gp is qp(quantization parameter)? Yes, is correct. I confirm that if I set the preset to 0 I get improvement and at the some way if lower gp...
thank you for your very fast reponse !! the result was changed but still not work ``` $ git clone https://github.com/FFmpeg/FFmpeg ffmpeg # The patch n4.4-0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch has been validated on...
Thank you I suspect that I have missing some step .. here the result: ``` MarcoPanza@DESKTOP-AFA7QK7 MINGW64 ~ $ cd c:\a MarcoPanza@DESKTOP-AFA7QK7 MINGW64 /c/a $ git clone https://github.com/FFmpeg/FFmpeg ffmpeg git...