Re: Hardware acceleration / vaapi

2017-08-10 Thread Evert Vorster
Hi there, Bernd Try again, but replace the "- $SOURCE_0 $TARGET_0" with "-i" Kind regards, -Evert- On 10 August 2017 at 13:37, B.M. wrote: > PS: I'm trying something like (render script) > > PARAMETERS_0="-kuiserver -pid:8839 in=0 out=1139 $MELT uhd_2160p_25 > 'avformat >

Re: Hardware acceleration / vaapi

2017-08-10 Thread B.M.
1) Proxy clips -- done Proxy clips creation with hardware acceleration is working fine now, for the record: I use x264 with these settings (in ~/.local/share/kdenlive/ encodingprofiles.rc): x264_vaapi=-vaapi_device /dev/dri/renderD128 -i -vf format=nv12,hwupload,scale_vaapi=w=1280:h=720

Re: Hardware acceleration / vaapi

2017-08-10 Thread B.M.
Hi, Foreword: I just did the upgrade to the testing package (17.04.3) to get this "bug fix". I'm really sorry, but I don't get it: What you've sent me is the rendering parameter, as set in the render dialog. You changed is from vcodec=hevc to vcodec_nvenc to get hardware encoding working

Re: Hardware acceleration / vaapi

2017-08-10 Thread B.M.
PS: I'm trying something like (render script) PARAMETERS_0="-kuiserver -pid:8839 in=0 out=1139 $MELT uhd_2160p_25 'avformat vaapi_device=/dev/dri/renderD128' - $SOURCE_0 $TARGET_0 properties=x264-medium f=mp4 vf='format=nv12,hwupload' vcodec=libx264_vaapi acodec=aac g=120 crf=23 ab=160k