Page 1 of 1

FastFlix video encoder

Posted: Mon Jan 23, 2023 5:33 am
by muggins

https://github.com/cdgriffith/FastFlix

Image

This is a useful gui frontend to ffmpeg. I found the ubuntu_20_x86_64 worked on LxPupSc64, whereas
the other version required a newer glibc.


Re: FastFlix video encoder

Posted: Wed Apr 12, 2023 10:19 am
by stemsee

Hi

Could you provide the steps you used to run it?

thanks


Re: FastFlix video encoder

Posted: Wed Apr 12, 2023 10:05 pm
by muggins

Could you provide the steps you used to run it?

Hello Stemsee,

1) I just downloaded https://github.com/cdgriffith/FastFlix/ ... x86_64.zip
Unzipped & extracted the Fastflix binary, right clicked the extracted binary & gave it executable permissions, & it runs fine for me,
using Peebee's Lx64ScPup.

2) Or if you're asking how I use it, well I mainly use it to crop videos, using the crop section, in upper right corner. Under File>Settings,
I make sure "Use same output directory as source file" is selected. The other more advanced options are beyond my usage level.


Re: FastFlix video encoder

Posted: Thu Apr 13, 2023 5:23 am
by Jasper

@stemsee

I did use this in Fossapup64-95 and compiled the additional library (for Foo-Sah) as mentioned on their GitHub page.

Image

If you are planning to use the ability of your gFX card for hardware encoding to offload from your cpu.

Look here for additional applications (best to check the capabilities of your hardware ............ no hardware x265 encoding for me :lol: ):

https://github.com/rigaya?tab=repositories

**EDIT** I did see that this binary is available for Fossa

qsvencc_7.37_Ubuntu20.04_amd64.deb

it contains a number of options to use.

I do not know much about FatDog and hopefully you can find this elsewhere.


Re: FastFlix video encoder

Posted: Thu Apr 13, 2023 1:44 pm
by stemsee

FatDog has libraries which are too old, so I cannot test further. I am reluctant to use another distro as my laptop is a chromebook, and only my 5.2.21 kernel gets all hardware working. I did tried to use my kernel with other distros but not really successful.

cheers
stemsee


Re: FastFlix video encoder

Posted: Thu Apr 13, 2023 3:12 pm
by Jasper

@stemsee

Does your kernel have VA-API enabled? It should be supported.

You can check using the

vainfo

binary using terminal

If so, applications like VLC, FFMPEG and GStreamer (..... you will have to Google for VA-API linux applications) will benefit from this.

Have you tried a dedicated driver for your graphics?

**EDIT** Vainfo is included here https://www.mediafire.com/file/9zqr1g40 ... 4.pet/file it was compiled for Fossapup, but you could extract the Pet and just try the binary by itself.


Re: FastFlix video encoder

Posted: Thu Apr 13, 2023 3:27 pm
by Jasper

Thinking aloud ....

The LibVa library should be easy enough to compile.

https://github.com/intel/libva

It needs Meson (download, install using Python pip) and Ninja (I have an updated binary) which should be available to you in your DevX.

It is worth a try.


Re: FastFlix video encoder

Posted: Thu Apr 13, 2023 7:02 pm
by stemsee
fastflix.png
fastflix.png (13.25 KiB) Viewed 685 times

Re: FastFlix video encoder

Posted: Fri Apr 14, 2023 5:51 am
by Jasper

@stemsee

I see that you are attempting to use a newer build of Python.

Is this package not available to you by default?

If it is available to you, we only need access to the PIP module in order for you to update Meson if that is only necessary.


Re: FastFlix video encoder

Posted: Wed Mar 27, 2024 1:41 am
by mikewalsh

@muggins / @stemsee :-

Nice find! Runs A-OK for me in an upgraded Xenialpup64, that's using FP64-9.5's k5.4.53 kernel & glibc 2.31 (up from k4.9.58 and glibc 2.23).

No need to install anything to support it. Just make it executable.....and it fires straight up after a short delay. Now for some testing...

Cheers. :thumbup:

Mike. :D