cdgriffith / FastFlix

FastFlix is a free GUI for H.264, HEVC and AV1 hardware and software encoding!
https://fastflix.org/
MIT License
1.13k stars 55 forks source link

[DEMANDE] Faire une version de FastFlix pour Android #403

Open Petitcactus63 opened 1 year ago

Petitcactus63 commented 1 year ago

Bonjour, Excuse moi de te déranger, je sais que tu es bien pris. Je voulais savoir si tu pouvais faire une variante de FastFlix mais pour Android. J'adore ce que tu fais, et j'avoue que j'utilise beaucoup ton logiciel. Le problème c'est que l'encodage monopolise mon pc et le fait chauffer de fou (surtout avec un codec comme AV1). C'est pour cela que j'ai pensais au smartphone. J'en ai un que je n'utilise plus et qui reste dans le tiroir mais qui garde un bon processeur. J'ai eu pour idée ( ne me juge pas s'il te plait ) d'encoder mes vidéos en passant par une appli android ffmpeg et le laisser tournée H24 ( je l'ai même mis dans mon frigo pour pas qu'il chauf trop, et racordé bien sur avec son chargeur.) Cela marche très bien ! Mais je soucis c'est qu'il faut taper des ligne de commande ffmpeg et souvent ça plante ou alors l'appli n'es pas mis a jour et ne prend pas en charge certaine commande comme les 2 passes, l'encodage lent, etc.. C'est pour cela que je me tourne vers toi. Tu as fais un travail incroyable avec ce logiciel et je voulais savoir si c'était possible de faire le même mais pour Android ou si c'était impossible ( je t'avoue que je n'y connais pas grand chose au programmation de logiciel ou d'appli).

En attendant ta réponse, bonne soirée,

Cordialement.

cdgriffith commented 1 year ago

Hello, Excuse me for bothering you, I know you're busy. I wanted to know if you could make a variant of FastFlix but for Android. I love what you do, and I admit that I use your software a lot. The problem is that the encoding monopolizes my pc and makes it heat up crazy (especially with a codec like AV1). That's why I thought of the smartphone. I have one that I no longer use and which stays in the drawer but which keeps a good processor. I had the idea (please don't judge me) to encode my videos using an android ffmpeg app and leave it running 24 hours a day (I even put it in my fridge so it doesn't heat up too much, and connected of course with its charger.) It works very well! But my concern is that you have to type ffmpeg command lines and often it crashes or the app is not updated and does not support certain commands such as 2 passes, slow encoding, etc.. This is why I turn to you. You did an incredible job with this software and I wanted to know if it was possible to do the same but for Android or if it was impossible (I admit that I don't know much about software programming or app). Waiting for your answer, good evening, Cordially.

Hello @Petitcactus63 thanks for the interesting idea!

I don't have plans to bring FastFlix directly to Android. However, I do want to create a way to run commands on a remote device via SSH. For example, you could have FastFlix itself on a computer, and then it would use videos on the andriod device and encode on the andriod if it had SSH access.

I have not started work on that yet, but others have requested it as a feature as well, and it's something I do want to develop.