Re: [Cin] HEVC hw encoding on AMD Polaris cards

2019-05-14 Thread Андрей Спицын
@GG My hardware is little bit outdated so I already using script for a proxy files creation. I've spend some time to find appropriate options for ffmpeg to use fully hardware encoding/filtering. It has very good results compared to cinelerra proxy routine (about 30x faster) and cinelerra using

Re: [Cin] New pkgs and tars for this month's release are ready

2019-05-14 Thread Andrew Randrianasulu
В сообщении от Wednesday 15 May 2019 05:18:01 Phyllis Smith написал(а): > Andrew: > > 5) Changed download URL, so rpmbuild was able to download whole thing. (*is > > there sha256sum or other way to check source downloads?*) > > > > There is an md5sum generated for the main files in the

Re: [Cin] HEVC hw encoding on AMD Polaris cards

2019-05-14 Thread Andrew Randrianasulu
В сообщении от Wednesday 15 May 2019 02:28:57 Phyllis Smith написал(а): > @spitsyn.andrey > > @GG how can I use custom script for proxy files creation inside > > Cinelerra? Or use ffmpeg's scale_vaapi filter if vaapi used. > > > > Proxies can not be run easily by remote control or from a shell

Re: [Cin] New pkgs and tars for this month's release are ready

2019-05-14 Thread Phyllis Smith
Andrew: 5) Changed download URL, so rpmbuild was able to download whole thing. (*is > there sha256sum or other way to check source downloads?*) > There is an md5sum generated for the main files in the md5sum.txt file each month. With the limited resources available, it is all we have time to

Re: [Cin] HEVC hw encoding on AMD Polaris cards

2019-05-14 Thread Phyllis Smith
@spitsyn.andrey @GG how can I use custom script for proxy files creation inside > Cinelerra? Or use ffmpeg's scale_vaapi filter if vaapi used. > > Proxies can not be run easily by remote control or from a shell script. GG does not understand why you would not just use the Settings->Proxy

Re: [Cin] Latest GIT checkin + ubuntu16 without-vaapi build

2019-05-14 Thread Phyllis Smith
IgorB: > > In these days I have tested a few of Cin releases (from 20181231) with > four old computers: two Notebook and two Desktop, all of them with > UbuntuStudio16.04LTS-dvd-amd64 installed. That is a lot of testing - so thanks for all of that work! > In the two Notebook all the Cin

[Cin] Fwd: I tried to isolate x86 part of thirdparty mjpegtools from configure.ac

2019-05-14 Thread Andrew Randrianasulu
No, better attempt (with code duplication): diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index 90048a2..5948fba 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -321,10 +321,17 @@ PKG_3RD([libvorbis],[auto], lib/.libs/libvorbisfile.a ], [

[Cin] I tried to isolate x86 part of thirdparty mjpegtools from configure.ac

2019-05-14 Thread Andrew Randrianasulu
..but not sure if I did it correctly? -- ## arch dep tests ARCH=[`uname -m`] I86=[`expr "x$ARCH" : 'xi[346]86.*'`] X86=[`expr "x$ARCH" : 'x..._64*'`] PKG_3RD([mjpegtools],[yes], [mjpegtools-2.1.0], [ if test "x$I86$X86" != "x00" ; then utils/mmxsse/.libs/libmmxsse.a \ fi

Re: [Cin] Latest GIT checkin + ubuntu16 without-vaapi build

2019-05-14 Thread Igor BEGHETTO
Phyllis wrote: GG booted ubuntu16 this morning where there was no vaapi installed, loaded from the website in the testing directory, the tar file, untarred it, loaded a file, made a cut, and then used "q" for Quit and "no" for do not save. He got no segv on the exit. His only suggestion is